You'll need to call FlashcardPlayerForm_Load before you can do anything with the objects on the form. They are not created until the form is loaded for the first time.
>Ok, well i fixed that error, but it's giving me another error. > >when ever the event is triggered that should Show or Hide forms, i get >this error: > >************ >Microsoft VBScript runtime >error - line 30, char 0 >Object required: >'FlashcardPlayerForm' >************ > >am i required to actually load the forms? All of the code examples that >i've read so far didn't show that. >I've also checked to see if i mispelled anything, but that's also not >the case. >I have also checked to see if FormName.Hide is not the same as >FormName.hide > >it seems upper or lowercase doesn't really matter. The same error is >triggered. > >any suggestions? > > > > > >------------------------------------ > >Yahoo! Groups Links > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
