This topic is locked

lookup wizard

10/7/2003 7:17:30 PM
ASPRunnerPro General questions
B
bronoman author

I'm using ASPRunner 2.2 and I just tried the

LOOKUP WIZARD Feature <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=189&image=1&table=forumtopics' class='bbc_emoticon' alt=':D' />

in STEP 9 (Edit Field Labels and Format)
when chosing this option a new window pops up and offers 2 methods for lookup:

  1. list of values
  2. lookup table
    method 1) works as expected <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=189&image=2&table=forumtopics' class='bbc_emoticon' alt=':)' /> it displays a drop-down box with values and writes the chosen value back into the DB
    method 2) can be configured in the application, but the generated ASP page appears without a drop-down box <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=189&image=3&table=forumtopics' class='bbc_emoticon' alt=':unsure:' />
    Unfortunately both the help system that comes with the application and the online help system do not include a reference for this feature.

Sergey Kornilov admin 10/7/2003

Hi,
I guess some kind of error happens on this page. To see this error message you need to comment this line in the beginning of ..._edit.asp file. You just need to put a single quote in the beginning of this line.

' On Error Resume Next


This will print error message that you can post here.
Best regards,

Sergey Kornilov