Re: How to iterate over all the records of a block in a trigger
Reinhard Mueller <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Organization | GNU Enterprise |
| Message-ID | <[email protected]> |
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 _______________________________________________ Gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnue
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBDCM6c4LscQraoxVkRAn8ZAJ99/VdZ5QuyjAEEzndKEMCqOJMjewCeJib5 brknjcQZk6HhyDL+0Og3q6A= =EtnH -----END PGP SIGNATURE-----