baanjim
29th March 2006, 14:31
hi,
we use erpln and we try to create a simple session based on tccom100 table (for exemple). We use the DFE and the "insert all table fields" option. we have a problem with an error message telling "you must create the domain spyeno before generating form" (with "sp" as our specific package).
in the script created, in the declaration of the fields of the form we have a ligne as "domain spyeno txta"... in fact, the system generated this from a text field of the table... I think there's a parameters that generate a yesno to indicate that a text is present in table but I don't know where....does sombedy know this problem? and how can we resolve it?
thanks a lot and sorry for the english... :o

ARijke
29th March 2006, 16:41
Hi baanjim,

Replace the spyeno domain by the domain tcyesno. This domain is an existing domain. The generated field is indeed used to indicate whether there is a text linked to the record.
On table level there is field having the long number of the text. It does not make sense to show that number. The indicator does make sense.

Hope this helps.
Regards, Adriaan