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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Dialog Box using Reflections VB

Status
Not open for further replies.

cfcanter

Technical User
Sep 12, 2001
31
US
I am using Reflections v7.0 to communicate to PROMIS v5.5

I have created a dialog box that the user will input the beginning and ending date range to extract data from PROMIS. The dialog box communicates to PROMIS correctly. The only problem I have is getting the dialog box to appear and accept data upon command. I've tried the following but failed:

sub displayform()
application.forms.frmImplant.Display
End Sub

and various versions of the command line. Will you please provide the code necessary? The form should display when a button on the command line is hit.

Thanks
Craig Canter
Sipex
San Jose, CA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top