[dabo-users] SQLite Admin

2006-06-13 Thread Ruben and Yvonne Baumann
Just in case anyone is interested, or needs one, here's a URL for an Admin program that works well to help you create, design, and maintain your SQLite db. Used in conjunction with Dabo, it should be very useful. http://sqliteadmin.orbmu2k.de/ Ruben --- StripMime Report -- processed MIME pa

Re: [dabo-users] SQLite Admin

2006-06-13 Thread david whiting
Windows only though by the looks of it. Dave On 13/06/06, Ruben and Yvonne Baumann <[EMAIL PROTECTED]> wrote: Just in case anyone is interested, or needs one, here's a URL for an Admin program that works well to help you create, design, and maintain your SQLite db. Used in conjunction with D

Re: [dabo-users] SQLite Admin

2006-06-13 Thread Lauri Ojansivu
Well, everybody can pick a favorite SQLite management tool: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools Or converter tools, or something else: http://www.sqlite.org/cvstrac/wiki - Lauri --- Ruben and Yvonne Baumann <[EMAIL PROTECTED]> wrote: > Just in case anyone is interested, or need

Re: [dabo-users] What are we working on?

2006-06-13 Thread Henning Hraban Ramm
Am 2006-06-08 um 20:35 schrieb Ed Leafe: Thus I'd very much appreciate an explanation of the Wizard created structure and where to place the wrench to get further. Paul can help you with general questions about the Wizard- generated files. I'll take each of your questions and answer them

Re: [dabo-users] What are we working on?

2006-06-13 Thread Ed Leafe
On Jun 8, 2006, at 10:38 AM, Henning Hraban Ramm wrote: - can I simply omit a field from a form if I want to get the default (or old) value You can remove it from the UI files so that it doesn't appear anywhere, or, if you want it to appear but not update, you can add it to the bizobj's

Re: [dabo-users] What are we working on?

2006-06-13 Thread Ed Leafe
On Jun 8, 2006, at 10:38 AM, Henning Hraban Ramm wrote: - how do I get a foreign key selection (dropdown list with entries from another table) First, create a method in your bizobj to get the available choices and their keys. Then create your list with the following properties: DataSourc

Re: [dabo-users] Menus

2006-06-13 Thread Mario Lacunza
El jue, 08-06-2006 a las 13:15 -0700, Paul McNett escribió: > Mario Lacunza wrote: > > Im make some test with Dabo Class Designer, I follow the Dabo Screencast > > about Sizers, in that a see then frame havent a menu bar, but when I > > start a new one the Class designer always put some menus: File

Re: [dabo-users] Menus

2006-06-13 Thread Ed Leafe
On Jun 13, 2006, at 3:38 PM, Mario Lacunza wrote: If you can't do that using the property sheet (I'm not sure), you can do it by overriding the initProperties method of the form, like: def initProperties(self): self.MenuBar = None Where?? I dont see that propertie in the pallete...

Re: [dabo-users] What are we working on?

2006-06-13 Thread Ed Leafe
On Jun 13, 2006, at 2:46 PM, Ed Leafe wrote: - how do I get a foreign key selection (dropdown list with entries from another table) First, create a method in your bizobj to get the available choices and their keys. Then create your list with the following properties: I've elabora

Re: [dabo-users] What are we working on?

2006-06-13 Thread Ed Leafe
On Jun 8, 2006, at 10:38 AM, Henning Hraban Ramm wrote: - how do I get the index number of a new entry I'm not sure what you're looking for. Do you mean if you add a new record, how do you get the PK? -- Ed Leafe -- http://leafe.com -- http://dabodev.com __

Re: [dabo-users] What are we working on?

2006-06-13 Thread Ed Leafe
On Jun 8, 2006, at 10:38 AM, Henning Hraban Ramm wrote: - the same fields and labels appear in at least 3 forms; wouldn't it make sense to change AppWizard so that one must change only one place? (e.g. to localize labels) Well, they are 3 separate controls. You might want something like: