Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense works in forms, doesn't work in classes
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Intellisense works in forms, doesn't work in classes
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01475857
Message ID:
01475857
Views:
92
Hi everybody,

Do you see why this script doesn't work when I edit class code, but works in other places, including command window?
LPARAMETER oFoxCode


 oFoxCode.ValueType = "V"
 
 local lcVar
 
 text to lcVar textmerge noshow
 *!* Changed by 
 *!*
    
  endtext
  
  return m.lcVar    
UPDATE

I think I found the reason. The code that was right before was a comment ending with ; Even if I tried to put the comment on a new line, it didn't work. Once I removed the semicolon, it worked.
If it's not broken, fix it until it is.


My Blog
Reply
Map
View

Click here to load this message in the networking platform