Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListObjEditForm
Message
De
18/06/2001 11:02:56
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00520208
Message ID:
00520614
Vues:
16
>Hi
> I placed a ClistObjeditForm on a PAge and put one custom Business object also. wHEN IN RUN MODE i TRY TO CLICK THE page with the grid I get the following message
>
> ERROR 1545
>Message: Table buffer for alias "v_progroutine" contains uncommon changes.
>Line 23
>Code inRetVal = Requery()
>Method Requery
>
> I created three tables and are normalized. Any help
>
>Thanks
>Barat

You get that message because a field's value in v_progroutine changed and something else is triggering a requery. When it notices un*commited* (unsaved) changes in that view, you receive the error. That something else appears to activating the page on which your gridlist resides. One question... does anything on the page reference that view? Activate() would be a good place to start. Maybe the BizObj you mentioned? Check its data environment. Check its nRequery type. Depending on the setting, it may requery. If it's set as lAutoPrimaryBizObj, underlying framework code attempts to save the previous primary BizObj's InitialSelectedAlias which could, in turn, cause a requery of v_progroutine. A few places to start the hunt. As Holmes would've said... "the game is afoot!"
---J
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform