This topic is locked

COMBO BOX

2/22/2005 2:37:55 AM
ASPRunnerPro General questions
A
avion author

1.
I HAVE GOT 10000 CLIENTS

I WANT TO FILL UP THE LIST IN THE COMBO BOX WHILE EDITING OR ADDING

THE SCRIPT GIVES TIME OUT ERROR

HOW DO I IMPLEMENT MULTI COMBO
2.
I HAVE A TABLE WITH 10 FIELDS

I WANT THAT ON EACH PAGE WE SHOW ONLY 2 FIELDS

SO THE USER HAS TO FILL FIVE FORMS

FOR THE RECORD TO GET UPDATED

Sergey Kornilov admin 2/22/2005

Hi.

  1. Combo-boxes are not capable to hold 10000 records. 500 is considerable maximum.
    You can generate the client list using ASPRunner and make a link (like "Select a person") to that list on your Edit and Add pages.

    There you can use search or pagination functions to select the required client.
    But you'll need to write the scripts manually for invoking client list, selecting a record and returning the selected data into form on your Edit or Add page.
  2. You may create the Edit page with all the 10 fields. Then I can help you to split it into 5 parts.

    After you purchase ASPRunnerPro I will

    need from you an initial set of generated ASP pages to make required

    changes. These modifications will be free of charge for you.