Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BROWSE with different colour
Message
From
05/06/2003 21:48:01
 
 
To
05/06/2003 02:31:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00796103
Message ID:
00797014
Views:
33
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform