Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SCATTER / GATHER NAME and NULL dates
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SCATTER / GATHER NAME and NULL dates
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Application:
Desktop
Divers
Thread ID:
01381731
Message ID:
01381731
Vues:
86
Hi all

I SCATTER a record to an object and then GATHER from the object now I have an issue with dates that are empty, NULL on the backend.

I have confirmed in the debugger that the property of the gathered object for dates is type D but there is no value being NULL. When this is gathered it looks like somewhere down the line it is filling in a blank instead of null, now the problem is I can't replicate this myself just happens at a client.

I was hoping to use FOR EACH and modify the properties for dates with maybe {} using the following code:
*** create a public object reference
PUBLIC goCopiedRec

SELECT (THIS.cAlias)

*** scatter the current record into the public variable
SCATTER MEMO NAME goCopiedRec

FOR EACH loProp IN goCopiedRec
	WAIT WINDOW loProp.name
ENDFOR
I get the following error:
Error #: 1734
Message: Property GOCOPIEDREC is not found.

I am sure I am missing something but can't place it.

Thanks and regards.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform