× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hello Luis,

That depends on what you want to do - if you want to do someting if the object 
_does not_ exist you'd put those statements in the place where I placed the 
comment 'Object doesn't exist'. 

If you on the other hand wants to do something if the object _does_ exist you 
should do it the other way round:

     C                   If        AeBytAvl   >  *Zero         And
     C                             AeMsgId    =  'CPF9801'
     **-- Object doesn't exist...
     C                   Else
     **-- Object does exist...
     **-- Put instructions here
     C                   EndIf

Best regards,
Carsten Flensburg

----- Original Message ----- 
From: "Luis Martins" <lnmartins@xxxxxxxxxxxx>
Sent: Thursday, August 07, 2003 10:10 AM
Subject: Re: QUSROBJD API


Hello Carsten Flensburg,

Thank you very much for your tip, but there is one thing that
i don't understand in the statment :

     C                   If        AeBytAvl   >  *Zero         And
     C                             AeMsgId    =  'CPF9801'
     "If i have to put any instruction in this place it doesn't work"
     **-- Object doesn't exist...
     C                   EndIf







As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.