Re: [Gambas-user] What replaces isSTring

2010-11-29 Thread richard terry
On Tuesday 30 November 2010 10:12:39 Benoît Minisini wrote: Ok, is working again ok, thanks, can save the patient's notes, insert pictures into notes again Thanks. > > wasn't really paying attention to the discussion on this, but > > > > IsString is gone in the latest update and its blown away a

Re: [Gambas-user] What replaces isSTring

2010-11-29 Thread richard terry
On Tuesday 30 November 2010 10:12:39 Benoît Minisini wrote: > > wasn't really paying attention to the discussion on this, but > > > > IsString is gone in the latest update and its blown away all our database > > saving routines (we don't use the gambas ones). > > > > This code: > > > >If IsStri

Re: [Gambas-user] What replaces isSTring

2010-11-29 Thread Benoît Minisini
> wasn't really paying attention to the discussion on this, but > > IsString is gone in the latest update and its blown away all our database > saving routines (we don't use the gambas ones). > > This code: > >If IsString(field) Then no longer works. > > Any help appreciated. See the com

[Gambas-user] What replaces isSTring

2010-11-29 Thread richard terry
wasn't really paying attention to the discussion on this, but IsString is gone in the latest update and its blown away all our database saving routines (we don't use the gambas ones). This code: If IsString(field) Then no longer works. Any help appreciated. In the meantime - Benoit - How