Search results

  1. R

    How to push the data from Databse to another server without using ftp

    Thanks Tom. I wanna push data (minimal - 10 records at a time) from Progress DB to BAM. What is the simplest and safest way to do it? Rgds, Ram
  2. R

    How to push the data from Databse to another server without using ftp

    How to push the data from one server to another in an xml format? I don't want to use webspeed & ftp . What are the other ways to accomplish this? How to do it with web methods (If so?) Thanks and Regards, Ram
  3. R

    Check if in single-user mode

    Good one, Tom
  4. R

    issue with using Preprocessor across programs

    &glob pre-ex "ram". def var glob_pre as char no-undo. glob_pre = {&pre-ex} . run x.p glob_pre . -------- x1.p disp " {1} " . Rgds, R.!
  5. R

    Trying to set a field's default with a wrapper program (1.10.1.1)

    I don't wanna confuse you. Simple program to do this is as follows, Prg: {mfdeclre.i} define variable hdl as handle no-undo. on go,tab, return anywhere do: if frame-field = "pi_desc" then do: hdl = self:handle. do while (hdl:name <> "amt_type") : hdl = hdl:next-sibling. end. hdl:screen-value...
  6. R

    Sales Order Delete

    Use the CIM programs to delete the SO in Batch. Regards, Ramkumar V
  7. R

    sosomt exchange rate frame

    If customer currency not equals the base currency
  8. R

    Multiple Due dates

    Dear All, I have a scenario in which payments are done on multiple days. I resolved these by creating a credit terms with multiple due dates as Yes. My payment selection - Automatic shows my payment properly and in the cash projection report the multiple payments are clearly visible. But...
  9. R

    Session Kill

    Very Simple, run promon command & select shutdown option from that. Once u know the user id u can kill that particular user. Or I've a PROGRESS code which will disconnect that particular user logged from that PC. You can attach this pgm in ur menu. the user whose machine hanged up or down shud...
Top