*** ajmitch__ has joined #gnuenterprise
*** ajmitch has quit IRC
*** reinhard has joined #gnuenterprise
<ajmitch__> hi reinhard
<reinhard> good morning from the lake
<reinhard> (the region here has mostly turned into a lake...)
<ajmitch> flooding?
<reinhard> yep
<reinhard> about half of the main traffic roads between the towns are closed, including motorway
<reinhard> several bridges broken, no train traffic today because electric wires are broken
<reinhard> some towns cut off from the rest of the world, telephone net partly broken
<reinhard> will be a calm day today :)
<reinhard> these are the days when you are happy that you can work from home :)
<derek> rain?
<derek> what is that?
* derek thinks i saw rain once
<derek> http://www.desertmuseum.org/programs/images/Pencil05.jpg
<derek> an arizona river ;)
<reinhard> heh
*** menomc has joined #gnuenterprise
*** sjc has joined #gnuenterprise
*** mnemoc has quit IRC
*** kilo has joined #gnuenterprise
*** btami has joined #gnuenterprise
*** afromm has joined #gnuenterprise
<afromm> good morning to everybody!
<btami> good morning
*** sjc has quit IRC
*** johannesV has joined #gnuenterprise
<johannesV> palim palim
*** yure has joined #gnuenterprise
*** yure has quit IRC
*** btami has quit IRC
*** btami has joined #gnuenterprise
<dimas> hello all
<dimas> btami: you here?
*** wt has joined #gnuenterprise
*** yure has joined #gnuenterprise
<btami> dimas: yep
*** jamest has joined #gnuenterprise
<dimas> i have a problem with reports
*** btami has quit IRC
*** btami has joined #gnuenterprise
<jamest> ok
<dimas> btami: here again?
<btami> yep
<dimas> did fresh checkout
<dimas> there are not errors but output is empty
<btami> output of what?
<btami> i mean, what .grd, with what filter?
<dimas> i had very simple ones of my own, now trying with invoice
<dimas> filter char and simpletabulation
<dimas> simpletabulation worked before, changes for char in report-filers.conf i did only today
<dimas> with debug-level i can see that data is fetched but nothing in output, not even static labels
*** kilo has left #gnuenterprise
<btami> mothly.grd is ok here
*** yure has quit IRC
<btami> try to remove the src/adapters/filters dir, and svn up again
<dimas> got fresh filters
<dimas> btami: what db you run monthly.grd against?
<btami> firebird
<dimas> ok
<dimas> now trying invoice..
<dimas>   File "/home/ds/svn/gnue/.cvsdevelbase/gnue/forms/GFObjects/GFImage.py", line 96, in initialize
<dimas>     self.subEventHandler)
<dimas>  TypeError: 'module' object is not callable
<dimas> am i missing image module?
<btami> yep
<dimas> is it mandatory?
<btami> not if you remove the fantastic goat  from head.gfd
<dimas> :)
<dimas> i will do for now, promise to restore it later..
*** wt has quit IRC
*** wt has joined #gnuenterprise
<dimas>       runReport('../reports/invoice.grd', {'BILLING_number': invNumber})
<dimas> btami: what does it do?
<dimas> it is from Head.gfd
<dimas> should it open a new window or what?
<btami> no, it runs _THE_ report
<btami> using the config options from gnue.conf reports section
<btami> DefaultFilter, DefaultDestinationType and DefaultDestination
<dimas> ok, checking them now
<dimas>    File "/home/ds/svn/gnue/.cvsdevelbase/gnue/reports/adapters/destinations/printer/bsd.py", line 69, in close
<dimas>     command = (gConfig('LprCommand') + " %s") % (print_to, file)
<dimas>  TypeError: not all arguments converted during string formatting
<dimas> DefaultDestinationType = printer
<dimas> DefaultDestination = lpr
<dimas> DefaultFilter = text
<dimas> 
*** _wt has joined #gnuenterprise
<dimas> see where is it from
<btami> ok
*** jcater has joined #gnuenterprise
<dimas> got it printed :)
<dimas> GNUe Blame Derek Ltd?
<dimas> :)
<btami> :)
*** iro has joined #gnuenterprise
*** wt has quit IRC
<jamest> :)
*** iro has quit IRC
<dimas> btami: i had to have -d - option to get in on console
<btami> this is the default from GRConfig.py iirc
<dimas> grcvs --connection=../../connections.conf -f text -D file -d - person_list.grd
<dimas> this gices the output
<dimas> gives
<dimas> grcvs --connection=../../connections.conf -f text -D file person_list.grd
<dimas> when this one not
<btami> hmm
<dimas> my settings may be screwed
<dimas> btami: then how you say that company name is? :)
<btami> grcvs -f text -D file monthly.grd
<btami> is ok for me
<btami> grcvs -f text monthly.grd
<btami> too
*** klasstek has joined #gnuenterprise
*** johannesV has quit IRC
<jamest> isn't there a way to get a timestamp from a connection
<jcater> connection.getTimeStamp() ?
<jamest> ah, thanks
<jamest> wonder why that's not in the api docs
<jamest> ah, it's not in base or DBSIG
*** dcmwai has quit IRC
*** SachaS has joined #gnuenterprise
*** dcmwai has joined #gnuenterprise
*** btami_away has quit IRC
*** btami_away has joined #gnuenterprise
*** _wt has quit IRC
*** _wt has joined #gnuenterprise
*** _wt has quit IRC
*** _wt has joined #gnuenterprise
*** _wt has quit IRC
<chillywilly> anyone know how to send an email from cron with the mail command and also have it use a certain SMTP server?
<chillywilly> eh, screw it
<jamest> huh?
<jamest> why would you do that?
<chillywilly> cause I want it to email me when a certain job runs
<chillywilly> although I thought it did that with any job that produces output
<jamest> it should
<jamest> if it's in /etc/crontab
<jamest> you might have to add MAILTO=
<jamest> in the crontab
*** klasstek has quit IRC
<afromm> Hi, I'm stuck with a form that has to link to blocks via a linking table. I set up a datasource for the three tables and defined a M/D-relation between the 2 tables containing the data and the linking table, but it doesn't work. Here is what I did:
<afromm> Table Customer:
<afromm> dtsCustomer (fields: c_id, name, ....)
<afromm> primary key: c_id
<afromm> Table Link:
<afromm> dtsLink (fields: l_id, customer, phone)
<afromm> primary key: l_id
<afromm> detail: customer
<afromm> master dts: dtsCustomer
<afromm> master fld: c_id
<afromm> Table Phonenumbers:
<afromm> dtsPhone (fields: ph_id, number)
<afromm> primary key: ph_id
<afromm> detail: ph_id
<afromm> master dts: dtsLink
<afromm> master fld: phone
<afromm> The forms run all right if I omit the M/D-relation of the Phone-table. Is there something I'm doing wrong here, or is there a limitation of how many detail links can be chains? The customer tbale is a detail link by it self, so that there would be 4 detail links that are chaind here. Is there a problem with that?
<afromm> Thanks
<jamest> afromm: there is no limit to the master/detail chain depth
<jamest> do you have somewhere we can look at the actual form gfd?
<jamest> reinhard: did you manually set the property to have subversoin update $Id$?
<jamest> on a per file basis?
<afromm> Solved my Problem! While preparing the gfd file to post it I found out that I deleted a complete block definition. Thanks anyway.
*** kilo has joined #gnuenterprise
*** btami_away has quit IRC
<jamest> afromm: cool!  glad to see you found it
*** sjc has joined #gnuenterprise
<reinhard> jamest: I think I did something like
<reinhard> find . -name "*.py" | xargs svn propset svn:keywords Id
<jamest> reinhard: thanks
<jamest> reinhard: fwiw, i've been working on input masks
<jamest> reinhard: just nothing I can commit without fragging forms
<chillywilly> bah, Hoary has an old clamav in it
<jamest>  /msg reinhard InputMask is jcater code and you know how fun that is to work with
<jcater> jamest, yeah, hard to contain the excitement, isn't it?
<jcater> it's like being in the sistine chapel
<jamest> er, um, yeah, something like that
<jcater> (when it was being primed)
<jamest> i spend a lot of my time on my back looking at the ceiling anyway
<chillywilly> :_o
<chillywilly> :-o
*** sjc has quit IRC
*** jamest has left #gnuenterprise
<reinhard> good night all
*** reinhard has quit IRC
*** jcater has quit IRC
*** kilo has quit IRC
<chillywilly> bah
*** jcater has joined #gnuenterprise
*** klasstek has joined #gnuenterprise
*** afromm_ has joined #gnuenterprise
*** afromm has quit IRC
*** SachaS has quit IRC
*** wt has joined #gnuenterprise
<wt> hi
<dimas> hello wt
<wt> what's happening?
<dimas> not much on my side :)
<dimas> should be leaving, bbiah
<wt> I am testing my gprs internet
<dimas> oh great
<dimas> i need to test mine right these days too
