iling list for gambas users
Sent: Fri, 7 May 2010 14:29:55 +1000
Subject: [Gambas-user] Wait statements > stack overflow (gb3)
> Hi LIst,
>
> I'm automatically parsing many many thousands of pages of documents, the
> patients are in a listbox, and the documents in another. (w
are you in a timer event ??
look at the doc about this problem it's explained :
http://gambasdoc.org/help/lang/wait
2010/5/7 richard terry :
> Hi LIst,
>
> I'm automatically parsing many many thousands of pages of documents, the
> patients are in a listbox, and the documents in another. (with un
richard terry ha scritto:
> On Friday 07 May 2010 14:29:55 richard terry wrote:
> sorry, misleading code the second Wait was a typo, it should read this:
>
>
>
>> Hi LIst,
>>
>> I'm automatically parsing many many thousands of pages of documents, the
>> patients are in a listbox, and the docume
On Friday 07 May 2010 14:29:55 richard terry wrote:
sorry, misleading code the second Wait was a typo, it should read this:
> Hi LIst,
>
> I'm automatically parsing many many thousands of pages of documents, the
> patients are in a listbox, and the documents in another. (with underlying
> collec
Hi LIst,
I'm automatically parsing many many thousands of pages of documents, the
patients are in a listbox, and the documents in another. (with underlying
collections of course).
The basic code looks like this:
If cvwInboxDocuments.count = 0 Then
' do a whole lot of stuf