Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function name is missing )
Message
 
 
To
26/07/1998 23:27:45
David Moreau
Iglesia Ni Cristo - Dnm
Quezon, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00121533
Message ID:
00121538
Views:
17
>VFP 5.0 is not accepting the following code:
>
>
>IF NOT EXISTS(SELECT c.guro_id FROM (this.cursor_name) c ;
>WHERE c.guro_id = EVAL(cur+'.guro_id'))
>
>
>this.cursor_name is the name of one cursor and cur is the name of another. VFP gives me the compile error 'Function name is missing )'.
>I do not see any missing parens, so something must be provoking the compiler to expect a close parens prematurely. BTW, my usage of EVAL and the parens around this.cursor_name are based on what has worked for me through trial and error.
>
>Thanks in advance

try using macro expansion instead of (this.cursorname)
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform