Search results

  1. S

    Urgent probleme plz help me

    have a customise table for allocation (xxx_det) and I have to update this table by any allocated qte wich depend of total allocated qte and qte on hand of inventory : for this i have : /*Calculate on hand quantite */ for each ld_det no-lock where () : assign l_qte_oh = l_qte_oh +...
  2. S

    Cim program for a Trigger

    Serj ; May be I don't get what you mean .But , In automatic load I need the controls to be done to input values ( just like if the user write it manually ) . The solution is to take all the triggers from prg1 and put them again in prg2 . but I want to know whether there is a better sollution ...
  3. S

    Cim program for a Trigger

    In fact the problem is independent form the Cim . I explain . I have one program (prg1) that contain conditions based on frame-field . When I try to run (Run prg1) this program in another one . these conditions don't work . (frame-field is always Empty ) . Do you have any Idea what to do ? Thanks
  4. S

    Cim program for a Trigger

    Hello ! I have one issue , I hope that you can help me . I'm creating a cim program for a trigger . the problem is that the cim is not working normally (triggers are not working) . do you have any idea about this problem . Thanks in advance .
  5. S

    how to define a password strategy

    Hi all ! Do you have please any Idea how to define a password policy in MFG/PRO . For exemple to force the user to define his password like "APM666" . ( 3 uppercase + 3 numbers ) Thanks in advance .
  6. S

    cim for programme having combo -box

    Hi The problem is that I'm developping a cim for a progress program prg , this one contain def var str as combo-box .... this str is updated in the program prg . ( update str with frame xx ) but the problem is when I try to prepare the Cim file , I don't know what value should I put to be...
  7. S

    cim for programme having combo -box

    Hi ! Do you have any idea how to do a Cim for a programe that contain a Combo - Box thanks in advance .
Back
Top