Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expected behaviour
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00101755
Message ID:
00102720
Views:
20
>Jose,
>
>>1) Open "Projects" form;
>>2) Click on "Tasks" tab;
>>3) Click on "Edit" button;
>>4) Change "Progress report" to anything you want;
>>5) Click on "Ok";
>>6) Click on "Cancel";
>>7) Click on "Tasks" tab again;
>>8) Although I didn't save my change it's still there.
>
>This is because the Project Tasks view is set to "Row Buffering" in the sample application. If you set it to "Table Buffering" in ADataEnv.prg it will behave the way you anticipated:
>
>In the v_ProjectTasks class definition, set the BufferModeOverride property as shown below:
>
>DEFINE CLASS v_ProjectTasks AS CDynamicViewCursor
> BufferModeOverride = DB_BUFOPTTABLE
> cCursorSource = 'v_ProjectTasks'
>ENDDEFINE
>
>I have permanently changed this in the Framework's sample application to avoid any confusion.
>
>Regards,

I changed aDataEnv.prg and everything is working fine now. Just one problem, when you include 2 new records in a row, the grid is not refreshed after the insertion of the second one.

Regards,
José Augusto Cavalcanti
Global Connection
jose.cavalcanti@globalconnection.com.br
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform