PDA

View Full Version : Unexpected Error Message at Run Time


GregSS
02-21-2005, 03:25 PM
I get the following message at run time:
On Preload, Line 0:unexpected symbol near '04'

with an OK button. I have to press OK several times indicating to me that this is linked to several files in my build.

I have no idea what to do next.


Thanks,
Greg Spahn
gspahn@komo.com

Adam
02-22-2005, 04:34 PM
hmm that is a weird error. You may want to open a support ticket Here (http://support.indigorose.com/index.php?_a=tickets&_m=submit) and we can look deeper into this.

- Does this happen on all installs built with Setup Factory 7.0? Or is it specific to one file?
- What happens if you build the file again?
- Does this error come up on all systems that it is run on? If not please specify

Adam Kapilik

GregSS
02-22-2005, 04:42 PM
Adam,
I have so far been unable to duplicate the SF6 jobs that I have been using in SF7. It seems to me that the conditions are now made for programmers interested in learning a new language to write these in, and I suspect the conditions are where I am getting these errors from.
It does happen on both computers I tested the install on, and happens when I rebuild the setup file again.
I am not sure how much more help I can be. I can open a ticket for this as I really need to get this product running.

Thanks,
Greg Spahn

GregSS
02-24-2005, 11:30 AM
Adam pinpointed the fact that some of my variables were improperly called as Check 04 instead of Check04. The space obviously making the variable name improper.
The syntax of the multiple selections had to be:
RadioChoice == 2 and (check01) in order for the files to properly install IF the second Radio button on one screen and the First Checkbox on the checkbox screen was checked.
This took me forever to get correct, but it works now.

thanks,
Greg