show new form that same like old form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rusdyrip
    New Member
    • Jan 2008
    • 29

    show new form that same like old form

    hi all

    sory about the title

    i don't know how to tell the problem,

    i have sales form that have complete design,coding
    i name it salesform

    so if i want to show it, i call
    salesform.show

    but how if i want to show it double or more

    thx
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Check this :

    [code=vb]
    Dim Tfrm As New SalesForm
    Tfrm.Show
    [/code]

    REgards
    Veena

    Comment

    • rusdyrip
      New Member
      • Jan 2008
      • 29

      #3
      Originally posted by QVeen72
      Hi,

      Check this :

      [code=vb]
      Dim Tfrm As New SalesForm
      Tfrm.Show
      [/code]

      REgards
      Veena
      thx,it works perfect :)

      Comment

      Working...