Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodAddNewBill


DESCRIPTION:
Add a new card record into remote database.

ClassCLASS: CFBSocket

PROTOTYPE(S):
bool AddNewBill(CBill *pBill, bool UseApproval = false);


ARGUMENT(S):
CBill* pBillA pointer to the bill to be added.
bool UseApprovalThe flag which force the function to use the approval system for the record if sets to true.


RETURN VALUE:
This function returns the id newly assingned to the bill.

EXAMPLE:




COMMENT:
This function will altered the original record id.
Untitled Document
SearchSearch: