Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Business Object
Message
De
19/06/2001 14:17:31
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00520211
Message ID:
00521171
Vues:
14
>In the builder of ProgroutinObj, under the Parent/Child setting, Parent object is ProgrammersObj which is present on page1. In the intial selected alias Tab, I selected Requery if parent changes. With this settings I get the error, but if I change the settings in the initial selected alias tab to Don't auto query then it doesnot give me error but shows me blank grid.
>
>This is happening everytime I select page 3 and never got the chance to add the record
>lnewChildOnNewParent for ProRoutinObj is False
>
>Thanks
>Bharat

You should only get error # 1547, Cannot insert an empty row from a view into the base table, if you've: added a record to the view and attempted to update (in this case the update is done implicitly through requerying what I'm guessing is a record-buffered view) without first populating any fields.

What you may want to do is add SET STEP ON in ProgRoutinObj.New() My bet is you'll be surprised to find that something is triggering a new record in the view.
---J
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform