Recent content by rmdasari

  1. R

    How do I mention username and password in windows batch file?

    Hi : Create a text file with the following , and pass it as input parameter. open <ftp site> user <username> <password> cmd.. ... ... close quit <save the above as xxxxx.ftp> ftp -inv < xxxx.ftp Thanks & Regards, Ramamurthy Dasari
  2. R

    .Net UI date format

    Hi Mokash : You have to change the Regional and Language Options on your Windows environment i.e. in Control Panel. Regards, Ramamurthy Dasari
  3. R

    Sale order shipment.

    Hi gtmsb : Would appreciate if you could send me this manual to rmdasari11@gmail.com. Thanks & Regards, Ramamurthy Dasari
  4. R

    Wrapper on Item Planning Maintenance

    Hi Robles : Unfortunately it didn't work. Still I can do a "F2" and select a new value. Regards, Ramamurthy Dasari
  5. R

    Wrapper on Item Planning Maintenance

    Hi All : We had a wrapper written on Item Planning Maintenance program to restrict users not belonging to a certain group (User Group) not to update Supplier field (ptp_vend). The program works fine when the user not belonging to that User group try to enter / modify the data, but if he does...
  6. R

    dbtool and Program Compiles

    Mark : It only updates the SQL Width of the meta schema for the given table. Ramamurthy Dasri
  7. R

    CIM load for old/new item number maintenanace

    Check the Item Number, the 2nd one it must be a valid item in 1.4.1 I have used 36.15.2 and did the following way (you could check 1161.prn for any errors) : mgbdpro.p 1+ 36.15.2 CIM Data Load Processor 11/18/09...
  8. R

    CIM load for old/new item number maintenanace

    What version of QAD are you on ? We are on QAD 2007.1 and create the .cim file as follows : ----------------- - "ffff" "011515" ----------------- The program to load the CIM file is : {mfdtitle.i} output to 116.out. input from 116.cim no-echo. batchrun = yes. {gprun.i ""ppcpmt.p""}...
  9. R

    how to Delete a BOM record

    Don : Try this way : @@batchload bmpsmt.p "test" /* Parent Item */ "011515" - - x /* Component Item */ /* F1 */ yes /* To confirm Delete */ ...
  10. R

    ** Attempt to write with no current output destination. (165)

    Deepan : I feel it must be "mbpro" and not "mpro" (batch mode) Regards, Ramamurthy Dasari
  11. R

    OE 10.1B error

    Dear Casper / Tom : Thanks for your quick response. I was able to resolve the problem. Its because of 32bit overflow which we weren't able to check prior to Ver 10.1B. With 10.1B 64bit capability we could check of 32bit overflow. Refer Progress KB119368. I had declared the variables in...
  12. R

    OE 10.1B error

    Dear All : I am getting the following error when one of the date field is blank in my data. I tried to select only those records where that field is not blank : WHERE xxkbh_plan_deliv <> ? but still I am getting the following error when we are calculating the elapsed days ...
  13. R

    Bom

    Larry : Yes it works. Stupid of me forgetting about that. Thanks for the help. Thanks & Regards, Ramamurthy Dasari
  14. R

    Bom

    Hi All : I had created 2 temp-tables, one with items to be deleted and their components. The other table excluding the items to be deleted. I wanted to do a find on the 2nd table by picking the 1st component on the 1st table and if that item is not used in any other parts then mark the...
  15. R

    Closed Invoice Reprint - C

    Hi Sanju : Thanks for the solution. It was really helpful. Thanks & Regards, Ramamurthy Dasari
Top