nageswaragunupudi wrote:Run time error:
Which version of FWH did you test with please?
Mr Rao,
Fivewin 23.10 xHarbour 123, BCC 77.
nageswaragunupudi wrote:Run time error:
Which version of FWH did you test with please?
METHOD New( aData, aStruct ) CLASS TArrayData
METHOD New( aData, aStruct, p3 ) CLASS TArrayData
oRec := oCn:Record( cTable )
oRec:Edit()
oRec := oCn:Record( cTable, cWhere )
oRec:Edit()
nageswaragunupudi wrote:Thank you very much for pointing out this error.
This example works perfectly fine with Harbour but fails with xHarbour with this run-time error.
This bug is due to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue().
We regret the inconvenience.
You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg
Please locate the line:
- Code: Select all Expand view RUN
METHOD New( aData, aStruct ) CLASS TArrayData
Please change it as:
- Code: Select all Expand view RUN
METHOD New( aData, aStruct, p3 ) CLASS TArrayData
With this fix, the above examples works perfectly with xHarbour also.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 50 guests