Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CLastParentUniqueID assignment?
Message
De
18/10/2004 12:25:17
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
CLastParentUniqueID assignment?
Divers
Thread ID:
00952312
Message ID:
00952312
Vues:
44
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform