|
-
Aug 21st, 2000, 08:33 AM
#1
Thread Starter
Lively Member
Greetings.
I have a form with some labels and textboxes. When the form load, I set some label and textboxes to visible = False. It works ok!
However, when the users click some button, I set soem labels and textboxes visible = False. I also did a refresh but nothing happen. what is my mistake?
private sub form_load()
Cmdfind.visible = false
CmdQuit.visible = True
end sub
private sub txtpart_change()
Cmdfind.visible = True
cmdQuit.visible = false
frmfind.refresh
end sub
Regards
CT
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
|