realbasic-nug.fr
[Top] [All Lists]

Re: Cellbackgroundpaint

To: REALbasic NUG French <realbasic-nug dot fr at lists dot realsoftware dot com>
Subject: Re: Cellbackgroundpaint
From: roland poulard <roland at sucellus dot net>
Date: Sun, 22 Apr 2007 11:23:41 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot fr at lists dot realsoftware dot com

Le dimanche, 22 avr 2007, à 09:46 Europe/Paris, Antoine Crêtaux a écrit :

Dim st1 as string

St1 = me.cell(row,0)

Si j'ai bien vu, le pb apparait quand on attaque la premiere row non rempli

un test du genre
if row < me.listcount
        st1.me.cell(row,0)

end if

semble resoudre le probleme
cordialement


<Prev in Thread] Current Thread [Next in Thread>