Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView
Message
 
To
29/07/2004 13:07:26
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00929131
Message ID:
00929748
Views:
13
>Tracking events fired in treeview when I check a node, I see that if in MouseDown method I put a messagebox or wait window... the click is ignored.
>Now I need to change messagebox or wait window to another command that doesn't show anything to user and interrupts the process. Any idea?

I think I get it - if the user is not and administrator, you do not want the to change the check box. Maybe, in the Item check

PROCEDURE ItemCheck(loItem)
IF NOT lAdminUser
loItem.Checked=!loItemChecked && Set it back to original state
ENDIF


Maybe ondeay there will be a "When" method for this guy?:-)
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform