Refer to name of a button in navigation form

idonk78

New member
Local time
Today, 16:01
Joined
Oct 7, 2018
Messages
1
Hi all,

SlU20GX


I have a navigation form with the name "frmMain". In it I have buttons which links to tables in my database. How do I refer to the name of the buttons? So in this case, button names are "DIST","TRAN","ACCTXREF","SECXREF".

Thanks in advance.
 

Attachments

  • Capture.PNG
    Capture.PNG
    9 KB · Views: 74
Navigation Form tabs (buttons) have a Caption property as well as a Name property. Is the Name actually the same as the Caption? Most likely the Name is something like NavigationButton1. So reference the name. You can change it.

What exactly do you want to accomplish?
 

Users who are viewing this thread

Back
Top Bottom