1
StxLadder - Slicetex Ladder Designer Studio / Re:Registro Caudal Agua y Acceso Web
« : septiembre 21, 2017, 19:52:56 pm »
hola boris,
Sigo molestando, estoy con el reset individual por lineas del programa, tengo los botones de cada linea en control.shtml.
<td>LIMPIAR/BORRAR REGISTROS LINEA 1</td>
<td> <img id="FlushSamplesSwitch1" src="/switch0.png" width="48" height="48"> </td>
<td>LIMPIAR/BORRAR REGISTROS LINEA 2</td>
<td> <img id="FlushSamplesSwitch2" src="/switch0.png" width="48" height="48"> </td>
<td>LIMPIAR/BORRAR REGISTROS LINEA 3</td>
<td> <img id="FlushSamplesSwitch3" src="/switch0.png" width="48" height="48"> </td>
En OnPostEvent.p. con FlowFlushCounters(1) mando a resetear la linea 1
y en flow.p
FlowFlushCounters(Din=1)
{
// Resetear a 0 cuentas acumuladas para el contadores.
for(new i=1; i <= 12; i++)
{
DinCounterClear(1)
y me funciona perfecto para la entrada 1,
el tema es que cuando quiero hacerlo para las siguientes lineas y que me funcionen en simultaneo, osea que pueda limpiar los registros de la linea que yo quiera sin modificar el registro de otra linea, no me esta funcionando
esperando tu colaboracion.
reitero mi disculpas.
Sigo molestando, estoy con el reset individual por lineas del programa, tengo los botones de cada linea en control.shtml.
<td>LIMPIAR/BORRAR REGISTROS LINEA 1</td>
<td> <img id="FlushSamplesSwitch1" src="/switch0.png" width="48" height="48"> </td>
<td>LIMPIAR/BORRAR REGISTROS LINEA 2</td>
<td> <img id="FlushSamplesSwitch2" src="/switch0.png" width="48" height="48"> </td>
<td>LIMPIAR/BORRAR REGISTROS LINEA 3</td>
<td> <img id="FlushSamplesSwitch3" src="/switch0.png" width="48" height="48"> </td>
En OnPostEvent.p. con FlowFlushCounters(1) mando a resetear la linea 1
y en flow.p
FlowFlushCounters(Din=1)
{
// Resetear a 0 cuentas acumuladas para el contadores.
for(new i=1; i <= 12; i++)
{
DinCounterClear(1)
y me funciona perfecto para la entrada 1,
el tema es que cuando quiero hacerlo para las siguientes lineas y que me funcionen en simultaneo, osea que pueda limpiar los registros de la linea que yo quiera sin modificar el registro de otra linea, no me esta funcionando
esperando tu colaboracion.
reitero mi disculpas.