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:
00102167
Views:
19
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,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform