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

Modify File

Status
Not open for further replies.

paul1941

Programmer
May 25, 2006
32
BE
Hello,

I'm using Modify File to see any type of file, but I want to have the Modify File window directly maximised by opening. How to manage It?

regards, Paul
 
You can use [TT]Modi File ... Window[/TT] to open the file in your own window. Create your own form with a WindowState of 2 so that it will open Maximised then call Modi File:
Code:
DO Form editForm
MODIFY FILE myFile WINDOW editForm

Note that [TT]Modi File ... IN Window[/TT] is not the same.

Geoff Franklin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top