Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense in WITH ... ENDWITH
Message
From
15/08/2012 17:13:04
 
 
To
15/08/2012 12:29:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01550535
Message ID:
01550547
Views:
85
Just a shameless plug for the editors that I wrote -- intellisense works for the WITH with any part. This was one of my "gripes" with the VFP built in editor. Basically I parse the full definition to determine the allowed values. The only part that I did not implement is the use case of:
LOCAL loFormObject AS Form

WITH loFormObject
  .
ENDWITH
I don't use the AS clause in the code as it really doesn't enforce datatypes -- I would prefer that it did (strong data typing). So I have not made the effort to add this. I have thought about adding this but have not taken the time...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform