Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Custom View Parameter?
Message
From
09/09/2008 10:18:03
 
 
To
09/09/2008 10:10:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345719
Message ID:
01346058
Views:
24
>One odd side affect of this, my view comes up in a browse window before allowing me to view the results in my grid. I have to Esc out of the browse window before I can see the results.
>My view is still defined the same way:
>
>CREATE SQL VIEW "LV_STUDENT" ;
>   AS SELECT Student.CID,;
>....
>
>   ORDER BY Student.CLASTNAME, Student.CFIRSTNAME
>

That is strange. Did you add a 'select ..... from ..... ' without INTO somewhere for debugging purposes ?


I'm using the '&?' constructs without that 'side-effect'
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform