[nsbasic-ce] SQL WHERE

2009-05-20 Thread EMERSON VIER
How I found the last name on the sample on TN15 I try cmd=SELECT * FROM WHERE NameDB lastname = tbLastName.Text showStatus cmd Set r=db.Execute(cmd) MsgBox r But this not return the line. EMERSON VIER --~--~-~--~~~---~--~~ You received this message

[nsbasic-ce] Re: SQL WHERE

2009-05-21 Thread EMERSON VIER
I undested your information, but I need search the data on my database by SQL function WHERE or other. Can you help me? EMERSON VIER --- In nsbasic...@yahoogroups.com, Harold Wood hwoody2w...@... wrote: the query looks good now. remember that nsbasic treats a record set as a multidimensial

[nsbasic-ce] How get Status for Field

2009-05-24 Thread EMERSON VIER
How I get the status for TextBox I need Know Show or Hide EMERSON VIER --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nsb-ce group. To post to this group, send email to nsb-ce@googlegroups.com To unsubscribe from

[nsbasic-ce] SQL SELECT WHERE

2009-05-25 Thread EMERSON VIER
the variable on place '19' because this value I need get from TextBox EMERSON VIER --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nsb-ce group. To post to this group, send email to nsb-ce@googlegroups.com To unsubscribe

[nsbasic-ce] Re: SQL SELECT WHERE

2009-05-26 Thread EMERSON VIER
I know abou error mensage, but I need the solution for this, my column is Age and I need seach value for this when I make this Set records=db.Execute(SELECT * FROM People_DB WHERE Age = '19' ) Work very well but I need sustitute the '19' to on variable. Thx for all EMERSON VIER

[nsbasic-ce] I need the Power Operator ^

2009-06-01 Thread EMERSON VIER
I need calculate the value C = A^B but the ^ not work how i do this? EMERSON VIER --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nsb-ce group. To post to this group, send email to nsb-ce@googlegroups.com

[nsbasic-ce] On Emulator work On device not

2009-06-13 Thread EMERSON VIER
is tbI220.Text = records(1)(10) I use the 8.0.2 version EMERSON VIER --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups nsb-ce group. To post to this group, send email to nsb-ce@googlegroups.com To unsubscribe from

[nsbasic-ce] Is app open on device?

2009-06-23 Thread EMERSON VIER
I use the F6 to install file on emulator and device, I recive the message Is app open on device? Cannot copy to: , but my program is not open... To work I need use the F5 to install the files. EMERSON VIER --~--~-~--~~~---~--~~ You received this message

[nsbasic-ce] Re: Is app open on device?

2009-06-24 Thread EMERSON VIER
I try test my program on SDCARD, I back to device and work. EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: We give this message when the copy to the device fails. The most likely reason is that the app is open on the device, but it could also happen

[nsbasic-ce] How send email on HTML format

2009-06-27 Thread EMERSON VIER
I need send the email on HTML format I try include this text on body email html head titleThis my First Web page/title /head body pHurrah! This my First Web page./p /body /html But I recive the same format. EMERSON VIER --~--~-~--~~~---~--~~ You

[nsbasic-ce] Re: What the best way to show picture

2009-07-10 Thread EMERSON VIER
Thx George, Work very well. Now I try use the event Click on my projetc I had four form on the Default form this event work, but on other form not work... EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Use the PictureBox object. To display an image, set

[nsbasic-ce] Re: Sending Mail

2009-07-12 Thread EMERSON VIER
at 555-1212 -attach \My Documents\Recipe.xls Yes I need help for this. EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: I can't find documentation for tmail anywhere on the Microsoft site, except for this: http://social.msdn.microsoft.com/Forums/en-US

[nsbasic-ce] Re: Grid click

2009-07-14 Thread EMERSON VIER
George, You have news about this? Regards, Emerson Vier --- In nsbasic...@yahoogroups.com, EMERSON VIER emersonv...@... wrote: I try again and events click only work on Default Form, if I try this on other Form not work, I not get any error messages EMERSON VIER --- In nsbasic

RE: [nsbasic-ce] How get Form name Show

2009-07-18 Thread EMERSON VIER
to be able to check that status of a particular form, it might be easiest to keep a global variable for each form with its current status. My app has many form , How I get the form is Enable or Visible? EMERSON VIER Yahoo! Groups Links

RE: [nsbasic-ce] How get Form name Show

2009-07-18 Thread EMERSON VIER
to be able to check that status of a particular form, it might be easiest to keep a global variable for each form with its current status. My app has many form , How I get the form is Enable or Visible? EMERSON VIER Yahoo! Groups Links

[nsbasic-ce] Re: Grid click

2009-07-18 Thread EMERSON VIER
code, or is it being created as part of your form? I try again and events click only work on Default Form, if I try this on other Form not work, I not get any error messages EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne gh@ wrote: There is not enough info here to give

RE: [nsbasic-ce] Re: Grid click

2009-07-19 Thread EMERSON VIER
The problem, is grid_click only work on default form Emerson Vier -Original Message- From: rmrsoft a...@rmrsoft.com Sent: domingo, 19 de julho de 2009 09:58 To: nsbasic...@yahoogroups.com Subject: [nsbasic-ce] Re: Grid click I don't have much experience of multiple forms, but if you

RE: [nsbasic-ce] Re: Grid click

2009-07-19 Thread EMERSON VIER
The problem, is grid_click only work on default form Emerson Vier -Original Message- From: rmrsoft a...@rmrsoft.com Sent: domingo, 19 de julho de 2009 09:58 To: nsbasic...@yahoogroups.com Subject: [nsbasic-ce] Re: Grid click I don't have much experience of multiple forms, but if you

[nsbasic-ce] Re: Grid click

2009-07-28 Thread EMERSON VIER
OK now the event _Click work on two forms, now I will make test on my project. Why this not work when I use the AddObject?? Why I not see the properties from the this object? Thx for you help. EMERSON VIER --- In nsbasic...@yahoogroups.com, George Henne g...@... wrote: Try again

Res: [nsbasic-ce] On Emulator work On device not

2009-06-14 Thread EMERSON VIER - YAHOO
) The recors not recive any result on next step tbI220.Text = records(1)(10) Show the last error. EMERSON VIER De: George Henne g...@nsbasic.com Para: nsbasic...@yahoogroups.com nsbasic...@yahoogroups.com Enviadas: Domingo, 14 de Junho de 2009 7:19:21 Assunto