QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QBOpenCompanyFile Property

The file currently open in QuickBooks.

Syntax

ANSI (Cross Platform)
char* GetQBOpenCompanyFile();

Unicode (Windows)
LPWSTR GetQBOpenCompanyFile();
@property (nonatomic,readonly,assign,getter=QBOpenCompanyFile) NSString* QBOpenCompanyFile;
- (NSString*)QBOpenCompanyFile;
#define PID_SALESORDER_QBOPENCOMPANYFILE 47

INQB_EXTERNAL void* INQB_CALL InQB_SalesOrder_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The name of the file currently open in QuickBooks, specified completely with the path.

A query is submitted to QuickBooks when the value of this property is read. The empty string will be returned if no file is open, if QuickBooks is open in an access mode incompatible with QBConnectionMode, or if an error occurs.

If the value of this property is nonempty, the class may interact exclusively with the open file.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]