Is it possible in a card form to going on next record (last) when an user validates a field. For example, on item card, after update of field "Base Unit of Measure", user come on new record (F3)
thanks
It's for inventory :
I've got a card Form with SourceTable : MyNewTable -> User ID, Location Code,Zone Code, itemNo.,Line No., Qty....
I'd like :
When a user enters (validate) Qty of Item, cursor goes on a new record of my card form, field :"Item No."
Comments
I've got a card Form with SourceTable : MyNewTable -> User ID, Location Code,Zone Code, itemNo.,Line No., Qty....
I'd like :
When a user enters (validate) Qty of Item, cursor goes on a new record of my card form, field :"Item No."
I hope that it is clearer
The only thing I can think of is doing the following steps:
1. Place a dummy control on the form and make sure it is the NextControl of Base UOM
2. In the OnActivate of that control put a function 'CreateNewRec'
3. In this function you put
WinScript is an Automation Control 'Windows Script Host Object Model'.WshShell
I didn't know the formatting of keyboard shortcut : {F3}