Zum Hauptinhalt gehen

Suche

Suche

creating "report" pages

Kommentare

2 Kommentare

  • Avatar
    Ron Brown

    Addendum - getting the data for each field will require using the calculated detail record ptr, and changing the recordset being referenced by the standard database sources available in the vb editor, thus I would have to change the recordset to be recordset 9 before referencing the field data using sod_shiplist_view.Part_Nbr to get the Part Number associated with the 9th record set. Don;t know how to change the record set reference to do this, though.

    0
  • Avatar
    Peter Thane

    Quite a few years ago we did something like this but output the data directly out of the database/ERP system into a flat text file. 

    The BarTender "label" was a basically an A4 sheet with about 200 odd fields on it  including the header and footer and allowed for multiple lines of product data.

    The printing system was set to automate when a data file was produced (you would now use Integration Builder to perform this although I think we used the fore-runner of the old Commander application as it was that many years ago) and populate the matching label fields with the data in the trigger file.

    We had calculated how many lines of product information would fit on each label and so if more records were needed an additional line of data was added into the trigger file. The new line(s) included repeating whatever header/footer details were needed together with the extra data records. Where parts of the header/footer weren't needed for the subsequent sheets, these were left blank in the data file (ie, field 1 data, field 2 blank, field 3 blank, field 4 data etc).

    0

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