Peter.Helberg
26th April 2006, 21:01
Is there a way using AFS and VB to put a session in add mode (bowtie or insert) and then display the session. I would like to start tdilc1120m000 - Enter Inventory Transactions, put the session in add mode, automatically enter the item code, then let the user enter the rest.
Is this possible? If yes, can I do the same with delete mode?
mark_h
26th April 2006, 22:30
No - not possible at least not the last time I checked. Once you start the session using AFS code you need to finish it that way. My recommendation is to create a front end to do everything for the user - ask for all the info you need, then process the transaction for them.
Peter.Helberg
26th April 2006, 23:45
Thanks. Thats what I was afraid of. I was trying to programmatically create work instructions that would step a user through all of the sessions to do a baan process such as create a production order, inventory transfers etc.
mark_h
26th April 2006, 23:50
I would say use DEM flows, but I really hate them. That is my own personal opinion - others like them. An appropriate DEM flow allows the user to step through each process (reading instructions if needed) and see each the steps. Once you create a AFS session to do that automatically the users magically forget how to do anything the "old" manual way. :)
Peter.Helberg
27th April 2006, 00:17
Thats was I was hoping for.:D