Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object not found when creating
Message
From
20/09/2007 11:28:03
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Object not found when creating
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01255744
Message ID:
01255744
Views:
61
I'm getting an error that oHL7ComponentSeparator is not found. If I'm creating it on that line, why is it looking for it?
	**********************************************************
	PROCEDURE ProcessData(Company, DataExchangeType, DataArea, KeyFieldValue)

		DODEFAULT()

		LOCAL strProcessData, strAcknowledgment

		strProcessData = ''

		THIS.oHL7ComponentSeparator = CREATEOBJECT('empty')
Next
Reply
Map
View

Click here to load this message in the networking platform