Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Permanently Remove Cursor from Form
Message
De
04/04/2011 03:08:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01505937
Message ID:
01505972
Vues:
40
>>>Have a funny situation..wish to permantenly remove a Cursor from a Form with over 100 Data Environment Objects...Can find the Cursor in the Properties Window, but because of so many DE Objects, cannot find it visually (probably underneath another Cursor)..
>>>
>>>Any way to remove a cursor object when you can't find it visually in the Form Designer?
>>
>>Hi,
>>A cursor is made by a command and typically removed by VFP when the application is closed no need to remove. In case you dont want this cursor to be instantiated the next time the form is opened you should remove the coding from the form, if however you mean a table in the DataEnvironment open the Dataenvironment and search for that table: rightclick to open a menu and select Find Object, a new form with a list of all objects will show up, select the object and click on Find button. The table will be highlighted in the DE.
>>
>>Regards,
>>Koen
>
>Koen
>
>
>When you say: rightclick to open a menu and select Find Object...
>
>I don't see Find Object. What do you rightclick?
>
>Cyril
Cyril,

I right click in the Window `Database Designer` on any location - not on a table - this will give you a shortcurmenu. - see image attached. However there must be a misunderstanding as a cursor is not in the dbc and typically there is no need to remove it as this will be done by VFP.
To my knowledge you can remove a cursor in code like:
use in myCursor
Regards,

Koen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform