Me esta dando el siguiente error:
Formulario: FrmRack<br>
Error: Could not convert variant of type (Null) into type (Double)
no me deja hacer nada
Buenos días Quart, sigue estos pasos para solucionarlo:
1 - Abre el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt
2 - Cópia el siguiente código:
Código:
update car_com set precio = 0 where precio is null;
update car_com set cantidad= 0 where cantidad is null;
update car_com set iva = 0 where iva is null;
update car_com set impuesto2 = 0 where impuesto2 is null;
update car_comg set precio = 0 where precio is null;
update car_comg set cantidad= 0 where cantidad is null;
update car_comg set iva = 0 where iva is null;
update car_comg set impuesto2 = 0 where impuesto2 is null;
3 - Guarda el fichero y reinicia el programa
Ya me dices como ha ido.
Saludos.