croantree
|
| Posted: 06/20/2002, 2:18 AM |
|
We have created a text array field in PostgreSQL using the _text array datatype. Codecharge will display the entire field but does not seem to allow us to access the array elements for separate display/maintenance.
Is there a way to access the array elements from Codecharge? We can use the Before Open event to break out the elements into variables in the SQL Select statement and can then hard-code these variables in the 'Create field variables based on database fields' section but would lose this hardcoding on regeneration of the pages.
|
|
|
 |
Tony
|
| Posted: 06/21/2002, 2:35 AM |
|
Hello,
once you have custom code that let you achieve desired results you can just create Custom Show event and place code there in order not to lose custom modifications.
|
|
|
 |
|