Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MODI COMM - change default size and position
Message
 
 
À
20/10/2008 08:35:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01355805
Message ID:
01355864
Vues:
17
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform