Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ikkyu65
  • Content: Threads
  • Order by date
  1. ikkyu65

    multiple database connection - OPEN_FORM (..,SESSION)

    I have a Form (FORM1) running against a database connection (conn1). This form calls another form (FORM2) with OPEN_FORM('FORM2', SESSION). FORM2 makes its own LOGOUT + LOGON because it runs in a different database connection (conn2). ¡But this LOGON changes the FORM1 connection too! Is it...
  2. ikkyu65

    Passing parms to Crystal Report

    Does anyone have any examples of how to pass parms to a Crystal Report from a Form. I tried CRYSTAL_CRYSTALCTRL.ParameterFields(:item('OCXBLOCK.CRYSOCX').interface,0,'parm1name;30;TRUE'); where parm1name is the parameter name in Crystal. The type is STRING (but I tried with type NUMBER, too)...

Part and Inventory Search

Back
Top