Zum Hauptinhalt gehen

Suche

Suche

Drop Down List From A Database

Kommentare

3 Kommentare

  • Avatar
    Shotaro Ito
    Hi ndavill,

    In print dialog, queried records, select [Selected at Print-time]. so record selection dialog will be shown at print time.
    If your database doesn't have much records, this option would works.

    In case you have many records, Use Query prompt.
    You can type in Key (such as PART No) to pull specific record.
    In database setup, query tab, create condition like below.
    [sql]
    Field | Operator | Criteria
    ---------------------------
    PARTNo | = | New prompt..
    [/sql]
    Once you create a query prompt, at print time a small asks you to input Key, and print records only match with Query result.
    However - this query prompt doesn't have dropdown list.
    I've added drop down on query prompt to our feature wish list.
    0
  • Avatar
    Legacy Poster

    Any progress on this?  I'd like to use a feature like that.

    0
  • Avatar
    Shotaro Ito

    Not at the moment, but I understand the importance of this request. I'm adding you as one more count for this wish list.

    Meanwhile - one option is use dropdown list in data entry form, sourced by VB Script.

    http://forums.seagullscientific.com/index.php?/topic/201-vbscript-to-populate-a-dropdown-list/

     

    I recon this is a bit too complicated and wanted to have such GUI feature in record selection / data entry too.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.