Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BROWSE with different colour
Message
De
05/06/2003 21:48:01
 
 
À
05/06/2003 02:31:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00796103
Message ID:
00797014
Vues:
31
This message has been marked as the solution to the initial question of the thread.
Hi,

Because oBrowse object will be only create when you issue browse command.

You can try following code:

browse name oBrowse when setproperties()


function setproperties
if pemstatus(oBrowse,'lExist',5)
with oBrowse
.addproperty('lExist')
*-- You can set oBrowse's properties here.
endwith
endif
return .t.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform