Good evening, I activated the Desktop mode and in a LINKTOFORM() there is a strange behavior.
LINKTOFORM(
"Ingresar_este_producto",
"id_tipo_movimiento", 1,
"id_producto", [_THISROW],
"id_destino", 1
)
Action with the LINKTOFORM:
Form “Ingresar_este_producto” open:
Here comes the strange thing. When I enter the quantity, the selected product disappears, but that only happens in the desktop view in the browser, it does not happen in the app on the phone or tablet, on phone and tablet work fine.
The Valid_if of the “cantidad” filed is:
[cantidad]>0
The “id_producto” have not Valid_if, only Required. So, I think there is a bug in the “Desktop mode” view.
Any ideas?


