Search results

  1. Pavan Yadav

    requesting list of indian organisations implemented mfg/pro

    Latest & Biggest i guess is :: COCA -COLA
  2. Pavan Yadav

    Progress 9.1D - SOLARIS 5.10

    Hi All, We are currently working on Progress 9.1D with SOLARIS 5.9. We are planning to upgrade SOLARIS from 5.9 to 5.10. So please let me know that Progress 9.1D supports on SOLARIS 5.10 or not? Thanks, Pavan Yadav
  3. Pavan Yadav

    Different display Format

    Hi, Can anyone let me know in detail about the display format tricks as: define variable i as INTEGER INITIAL 9-. DEFINE VARIABLE j AS INTEGER INITIAL 8-. Display i format '-zzzzzzz9.99'. Display j format '-99999.99'. I dn't have the explanation for this i.e why it's behaving like...
  4. Pavan Yadav

    New to Progress

    Completely Agreed with Greg... :lol: People use to move away from Progress. looking to change there technology & you are moving into?? Beware of such friends....
  5. Pavan Yadav

    Interrupt DB Connection

    I am sorry dude.... One modification is : I am connecting Oracle DB here, so what changes it will make..??
  6. Pavan Yadav

    Interrupt DB Connection

    Hey Dude.... One more doubt in this.... As u said But, probably my connection is taking time due to poor server response or Large DB ... In that case what will happen?
  7. Pavan Yadav

    Interrupt DB Connection

    I will try for it & will bug you again in case of further more clarification...doubts regarding this.... Thanks Dude...
  8. Pavan Yadav

    Interrupt DB Connection

    Dude, I am not too good in progress, to go for Socket Programming. & we are working UNIX env. Database & Application are on same server. So i am not sure if i can go through with this approach. Well, Thanks for Help me out. Is there any other way to think about?
  9. Pavan Yadav

    Interrupt DB Connection

    Thanks dude...!! I don't require to track the error... But my whole motto is to timeout in 5-sec. Is there any mutiprogramming, multi threading concept in Progress?? I am using Version 9.1D.
  10. Pavan Yadav

    Progress 8.3d Unix installation

    Thanks all...!! But, i am looking for if v8 is supported by SUN Solaris 5.10 not HP Unix 11.11. I don't want a big support for this, as we are moving to higher version of Progress soon. But for now i need it to this with Progress 8.3d on Sun Solaris 5.10
  11. Pavan Yadav

    Interrupt DB Connection

    Hi All, I just struck up with a functionality, if it's available in progress or not. Or if yes then how it can be possible to cope up with this. Problem is : I am connecting to a DB while working with some program as Do: ..... CONNECT Db-name with all parameters as required. .... End...
  12. Pavan Yadav

    Progress 8.3d Unix installation

    Hi, Please someone guide me unix versions (Sun Solaris) supported by Progress 8.3d. e.g do Sun Solaris 5.10 is supported by Progress 8.3d. Thanks ! Pavan
  13. Pavan Yadav

    OS-Command not working

    Thanks a lot Mike & dude.... It's working now.... :)
  14. Pavan Yadav

    OS-Command not working

    Hi, Anybody can help me out that where i am wrong & wht's wrong with the code. DEFINE STREAM s-out. DEFINE STREAM s-out1. DEFINE STREAM s-in. OUTPUT STREAM s-out TO "C:\Sports\Out-cust.csv". OUTPUT STREAM s-out1 TO "C:\Sports\Out-cust1.csv". FOR EACH customer NO-LOCK...
  15. Pavan Yadav

    Progress or MfgPro??

    Hi All, Here evrybody seemz experienced in the progress world & worked on differnt-2 progress product. So, please share your words for scope of progress or fro the scope of MfgPro.. What in your opinion we can say to be good in MfgPro or to be in Progress??
  16. Pavan Yadav

    Getting error while opening the file in App Builder

    Yeah dude.... It's creating an error while i blow up some code. or i won't be able to update that properly. So in that case the approach for creating the .i will be great. Is there any Parameter we can specify in startup or something like that to edit that limit?? or is it Progress default...
  17. Pavan Yadav

    Getting error while opening the file in App Builder

    Thanks a lotttt dude...... I created a .i & placed the set of code in that include file... It's working fine now..... Thanks agn.....
  18. Pavan Yadav

    Getting error while opening the file in App Builder

    I have a .p & it was working fine. But after adding few condition it's giving me problem while i Open the same file in App Builder. It's giving me error as:: Unable to update _TRG field. I pressed enter...then... Attempt to update _TRG record data exceeding 32000(12370) I pressed Enter ...
  19. Pavan Yadav

    To get the info of particulat field, or fillin, or combo etc.

    Thanks evrybody..... it's working almost fine..... Gopal, as u said it's working fine with customer or sort of small application..... but it's nt working with my application in some area... So i will check out the reason for the same & will query once again.... But, this is what i want...
  20. Pavan Yadav

    To get the info of particulat field, or fillin, or combo etc.

    Thanks all, It could return me the Variable also whcih inturn is updating the DB field. It's ok for me. Db-field or Variable if it is ....
Back
Top