project QadFinancials > class BCompany > method GetDomainSetupComplete


Parameters


icDomainCodeinputcharacter
olSetupCompleteoutputlogical
oiReturnStatusoutputintegerReturn 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.