project QadFinancials > class BCompany > method GetDomainSetupComplete
Parameters
| icDomainCode | input | character | |
| olSetupComplete | output | logical | |
| oiReturnStatus | output | integer | Return status of the method. |
Internal usage
unused
program code (program1/bcompany.p)
vlFcQueryRecordsAvailable = no.
<Q-1 assign vlFcQueryRecordsAvailable = DomainsByCodeActiveSetup (NoCache)
(input icDomainCode, (DomainCode)
input yes, (Active)
input yes, (SetupComplete)) in BDomain >
if vlFcQueryRecordsAvailable <> no then
olSetupComplete = yes.
else
olSetupComplete = no.