Search results

  1. D

    Error 5890 starting up RTB 9.1D

    Hi, We have done an upgrade of our roundtable 9.0A to 9.1D. When we start now RTB we got the following error: Error occurred while accessing component property/method: LoadControls. Not enough storage is available to complete this operation. Error code:0x8007000e controle_load...
  2. D

    Query >IF

    Here is an example (freeform query): DEFINE BROWSE brw_detail &ANALYZE-SUSPEND _UIB-CODE-BLOCK _DISPLAY-FIELDS brw_detail WINDOW-1 _FREEFORM QUERY brw_detail NO-LOCK DISPLAY (IF NOT v_klantreferenties THEN vkcontract_dtl.artikelcode ELSE vkcontract_dtl.klantartikel) COLUMN-LABEL "Artikel":C12...
  3. D

    EPL2 Label Printing Issue

    I' don't think that you can do that with epl2 command's. On the site www.zebra.com you can find the programmar's manual (epl2_manual.pdf). I think that you must do an substring in progress to get the right result and send that to the printer.
  4. D

    Read out AI-files

    Hi All, Is there a way to read out the ai files so you can view the contents of these files. Thanks.
  5. D

    fill in some database records

    Hello, In the progress procedure editor you can do manually do an create and update from the records. CREATE table-name. UPDATE table-name with 1 col. When you make an running program you should use: CREATE table-name. ASSIGN table-name.field1 = table-name.field2 = ... RELEASE...
Top