Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListObjEditForm
Message
From
18/06/2001 11:02:56
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00520208
Message ID:
00520614
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform