gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUe] How to iterate over all the records of a block in a trigger


From: Reinhard Mueller
Subject: Re: [GNUe] How to iterate over all the records of a block in a trigger
Date: Sun, 21 Aug 2005 20:57:32 +0200

Am Sonntag, den 21.08.2005, 20:47 +0200 schrieb Andreas Fromm:
> After throwing away the distro-packaged versions of gnue-* and
> installing the newest releases from the original site,

New packages for debian are being prepared.

> I can iterate
> over the records like described above. My problem now is that I can't
> access the fields of the record. As I can see from your example and
> from the source I should be able to get a value like rec.['fieldname']

Without the dot. rec['fieldname'] (and be aware that the fieldname is
case sensitive!)

> but I just get a 'None' when trying this. I tried to get the all the
> fieldnames by rec.keys but I just get something about a "<bound method
> RecordSet.keys of <RecordSet for ...."

rec.keys()

rec.keys returns a pointer to the function
rec.keys() calls the function and returns the result.

Thanks,
Reinhard

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]