Hi all
I have a business requirement on a form, which has led me to creating a custom field on ProdTable. (For example's sake - we will call ProdTable.TestField.) TestField is of type OprNum.
The business requirement is that when the user opens form ProdParmReportFinished to mark the order as finished - the FormIntEdit "Operations_ToOprNum" in General tab will default to the value of ProdTable.TestField.
The problem is I can't seem to get it to even default to a static value (eg. 1). Set AutoDeclaration to Yes and tried editing int() method on both the form and the data source but it wouldn't do it. I know my code SHOULD work because I created a blank FormIntEdit and did the same to it and it worked first time.
I thought maybe it was filling in the default value over my value after my code ran, so I tried it on executeQuery() (set to value 1) just to test the theory but even that didn't work.
Any help would be much appreciated!
Thanks in advance
Luke
*This post is locked for comments
I have the same question (0)