| View previous topic :: View next topic |
| Author |
Message |
Woody Valued Newbie

Joined: 10 Jul 2003 Posts: 29
|
Posted: Tue Dec 30, 2003 3:19 am Post subject: [resolved] Table issues with multiple dialogs? |
|
|
Hello Everyone,
I am attempting to create a click event with a table involving two dialogs. It of course works fine with event() but with event(D) it errors out.
Error: Label "TABLE1CLICK 0" not found at line: 58
it finds TABLE1CLICK fine with @event()
and of course it is looking for "TABLE1CLICK 0" not TABLE1CLICK|0
Is this a bug?
Thanks, _________________ - Woody |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Woody Valued Newbie

Joined: 10 Jul 2003 Posts: 29
|
Posted: Tue Dec 30, 2003 9:45 pm Post subject: |
|
|
| Quote: | | I think you've set the fieldseperator to a space. |
Thanks Skit!
Sure enough I had changed the fieldseperator to @tab() to parse strings. However I never set it back to default.. Once that task was completed I simply added the option fieldsep,| and it corrected the situation.
Thanks again!  _________________ - Woody |
|
| Back to top |
|
 |
|