[nsbasic-ce] Re: sqlite data into grid update

2010-10-25 Thread inpcle
By putting vbTab between the records that I want to display it is now seperated in de col. Tought I share the solution ;o) With kind regards, Charles --- In nsbasic-ce@yahoogroups.com, inpcle inp...@... wrote: Hi everybody, I am working on a program and I want to put records in to a grid

[nsbasic-ce] Re: qsketch how to?

2010-10-23 Thread inpcle
form1, it must be named Sub form1h_load ... That way, it will run when your form is loaded (made visible), which happens when you execute the statement form1h_show Kind regards Thomas Am 22.10.2010 um 17:14PM schrieb inpcle: Hi, I want to intergrade Qsketch in my

[nsbasic-ce] Re: picturebox

2010-10-23 Thread inpcle
I tried this: Sub save2_click NSCEPictureBox1.SaveImageToFile signature,0 End Sub But nothing seems to happen... --- In nsbasic-ce@yahoogroups.com, Andrew Thomas andrewmarktho...@... wrote: Hi. It's true, I've been lucky to get help with many problems because so many diverse people

[nsbasic-ce] Re: picturebox

2010-10-23 Thread inpcle
--- In nsbasic-ce@yahoogroups.com, inpcle inpcle@ wrote: I tried this: Sub save2_click NSCEPictureBox1.SaveImageToFile signature,0 End Sub But nothing seems to happen... --- In nsbasic-ce@yahoogroups.com, Andrew Thomas andrewmarkthomas@ wrote: Hi. It's true, I've been

[nsbasic-ce] Re: picturebox

2010-10-17 Thread inpcle
I did George, but you can also draw with it (see picturebox sample) but I want to save it to a .jpg or .bmp and add it to the database or get a value (name) from the database and save it. In the technote I dont read anything about saving it. What would be the correct syntax for that? ---

[nsbasic-ce] Re: picturebox

2010-10-17 Thread inpcle
. -Original Message- From: inpcle inp...@... Sent: 17 October 2010 20:53 To: nsbasic-ce@yahoogroups.com Subject: [nsbasic-ce] Re: picturebox I did George, but you can also draw with it (see picturebox sample) but I want to save it to a .jpg or .bmp and add it to the database

[nsbasic-ce] sqlite data into grid

2010-10-14 Thread inpcle
Hi everybody, I am working on a program and I want to put records in to a grid. With 1 column that is no problem, but when I want to have more then 1 column to put it in the grid, that is a problem for me... Greetings, Charles -- You received this message because you are subscribed to