Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code that makes a column visible
Message
De
24/11/2006 14:16:51
 
 
À
24/11/2006 13:04:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01172161
Message ID:
01172320
Vues:
17
Hook, Bait, Taste... then pull them into VFP 9

If he thinks that is cool, try BINDEVENT(). That will open a few VFP 7 or earlier closet doors.

Now who is a closet VFP 3 hard core programmer?


>This won't work with VFP7, the Try-Catch error handling was introduced in VFP8.
>
>Time to upgrade, Randy? :-)
>
>>Hey maybe you are looking for a work around... try this.
>>
>>
>>LOCAL loError
>>
>>TRY
>>    ThisForm.pgItems.conItems.grdQuoteList.Column9.visible = .t.
>>CATCH TO loError
>>ENDTRY
>>
>>
>>
>>That will ignore the error all together. Mind you it won't make your column visible either.
>>
>>
>>
>>>Hi. I have code in a method that reads someething like:
>>>ThisForm.pgItems.conItems.grdQuoteList.Column9.visible = .t.
>>>
>>>When I run the code, I get the message that Column9 is not found.
>>>
>>>Does anyone have any ideas how I can make column9 visible (with no error).
>>>
>>>Thanks, Randy
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform