Since there is no documentation on Flex ES and things have changed from progression flex I was hoping maybe one of you might help me.
What I am doing is building vba code so that it puts the login username into the userdef_fld_1 everytime they make an order entry. It's to keep track on who made the order. This works great, however if someone else 'changes' the order entry, the code will still run.
I need to know when the screen is in 'add' mode and when it's in 'change' mode so that the person who 'changes' the record will not get credit for the order entry.
This is why I need to know about the .mode property. It no longer exists in ES flex. There is a formmode property in ES Flex, however printing out this variable while the OE screen is in add or change mode just shows a null value.
What I am doing is building vba code so that it puts the login username into the userdef_fld_1 everytime they make an order entry. It's to keep track on who made the order. This works great, however if someone else 'changes' the order entry, the code will still run.
I need to know when the screen is in 'add' mode and when it's in 'change' mode so that the person who 'changes' the record will not get credit for the order entry.
This is why I need to know about the .mode property. It no longer exists in ES flex. There is a formmode property in ES Flex, however printing out this variable while the OE screen is in add or change mode just shows a null value.