Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot browse a view
Message
De
04/05/2005 02:08:17
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
 
À
03/05/2005 15:32:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP3
Database:
Visual FoxPro
Divers
Thread ID:
01010592
Message ID:
01010676
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform