Search results

  1. P

    unix script

    the unix script which is in one seperate file but i want to call that script file inside a procedure file it will do some task. any one can help me?
  2. P

    About progress

    what does meaning of progress 4gl? is it fourth generation? or which generation language is this?
  3. P

    progress language meaning

    what does meaning of progress 4gl? is it fourth generation? or which generation language is this?
  4. P

    Report xml

    <?xml version="1.0" ?> <ReportData> <Table Name="Customer"> <Data> <CustNum>1</CustNum> <Country>USA</Country> <Name></Name> <Address>276 North Drive</Address> <Address2></Address2> <City>Burlington</City> <State>MA</State> <PostalCode>01730</PostalCode> <Contact>Gloria Shepley</Contact>...
  5. P

    How do i read xml file

    How do i read data from xml file can any one help to me?
  6. P

    Analye

    Can any one tell .... How do I Analyze procedure file and include files then i need to decide these are the internal procedure or functions are i need to modify
  7. P

    procedure

    Hi, Is there any limit how many internal procedures or function in one procedure file?
  8. P

    string sort

    How to sort this string DEFINE VARIABLE cStr2 AS CHARACTER NO-UNDO FORMAT "x(70)" INIT "dd,ggg,g,f". i want to sort this string. can any one help me?
  9. P

    How to get all internal procedure names which are in one procedure file

    can any help me? i want to get all internal procedure names which are in one procedure file.
Top