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

    fiscal year

    Hello According to me both are the same. regards chenthil
  3. 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...
  4. 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
  5. 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...
  6. 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.
  7. C

    locking problem

    hi john could u pls tell me how to solve this problem in the code since the locking still exists? I have tried all sorts of things ! Pls do let me know what changes would I have to do in the code? cheers chenthil
  8. C

    locking problem

    hi thanks for ur response i tried it but when i run it i get this message |** WARNING--TRANSACTION keyword given within actual transaction level. | | |(214) and also I am still getting locked with this message xxpr_ctrl in use by chg on ttyp5. Wait or press CTRL-C to stop Cheers chen
  9. 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...
  10. 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...
  11. C

    Return No-apply

    Return Error hi mates WEll I got that resolved by using RETURN ERROR. Thanks anyway Cheers Chenthil
  12. 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
  13. C

    Remain in the field till the right value is entered

    WE dont know the value...the control value is in one table and the user enters the value in order field...If the qty exceeds the control value, all the trigger has to do is display the error message and ask the user to enter the value again. The message gets displayed but the cursor does not...
  14. 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
  15. C

    printing on a perforated paper

    Hi But how do i find out the line-count of the perforated line? How would i do this...thats what i am not able to do. Even by using the line-count function how will i know when is the peforated line found by the program? Just confused on this...... Cheers Chenthil
  16. C

    printing on a perforated paper

    hi the paper is A4 size and horizontal perforations..... so got to display details for 3 items per page
  17. 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...
  18. 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
  19. C

    Triggers

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