this is also part of the second stact that is called:
global myUsr
global myPass
global TableResult
global tadult
global tlevel
global tlastname
global tfirstname
global tmi
global ttitle
global taddress
global myCity
global tstate
global myPostalcode
global thome_phone
global temail_address
global ...
Search found 4 matches
- Mon Jun 22, 2009 9:03 pm
- Forum: Databases
- Topic: passing variable between stacks
- Replies: 2
- Views: 4417
- Mon Jun 22, 2009 8:59 pm
- Forum: Databases
- Topic: passing variable between stacks
- Replies: 2
- Views: 4417
passing variable between stacks
I have been trying to pass variables. Some pas and some don't. I generate a SQL query and them doubleclik on that line item from the table. It opens sanother stack which has a database form and fills in the information from the query. All fields are not populating.
global myUsr
global myPass
global ...
global myUsr
global myPass
global ...
- Tue Jun 16, 2009 8:10 am
- Forum: Databases
- Topic: Populating tables from MySql database
- Replies: 2
- Views: 4196
- Mon Jun 15, 2009 11:05 pm
- Forum: Databases
- Topic: Populating tables from MySql database
- Replies: 2
- Views: 4196
Populating tables from MySql database
I am really under the gun here. Do you have and sample code that shows me how to successfully create a stack place a search field on it for lastname and then populate a table with that information. Then I need to click on the first column in the table and have it open the corresponding record for ...