Re: [Gambas-user] TableView.text conversion

2010-03-12 Thread Les Hardy
Keith Clark wrote: > Les, > > Thanks, but I found that that was not actually my problem. The problem > showed up in sending data to a field in my database. I just forgot to > surround the field with single quotes! Sometimes the simplest problem > is hard to see! > > Keith > > Yes, if its a st

Re: [Gambas-user] TableView.text conversion

2010-03-12 Thread Keith Clark
Les, Thanks, but I found that that was not actually my problem. The problem showed up in sending data to a field in my database. I just forgot to surround the field with single quotes! Sometimes the simplest problem is hard to see! Keith On Fri, 2010-03-12 at 19:57 +, Les Hardy wrote: > K

Re: [Gambas-user] TableView.text conversion

2010-03-12 Thread Les Hardy
Keith Clark wrote: > I have input a value into a TableView cell, and now I want to read it. > The problem is that I want to read it as a text string. The 'number' is > actually an ISBN code. It can sometimes be a string, as it can contain > an 'X' or a 10 digit number, but starting with a 0. > >

[Gambas-user] TableView.text conversion

2010-03-12 Thread Keith Clark
I have input a value into a TableView cell, and now I want to read it. The problem is that I want to read it as a text string. The 'number' is actually an ISBN code. It can sometimes be a string, as it can contain an 'X' or a 10 digit number, but starting with a 0. For example, 0123456789, 12345