Nil Cursors using Server ?

Barney barney at custombased.com
Sun Apr 25 17:19:42 CDT 2004


Hi,

Looking to convert an app to being served.

Suddenly I am getting Nil cursors ?

We have never had Nil cursors before in Valentina ? I have always
checked for... 

If Cur.RecordCount > 0 then
//Carry on
End if

but never a nil cursor before. I must have hundreds and hundreds
of the above lines of code scattered throughout a couple of apps.

Does this mean they all must be replaced with...


If Cur <> Nil AND Cur.RecordCount > 0 then

//carry on

end if

... very concerning ?

Have I missed something ? Any advice would be greatly appreciated.






More information about the Valentina mailing list