Posts

Showing posts from December, 2017

Printing date in DDMMYYYY

date2str(DateTimeUtil::Date(resultSet.getDateTime(26)),123, DateDay::Digits2, DateSeparator::Slash, DateMonth::Digits2, DateSeparator::Slash, DateYear::Digits4, DateFlags::None),

Country Region ID Vendor or Customer

static void FindPrimaryAddress(Args _args) {     ProjInvoiceItem             projInvoiceItem;     VendInvoiceTrans            vendInvoiceTrans;     ProjTable                   projTable;     LogisticsPostalAddressView  logisticsPostalAddressView;     DirPartyLocation            dirPartyLocation;     RefRecId                    party,location;     VendTrans                   vendTrans;     VendTable                   vendTable;     //select ProjId from projInvoiceItem         //where projInvoiceItem.RecId == 5637145326;     select Name,CustAccount from projTa...