Crashes Oi in version 9.0.0 but not 8.0.3 (OpenInsight 32-Bit)
At 10 MAR 2009 12:20:30PM Anders Lindholt wrote:
As a part of a pre writing subroutine from a databond form, I have following lines:
begin case
case faktu_procent <= 30SETV=SET_PROPERTY('CHILD_KAL.TEXT_FAKTU_PROCENT','BACKCOLOR', red$)CASE faktu_procent <= 70SETV=SET_PROPERTY('CHILD_KAL.TEXT_FAKTU_PROCENT','BACKCOLOR', yellow$)case -1SETV=SET_PROPERTY('CHILD_KAL.TEXT_FAKTU_PROCENT','BACKCOLOR', green$)end case
Code is ok but maybe it has something to do with large records size. (260.000)
9.0.0 universel driver 3.0.0.3
error code : Oinsight.exe application Error.
The exception unknown software exception(oxc000000d) occurred in the application at location 0x0045a0e2.
If I remove the code lines - it save the record without any problems.
/Anders
At 10 MAR 2009 12:37PM cpates@sprezzatura.com wrote:
Anders,
What type of control is CHILD_KAL.TEXT_FAKTU_PROCENT? An EditLine?
cpates@sprezzatura.com
Battlestar Sprezzatura - BSG 77
Colonial leaders in all things RevSoft
At 10 MAR 2009 01:23PM Anders Lindholt wrote:
it's text label.
If you dblck on the text label it display: Text Property
/Anders