Vital
|
| Posted: 09/26/2002, 7:22 AM |
|
Hi I am new in this forum
Going back to CC2 after exploring CCS whitout much success.
May be until some serious tutorial for nonprogrammers will be within reach
I am trying to display in a grid table some "id" field twice:
one for himself
and one for the corresponding field in lookup table
but cc2 dont allow it. it says "name already exist"
for example in the employee table:
field 1 - department id
field 2 - department name (from department table)
any idea how can i ovveride yhis problem
|
|
|
 |
banjo
|
| Posted: 09/26/2002, 2:42 PM |
|
Go to the Field properties of the second Id field in your form and change the name of the variable to, say, Id2. Just make it a different name from the other id field and all will work.
|
|
|
 |
Nicole
|
| Posted: 09/30/2002, 11:07 PM |
|
Vital,
you should assign different names to variables that are used to store field values. Open field properties and set different names for the fields ('Name' field)
|
|
|
 |
|