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
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