[Product-Developers] AGX and workflows

2009-09-21 Thread bad_my84
Hi all, I'm developing my own product with AGX. Now I'm trying to design my own workflow, but I'm running into problems: I have a contenttype called Employee. On this type references can be set to other Employees, so a employee can have a BackRef called Manager. In my use case only managers can

RE: [Product-Developers] File saving with PloneFormGen in MySQL

2009-09-11 Thread bad_my84
: donderdag 10 september 2009 20:49 Aan: Roijen, Bas Onderwerp: Re: [Product-Developers] File saving with PloneFormGen in MySQL bad_my84 wrote: Andreas Jung-5 wrote: On 13.11.2008 10:41 Uhr, bad_my84 wrote: The problem is that I don't know

Re: [Product-Developers] AGX neither a method nor a callable

2009-09-10 Thread bad_my84
Found part of the problem... me! (shame shame) If I added the method in the right place, inside the class that is, it wouldn't have had the error. Now I can get the values from all fields from it's parent, except the title. With .Title() there is no value and with .getTitle() there's an error?

Re: [Product-Developers] AGX neither a method nor a callable

2009-09-10 Thread bad_my84
Found part of the problem... me! (shame shame) If I added the method in the right place, inside the class that is, it wouldn't have had the error. Now I can get the values from all fields from it's parent, except the title. With .Title() there is no value and with .getTitle() there's an error?

Re: [Product-Developers] AGX neither a method nor a callable

2009-09-08 Thread bad_my84
Maurits van Rees-3 wrote: bad_my84, on 2009-09-08: Hi all, I'm developing my own product in archgenxml but I'm running into problems with a default_method. I have 2 simple classes: employee and agreement. Agreement is contained in employee (composition). In agreement

[Product-Developers] AGX neither a method nor a callable

2009-09-08 Thread bad_my84
Hi all, I'm developing my own product in archgenxml but I'm running into problems with a default_method. I have 2 simple classes: employee and agreement. Agreement is contained in employee (composition). In agreement there is a StringField (called employee) which I want to give the default of

Re: [Product-Developers] PFG insufficient privileges af moving site

2009-03-24 Thread bad_my84
That was fast! No problem with updating to this version. This is fixed in PFG 1.2.6. On Wed, Mar 18, 2009 at 1:47 PM, Steve McMahon st...@dcn.org wrote: I've reproduced this, and will hopefully have a fix soon. Steve Steve McMahon Reid-McMahon, LLC st...@reidmcmahon.com st...@dcn.org

Re: [Product-Developers] PFG insufficient privileges after moving site

2009-03-19 Thread bad_my84
Thanks Steve. I see I forgot to mention my version of PFG, don't know if this help you, but here I go: 1.2.3 Bas Roijen. Steve McMahon wrote: I've reproduced this, and will hopefully have a fix soon. Steve On Mon, Mar 16, 2009 at 12:19 PM, bad_my84 bas.roi...@gti-group.com wrote

Re: [Product-Developers] SQLPASPlugin, Search for users

2009-02-09 Thread bad_my84
j23d wrote: Hello, we are using the SQLPASPlugin to store our users in a PostgreSQL database. Have anyone solved the problem that SQLPAS lacks to search for users in the control panel under prefs_users_overview and also in the zmi under ./acl_users/manage_search? I've done a search

[Product-Developers] PFG mail template

2009-01-22 Thread bad_my84
Hi all, I'm trying to edit the mail template in PFG, but I'm having a little trouble with getting the values of single fields. I need the field-values to be in specific places in the template, so I have to get the fields by name. Can someone tell my how to get the values by fieldname?

Re: [Product-Developers] Problem updating to PFG 1.2.5

2008-11-18 Thread bad_my84
Tim Knapp wrote: On Tue, 2008-11-18 at 01:33 -0800, bad_my84 wrote: Hi all, After running buildout to update some products, PFG didn't want to update to version 1.2.5. Before I was running version 1.2.4 without any problems. I'm running Plone 3.1.7 Here's the traceback call

Re: [Product-Developers] Problem updating to PFG 1.2.5

2008-11-18 Thread bad_my84
Tim Knapp wrote: On Tue, 2008-11-18 at 01:59 -0800, bad_my84 wrote: Tim Knapp wrote: On Tue, 2008-11-18 at 01:33 -0800, bad_my84 wrote: Hi all, After running buildout to update some products, PFG didn't want to update to version 1.2.5. Before I was running version

[Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread bad_my84
Hi all, I'm using PloneFormGen (1.2.4) to add extract data to/form an MySQL-database (5.0.51). It works fine with strings and integers, but I'm having problems trying to add a file with the 'File-field' from PloneFormGen. I'm using 'ZSQL Method' to add the data to the database. The

Re: [Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread bad_my84
The problem is that I don't know how I can add a file via the 'File field' into the database. With strings integers I use the 'ZSQL Method' with: INSERT INTO tabel VALUES( dtml-sqlvar voornaam type=string, dtml-sqlvar achternaam type=string ) But what kind of type should I use for a file?

Re: [Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread bad_my84
Andreas Jung-5 wrote: On 13.11.2008 10:41 Uhr, bad_my84 wrote: The problem is that I don't know how I can add a file via the 'File field' into the database. With strings integers I use the 'ZSQL Method' with: INSERT INTO tabel VALUES( dtml-sqlvar voornaam type=string, dtml