Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MODI COMM - change default size and position
Message
 
 
To
20/10/2008 08:35:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01355805
Message ID:
01355864
Views:
15
You can go a step further and make the record that holds the settings read only so it cannot be overridden unintentionally.
USE (SET("Resource",1)) AGAIN 
* .PRG
REPLACE ReadOnly WITH .T. FOR id = "WINDMODIFY" AND NAME == ".prg"
* Methods
REPLACE ReadOnly WITH .T. FOR id = "WINDSNIP" AND NAME == "DEFAULT"
USE
>
>That works great for PRG files. Thank you.
>
>And, happily, I see that there is a similarly named checkbox when I edit a method.
>
>Thank you very much! (As always)
>
>>>Is there any way to change the default size and position for an edit window when I do a MODI COMM for a new PRG or met\hod?
>>
>>Try following
>>
>>1. MODIFY COMMAND
>>2. Resize and reposition the window
>>3. Rigt-click, Properties
>>4. Check Apply to .PRG files and click OK
>>5. Close the Editor window
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform