Force opening User Fields Form
Emanuele Croci
Dear all,
I have the A/R Invoice form.
The user fields form is closed.
Via source-code, I need to open (visualize) the user field form and read a value in a textbox (user field value).
How can I force to open the user field form when it's closed.
Best regards
Emanuele
Emanuele Croci
I found the solution:
Dim U_MyField As String = f.DataSources.DBDataSources.Item("OINV").GetValue("U_MyField", 0)
0
Please sign in to leave a comment.
Comments
0 comments