Re: [dabo-users] ReportWriter under Windows 10

2017-01-11 Thread Ed Leafe
On Jan 10, 2017, at 8:12 PM, Steve Rose wrote: > > File > "C:\Python27\lib\site-packages\dabo-0.9.4-py2.7.egg\dabo\lib\reportWriter.py", > line 2950, in _setReportFormFile >self.HomeDirectory = os.path.join(os.path.split(val)[:-1])[0] You’re using version 0.9.4, which is over 5 years old. I

Re: [dabo-users] ReportWriter under Windows 10

2017-01-11 Thread john
I'm not sure what is happening here because I can not repeat the error on my windows 10,8, or 7 VM. Did you look at the 'self.HomeDirctory' value (or the value of 'val')?. Maybe you have something in the string? Any chance you have unicode? I just realized I'm using Dabo 2.0.0 - and you ar

Re: [dabo-users] Tab-Index of UI-Objects?

2017-01-11 Thread john
How did you create the UI form? Did you use the class designer? Or did you manually create each of the controls - something like: dabo.ui.dTextBox(self, RegID="CaseID",Width=225, DataSource = 'public.esenroll', DataField = 'caseno') Normally, the order or tab order is set to match top to bot

[dabo-users] Tab-Index of UI-Objects?

2017-01-11 Thread Max Voß
Hello, is it possible to set a kind of tab-index in a dabo-Form? I have got a dPage-Object with a lot of dTextBoxes, dDropDownLists and so on but they appear in a different order on the Page than I want to step through them with the tabulator-key. The "tab-index" seems to depend only on the posit