*** am has joined #gnuenterprise *** am has left #gnuenterprise *** reinhard has joined #gnuenterprise *** btami has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** kilo has joined #gnuenterprise good morning gnuers hi kilo hi johannesV *** sjc has joined #gnuenterprise *** holycow has quit IRC reinhard, johannesV: there is a reference field in a class. in a form i choose the right instance from a dropdown, the reference field now holds a gnue_id referreing to an existing instance. how can i access its properties in the form? this is a bug in forms s/bug/missing feature/ actually you should be able to have some entries of type "label" of the dropdown datasource and selecting an item in the dropdown should navigate the datasource to the correct record but it doesn't ah, i see we have the same problem as you see in hotline.gfd selecting a contact *should* show you the email and phone number of the contact but it doesn't yes, i remember now * when a block is connected to the same datasource as the dropdown, the current record in the block doesn't follow the selection in the dropdown; this makes it impossible to display additional info for the selected item of a dropdown (from gnue-forms/BUGS) in my case (invoicing) if a user select a payment method, it also defines the days the payment is due in. and i want to display the date due ( = date issued + days due) what you *could* do is (or at least try) in a trigger post() the record to appserver and display a calculated field with the date due post() without commit() would update the calculated fields but would still not store it in the db (i'm not sure if you can post() in a trigger code) i see will try that, thx most probably you have a calculated field for due date anyway have one, but not calculated. as though the software can calculate the day due, the usr can override it. so i got to store it ah but then post() will not invoke a procedure that should calculate the date due no, you would have to call that procedure yourself when and how actually you wouldn't need the post() then, because calling a procedure will post() silently how -> just callFunc when -> that's the question: when should the due date be overwritten grep callFunc reinhardsbrain grep callFunc sample.gfd would also do the trick :) but then you have to state the reinhardsbrain != sample.gfd 8-)))))) and there is no callFunc... only call... 8-))) whoa, it works... hung the call on the on-change trigger of the field with the dropdown and it calculates it nicely *** btami has quit IRC *** bluesbaron_ has left #gnuenterprise *** kilo has quit IRC *** derek has quit IRC *** kilo has joined #gnuenterprise *** derek has joined #gnuenterprise *** kilo has quit IRC *** jamest has joined #gnuenterprise *** derek has quit IRC *** derek has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** SachaS has joined #gnuenterprise *** Amorphous has quit IRC *** holycow has joined #gnuenterprise *** johannesV_ has quit IRC *** jcater has joined #gnuenterprise *** Amorphous has joined #gnuenterprise *** Ahewes has joined #gnuenterprise *** mixi has quit IRC *** mixi has joined #gnuenterprise *** cilkay has quit IRC *** mixi has quit IRC *** mixi has joined #gnuenterprise *** mixi has quit IRC *** mixi has joined #gnuenterprise *** reinhard has quit IRC *** mixi has quit IRC *** jamest has quit IRC *** cilkay has joined #gnuenterprise *** sjc has quit IRC *** wendall911 has joined #gnuenterprise *** jcater_ has joined #gnuenterprise *** wendall911 has left #gnuenterprise *** holycow has quit IRC *** jamest has joined #gnuenterprise *** jcater has quit IRC *** jamest has quit IRC *** jcater has quit IRC *** holycow has joined #gnuenterprise *** Ahewes has quit IRC