Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behaviour for Activate event
Message
From
30/06/2003 01:00:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Strange behaviour for Activate event
Miscellaneous
Thread ID:
00805179
Message ID:
00805179
Views:
60
Probably, I am missing something in a sequence of events for a form, but I had an error
1925 unknown member topic in Activate event
until I started to check on type in a code below
*Activate event
IF TYPE('thisform.topic' ) = 'O'
WITH thisform.topic.Items 
    IF  .itemcount > 0 AND .selectcount = 0 
        .defaultitem = .itembyindex(0) 
        .SelectItem(0) = .T.
    ENDIF 
endwith    
ENDIF 
I have no rational explanation what's going on. I've checked it in VFP7 and VFP8. Any ideas ?

TIA
Michael
Next
Reply
Map
View

Click here to load this message in the networking platform