V4RB: 1.9.8 Error!!

Claudius Sailer Claudius at sailer-online.de
Fri Aug 1 20:44:26 CDT 2003


Am Freitag, 01.08.03, um 20:21 Uhr (Europe/Berlin) schrieb Claudius 
Sailer:

> Hi,
>
> I have the following Code
>
>     SQLString="SELECT RecID FROM Dauerauftraege WHERE 
> Dauerauftraege_Name='"+Trim(EditField1(5).text)+"'"
>     CurCheck=meineDatenbank.SQLselect(SQLString, kV_Server, kV_NoLocks)
>     Ende=CurCheck.RecordCount
>
> with 1.9.7 everything is fine. With 1.9.8 at then line with Ende= 
> CurCheck.RecordCount
>
> System crashes with "Unhandeld NilObjectException"...

Code for 1.9.7

SQLString="SELECT RecID FROM Dauerauftraege WHERE 
Dauerauftraege_Name='"+Trim(EditField1(5).text)+"'"
     CurCheck=meineDatenbank.SQLselect(SQLString)
     Ende=CurCheck.RecordCount

bye


Claudius

-- 
G4/733 QS / MacOS X 10.2.6de / RB 4.5.3de or 5.1de / Valentina 1.9.7



More information about the Valentina mailing list