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

Showing Report Menu Bar docked at top of report window

Status
Not open for further replies.

Jerim65

Technical User
Aug 8, 2010
99
AU
I get so many helpful comments here I tough I would ask if making the Report Menu Bar docked at top of report window possible?

my code is currently

Code:
oRepForm = Createobject("Form")
With oRepForm
.Caption = ''
.WindowState = 2   && This will maximize the form
.Icon ='mypw16_1.ico'
.Name = 'MyWiz!'
.Show()


Report Form (myprintfile) Preview Window ;
				(oRepForm.Name) To Printer Prompt
Endwith

Thanks
Coldan
Endif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top