Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot browse a view
Message
From
04/05/2005 02:08:17
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
To
03/05/2005 15:32:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP3
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01010592
Message ID:
01010676
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
Daniel,
Something to keep in mind is that when you BROWSE a cursor/view and that cursor/view is in row buffering mode, any buffered changes will attempt a save to the back end. If that save fails for any reason (PK violation, update conflict, etc.) the BROWSE will also "fail." Check out help on using AERROR() to figure out what's wrong.

We've found that your best bet is to avoid BROWSE altogether in this case, open the debugger and use GETFLDSTATE(-1, YourAliasName) to find which fields have changes.

Hope that helps,
---J

>Sometimes when working on a view, I preform some certain operations. The operations vary and I don't think they are of any consequence. The odd thing is when I issue Browse to look at the data, no browse window appears. Why is this?
>Thanks,
>Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform