Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MaintenanceForm Obj.
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
MaintenanceForm Obj.
Divers
Thread ID:
00110958
Message ID:
00110958
Vues:
42
A question, newly :-(

Before a comment:
In Developer's Guide VFP5 CMM, at page 90 says:

below title CShortCutMenu

For example:
aShortCutMenu[1,1]='New'
aShortCutMenu[1,2]=Thisform.New()
aShortCutMenu[2,1]='Delete'
aShortCutMenu[2,2]=Thisform.Delete()

But Must Says:

For example:
Dimension This.aShortCutMenu[2,2]
This.aShortCutMenu[1,1]='New'
This.aShortCutMenu[1,2]='Thisform.New()'
This.aShortCutMenu[2,1]='Delete'
This.aShortCutMenu[2,2]='Thisform.Delete()'

I think that it was corrected some time ago, but anyway doesn't be left over.

Now, Some questions: :-)

which is the difference between clistobj and cListOneToManyObj Objects?

Why, In MaintenanceForm the OK Button call to Thisform.SaveRecord, instead of Thisform.Save?, Which is the difference?

In the same MaintenanceForm I have a cListOneToManyObj in Page2 Object, that contains child records. Remember that page2 has two 'Ok' and 'Cancel' Buttons. Where it is the best place to write code, to save the child records?, and Which Is the Correct instruction Thisform.Save? or NameBizObj.Save ?

Why I receive the error message Record number out of Range when editing the last record of the child grid and Click 'Cancel' Button?

uff, ufff,

Kevin, Thank for your answers
Enrique Ramírez
Microsoft VFP MVP 2003
www.foxtraining.com
México
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform