Search results

  1. C

    CHOOSE field option

    Hello With the following code: DISPLAY files filetype WITH FRAME showfile. choose FIELD files WITH FRAME showfile. filechose = frame-value. The problem I am facing with this is when user presses F4 the program still accepts the value and proceeds with...
  2. C

    barcode printing and picture

    Hello I need to write a program to create a label which has barcodes onthe top section and a picture in the second section. eg: the first half of the label should show the item number , quantity ,and other imp details with barcodes..the second half should show the picture of item.(eg: jpg or...
  3. C

    Printing To A Specified Tray

    Hello How do i tell MFG to print to a specific tray of the printer? Could anyone help? thanks Chenthil
  4. C

    MRP Lower level Updates

    Hi Whenever we run MRP 23.2 (Regenerate) the program hangs when it does a low levl update. For the low level update to complete we press CTRL C and then start a new session of 23.2 and run again.....We keep pressing CTRL C and starting new run mf MRP till all low level codes are updated...
  5. C

    Clustering and Progress Database

    Hi could anyone let me know if we could use clustering with progress database and if possible how is it done? cheers chenthil.
  6. C

    locking problem

    I have developed a maintenance program for an enquiry screen. The problem i am facing is when one user is entering details for an enquiry the control file is locked and other user is not assigned the next enquiry number till the earlier suer completes the enquiry form this is the code IF...
  7. C

    progress dump/load of tables more than 2GB

    hi could anyone tell me how to dump tables which are more than 2GB in size. I checked the qad site and it did speak of binary dump but it also says binary dump has limitations with progress 8.3B. So i need to know how to dump/load tables more than 2GB in size? I am using progr ver 8.3B...
  8. C

    Return No-apply

    Hi there I had earlier poste a query on triggers and I was suggested to use the RETURN NO-APPLY function to prompt the cursor to remain in the same field. This did not work..I also used NEXT-PROMPT <field> and that did not work so how to do it? Cheers chen
  9. C

    Remain in the field till the right value is entered

    hi there I have written a trigger to match the PO ordered qty and Requisition qty. I need the cursor to remain in the qty ordered field till the right value is entered How do i do this Cheers Chenthil
  10. C

    printing on a perforated paper

    Hi there I need to develop the report itemwise which prints the components used to make it. The components are displayed as follows: Item DEsc Qty Supp Item Desc Qty Supp A dsfdf 33 S1 B bbb 22 gg C cccc 44 S2 D 555 44 gg The report is to be printed for...
  11. C

    Triggers

    hello Could any one of u just let me know some sample codes where triggers are used..I need it for Character programming and not GUI Thanks chenthil
  12. C

    Triggers

    Hi there Just need some sample codes where triggers are used on fields or tables thanks chenthil
Top