Re: [nsbasic-ce] Re: Grid click

2009-07-29 Thread George Henne
Of EMERSON VIER Sent: Sunday, July 26, 2009 5:45 PM To: nsbasic...@yahoogroups.com Subject: [nsbasic-ce] Re: Grid click Sorry but I do not understand your reply EMERSON VIER --- In nsbasic...@yahoogroups.com mailto:nsbasic-ce %40yahoogroups.com , George Henne gh

Re: [nsbasic-ce] Re: Grid click

2009-07-28 Thread George Henne
Subject: [nsbasic-ce] Re: Grid click Sorry but I do not understand your reply EMERSON VIER --- In nsbasic...@yahoogroups.com mailto:nsbasic-ce%40yahoogroups.com , George Henne gh@ wrote: Have a look to how the generated code does this. Create a form with a grid

[nsbasic-ce] Re: Grid click

2009-07-28 Thread EMERSON VIER
...@yahoogroups.com [mailto:nsbasic...@yahoogroups.com] On Behalf Of EMERSON VIER Sent: Sunday, July 26, 2009 5:45 PM To: nsbasic...@yahoogroups.com Subject: [nsbasic-ce] Re: Grid click Sorry but I do not understand your reply EMERSON VIER --- In nsbasic...@yahoogroups.com

[nsbasic-ce] Re: Grid click

2009-07-19 Thread rmrsoft
I don't have much experience of multiple forms, but if you want multiple grids I find it easier to put them both on the same Form and then use the MOVE command to decide which one is 'live' So you get: AddObject grid,grid,9000,0,240,150 AddObject grid,grid1,9000,0,240,150 Then to use the

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

Re: [nsbasic-ce] Re: Grid click

2009-07-19 Thread George Henne
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 want multiple grids I find it easier to put them both on the same Form and then use

[nsbasic-ce] Re: Grid click

2009-07-18 Thread EMERSON VIER
I use the AddObject Sub Form1_Load() On Error resume next AddObject grid,grid,0,0,240,150 If err Then MsgBox Grid control not installed. Please check the ReadMe file's section on Install Device Components for more information.,,Grid Bye End If On Error Goto 0 grid.cols=3

[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