Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Expected behaviour
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00101755
Message ID:
00102167
Vues:
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,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform