thegame8311
Technical User
In the parent form is this:
In the form's init that is called
Team_Name is the T_Name from the first name
For some reason I can't get the variable to stick on the form
the variable Team_Name has either .T. or .F.
so why is the variable not passing from the first form to the second form
Code:
Do Form Add with T_Name to Team_Name
In the form's init that is called
Code:
LPARAMETERS Team_Name
IF NOT USED("LivePlayers")
USE LivePlayers IN 0
ENDIF
IF NOT USED(Team_Name)
USE (Team_Name) IN 0
ENDIF
Team_Name is the T_Name from the first name
For some reason I can't get the variable to stick on the form
the variable Team_Name has either .T. or .F.
so why is the variable not passing from the first form to the second form