Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: calling form using variable


Message #1 by samsul@i... on Mon, 2 Dec 2002 06:56:27
 
hi samsul,
  this code will solve your problem
    Dim fForm As Form
    
    Set fForm = Forms.Add(FormName)
    DoEvents
    fForm.Show
    Set fForm = Nothing



regards
tl wong


_____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus

  Return to Index