What is the syntax to assign a value to a Text box... seems to me that is VB it was something like: userpass.Text = "mypassword ".
I am not having any luck... after reading a record, I want to be able to display the results in various Text boxes...
Thank you,
Buck
Windows API is what FireFly uses. You need the SetWindowText
command. FireFly does not use the VB like syntax and never will.
FireFly is designed to allow quick development of user interfaces
while still retaining the power of the Win32 API.