• Welcome to PlanetSquires Forums.
 

Runtime syntax

Started by Anonymous, April 09, 2004, 06:48:40 PM

Previous topic - Next topic

Anonymous

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

TechSupport

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.