Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Environment View Area Restriction
Message
De
07/02/2023 11:29:59
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01686140
Message ID:
01686141
Vues:
63
>Have been meaning to ask this for a long time
>
>Have several Forms with over 100 Cursors. Even though I have an HD Monitor running at 1920 x 1080, the viewing area for Cursors in the Data Environment Window cuts off my cursors even though there is blank area (See Attachment).
>
>Is there a setting I'm missing? How can this be fixed?

Considering the age of the form, and lack of source for it... I think your best option is to remember to use the scrollbars. Or and navigate to your cursor by selecting it in the PEM window (which isn't much better, but if you name your cursor objects by their aliases, you may just navigate the combo.

To rename them like this... can't find the code where I did this, though I wrote a builder... should work something like this:
do form (cForm) name oForm noshow
oDE=oForm.dataenvironment
for each oCrs in oFrm.objects foxobject
   oCrs.name="crs"+oCrs.Alias
endfor
oForm.saveAs("new name", oDE)
Never tried to save it under the same name, because this was actually written as a way to copy the DE from one form to another. YMMV, I haven't tried this since 2001. If you also have relationships in your DE, you should filter for oCrs.BaseClass="Cursor".

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform