Re: Datagrid can't not find background

2009-06-01 Thread Bill Marriott
1) Open up the original stack containing the data grid template 2) Use the application browser to open up the templates substack 3) Use the property inspector to set the mainstack of it to your stack. "Josep" wrote in message news:23824276.p...@talk.nabble.com... > > Hi List, > > I'm trying to g

Re: Popup menu bug?

2009-06-01 Thread J. Landman Gay
Josep wrote: Hello Jaqueline, But I need perform the DB stuff inside the search button. Maybe I can use a global for build the SQL and exec from the button... isn't? You could store the value of pItemName from the menupick handler, then use that in your search button to create the DB query.

Datagrid can't not find background

2009-06-01 Thread Josep
Hi List, I'm trying to get the entire set of data of the datagrid with: put the dgData of group "dg_productos" into tData But only get the error "can't find background". This is a copy/paste stack and I remember that when I load it some message about the templates datagrid was show. Now I see

Re: OT: MySQL Open/Close question

2009-06-01 Thread Josep
Hi Stephen, I have similar problem. I'm working remotely with mySQL and with this I solve the issue. In my case I perform long long inserts, the last one hold the connection for 2'5 hours without problem inserting 59000 records from the datagrid to one remote mysql. put "SET wait_timeout=1200"

Re: Popup menu bug?

2009-06-01 Thread Josep
Hello Jaqueline, But I need perform the DB stuff inside the search button. Maybe I can use a global for build the SQL and exec from the button... isn't? Salut, Josep -- View this message in context: http://www.nabble.com/Popup-menu-bug--tp23814764p23823497.html Sent from the Revolution - User

Re: Popup menu bug?

2009-06-01 Thread J. Landman Gay
Josep wrote: Hi list, I found this... maybe I doing something wrong but... Create a popup menu with many options. In the popupmenu put this: on menuPick pItemName Global pOldItem put pItemName into fld lbl_search replace "!c" with "" in line lineOffset(pOldItem,button opt_search)

Re: Contracted menuBar question

2009-06-01 Thread J. Landman Gay
dunb...@aol.com wrote: Jacques. No. Hmmm. Maybe. If I set the editMenus of my stack to "true", the full, ordinary menubar appears. if I set it to "false" the contracted one appears. These are never in the stack window, rather only in the menuBar. I have no groups in the stack, and no extra b

Re: Contracted menuBar question

2009-06-01 Thread DunbarX
Jacques. No. Hmmm. Maybe. If I set the editMenus of my stack to "true", the full, ordinary menubar appears. if I set it to "false" the contracted one appears. These are never in the stack window, rather only in the menuBar. I have no groups in the stack, and no extra buttons; that is, no object t

Re: Contracted menuBar question

2009-06-01 Thread DunbarX
Jacques. No. An empty field. Craig In a message dated 6/1/09 3:11:29 PM, jac...@hyperactivesw.com writes: > Is there anything in the list that opens when you click the "Edit" > button? > ** We found the real ‘Hotel California’ and the ‘Seinfeld’ diner. What will you find? Explor

Re: Contracted menuBar question

2009-06-01 Thread J. Landman Gay
dunb...@aol.com wrote: Jaques. I know the default menuBar (when you create a new one in the menubuilder) looks just like this. But I have no such menus assigned. The menu list field is empty in menubuilder. Is there anything in the list that opens when you click the "Edit" button? -- Jacque

Re: Contracted menuBar question

2009-06-01 Thread DunbarX
Jaques. I know the default menuBar (when you create a new one in the menubuilder) looks just like this. But I have no such menus assigned. The menu list field is empty in menubuilder. Craig. In a message dated 6/1/09 12:22:50 PM, jac...@hyperactivesw.com writes: > Could you have accidentally a

Re: Datagrid again

2009-06-01 Thread Trevor DeVore
On May 31, 2009, at 3:27 PM, Beat Cornaz wrote: While still discovering more on the wonderfull Datagrids, also more questions have come up. I have a table Datagrid which gets filled up with data of different lengths, containing numbers. Now I want to make the bottom line(meaning the last

Re: Data grid - Column Behaviour

2009-06-01 Thread Trevor DeVore
On May 31, 2009, at 10:43 PM, Nhan, Tran Thi Thanh wrote: I have a data grid with style table. I want display information of customers getting from database on data grid. I have already done but had one trouble in display picture of customer. I don't want to use style form, just table with custo

Re: DataGrid

2009-06-01 Thread Trevor DeVore
On May 30, 2009, at 3:36 PM, Beat Cornaz wrote: What a wonderful job, Trevor. It is truly amazing. ... Hi Beat, Thanks. I'm glad you like it. I have studied the manual and the list, so I hope my questions have not been asked before : 1. Is it possible to print the content (including head

Re: Contracted menuBar question

2009-06-01 Thread J. Landman Gay
dunb...@aol.com wrote: But when I have the stack in front, its menu reduces to "File", "Edit" and "Help", with all menuItems disabled. I never touched the menubar in this stack. All other stacks show the full default menubar (or the ones I made for them). For the stack in question, clicking a

Popup menu bug?

2009-06-01 Thread Josep
Hi list, I found this... maybe I doing something wrong but... Create a popup menu with many options. In the popupmenu put this: on menuPick pItemName Global pOldItem put pItemName into fld lbl_search replace "!c" with "" in line lineOffset(pOldItem,button opt_search) of button opt_