I have a new form for sales line order.
This form has 3 fields. No.,Description and Quantity. When I insert a new Item No. I want place the pointer again in No. field.
How can I do that
I have a new form for sales line order.
This form has 3 fields. No.,Description and Quantity. When I insert a new Item No. I want place the pointer again in No. field.
How can I do that
Hi, in OnNewRecord trigger use:
CurrForm.“No.”.ACTIVATE;
To redirect cursor placement when insering a new line.
Hi Daniele
With this option, the pointer is on the nest line, but not on the No. field.
Can wu do that.?
Thanks
Thanks Daniele
The problema is solved, with your instruction and some help on a Code bar reader, I got what I pretended.
Thanks