Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CLastParentUniqueID assignment?
Message
De
18/10/2004 12:36:03
 
 
À
18/10/2004 12:25:17
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00952312
Message ID:
00952322
Vues:
10
I found out what I did wrong. I changed set the auto requery value to "Requery on Init" instead of "Requery if parent changes" I guess "Requery if parent changes" has the Parent ID value stored to the cLastParentUniqueID property.

Aloha,

James

>Hi All,
>
>Can anyone tell me when/where the cLastParentUniqueID is assigned? I have a form with a mover box on an added PageFrame. I was originally getting a Datatype mismatch where it tried to compare the cUniquedIDField value and the cLastParentUniqueID values.
>
>
>IF TYPE('loParent') != 'O' OR ;
>  EMPTY(loParent.cUniqueIDField) OR ;
>  EVAL(loParent.GetAlias()+'.'+loParent.cUniqueIDField) ;
>   == This.oSelListObj.cLastParentUniqueID
>
>
>I found that the original value of cLastParentUniqueID was set to none and my ID field values are integers. So I tried changing the original value of cLastParentUniqueID to 0. I no longer get that message but am now getting repeated AskToSave prompts. I suspect is has to do with the cLastParentUniqueID assignment and want to check it out but can't find out where the value is assigned.
>
>Aloha,
>
>James
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform