can't find object <field 1>
andu
undo at cloud9.net
Thu Dec 6 10:57:01 EST 2001
eugen helbling wrote:
>
> Hi,
>
> in a stack script part I used following to put something into a field
>
> put "field " & quote & "body" & quote into fld_name
> put 123 into control fld_name
>
> instead of the following returns error ( can't find object <field 1>)
>
> put "field 1" into fld_name
> put 123 into control fld_name
>
> what is wrong in the second case ?
Looks like control expects either a control number (control 1) or a
control name (field "body") but field 1 is neither.
>
> regards
> eugen
>
> _____________________________________________________________________
>
> GINIT Technology GmbH eugen.helbling at ginit-technology.com
> Eugen Helbling www.ginit-technology.com
> Emmy-Noether-Str. 11 phone: +49-721-96681-0
> D-76131 Karlsruhe fax: +49-721-96681-111
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
--
__________________________
Regards, Andu
More information about the metacard
mailing list