Be careful with "named" common names in UniData. They're restricted to seven characters, maximum, in the name.

Bill

Womack, Adrian said the following on 10/7/2009 11:18 PM:
The common blocks you've shown are not named - maybe that's your
problem.
Try naming them (i.e. adding a unique slash-delimited name between the
word COMMON and the variable name(s).

eg.
COMMON /AHC1/ AHCOMMON1
&
COMMON /AHC2/ AHCOMMON2

That way there won't be any conflict between the two blocks.
We use named common extensively and it is mostly "lazy loaded" i.e. only
loaded the first time it's required, and we don't have any problems.


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Adrian Halid
Sent: Thursday, 8 October 2009 11:07 AM
To: [email protected]
Subject: [U2] UniObject .NET Session and Common Block Bug

<snip>
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users


DISCLAIMER:
Disclaimer.  This e-mail is private and confidential. If you are not the 
intended recipient, please advise us by return e-mail immediately, and delete 
the e-mail and any attachments without using or disclosing the contents in any 
way. The views expressed in this e-mail are those of the author, and do not 
represent those of this company unless this is clearly indicated. You should 
scan this e-mail and any attachments for viruses. This company accepts no 
liability for any direct or indirect damage or loss resulting from the use of 
any attachments to this e-mail.
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to