Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Again query with parameters after installing 1.09 Bld1.
Tue, Apr 1 2008 12:57 PMPermanent Link

Abdulaziz Jasser
After installing 1.09 some quires with parameters do not recognize the parameters and gives an error.  Example:

//The query.

SELECT InvoiceNo
FROM TB_Invoices
WHERE BranchSysNo = :iBranchSysNo
AND   YearSysNo   = :iYearSysNo
AND   InvoiceType = :iInvoiceType
ORDER BY InvoiceNo DESC


//Passing the parameters.

qryMaster.Close;
qryMaster.ParamByName('iBranchSysNo').Value := rUserData.BranchSysNo;
qryMaster.ParamByName('iYearSysNo').Value   := rUserData.YearSysNo;
qryMaster.ParamByName('iInvoiceType').Value := iNormalSales;
qryMaster.Open;
Tue, Apr 1 2008 5:28 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Abdulaziz,

<< After installing 1.09 some quires with parameters do not recognize the
parameters and gives an error.  Example: >>

See this thread:

http://www.elevatesoft.com/newsgrp?action=openmsg&group=16&msg=5100&page=1#msg5100

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Apr 3 2008 12:50 PMPermanent Link

Abdulaziz Jasser
Tim,

When we are going to have the new build?
Thu, Apr 3 2008 3:34 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Abdulaziz,

<< When we are going to have the new build? >>

It should be available by tomorrow.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image