|
-
Feb 11th, 2001, 09:02 PM
#1
Thread Starter
Hyperactive Member
I am working on a routine that requires the Name of the Form in the public Declaration
LIke The Following:
But It will not work Need Help Please.
' Where INkey_Text(Index)=An Array of textboxes in the Form
' What I have Tryed is
Public Sub Setform(Index as Integer,Setname as Form)
Setname (index),Form1)
End Sub
Public Sub Do_Change(Index As Integer)
Setname.Inkey_Text(Index).SetFocus
Ax$ = Setname.Inkey_Text(Index).Text
End Sub
Public Sub Load_State(Pen As Integer)
For Ak = 1 To Pen
Do_select (Ak)
Setname.Inkey_Text(Ak).Text = Control$ ' Enter Formatted Name Here
Next
End Sub
Don
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|