Search results

  1. S

    Steps required for Migration

    we are now in Character based we want to migrate to latest version of OE. can any one suggest me the steps or analysis involved in migration to latest version The customer requirement Object Oriented design along with SOA architecture is a MUST and he is asking to have Progress...
  2. S

    OE Arcitect

    I have installed OE2A, I want to use OE Arcitect. Is this good then Editor and Appbuilder. If Good , then plz tell how to go head with arcitect. no cvs is there in my arcitect, how to link cvs? I want to start my application. i dont know where to give my ini file and startup procedure...
  3. S

    coding is fine,but i did not understood how it works

    reversing of string, output is comming correct. FUNCTION rev RETURNS CHAR(INPUT ll AS CHAR). IF LENGTH(ll) = 1 THEN RETURN ll. ELSE DO: RETURN rev(SUBSTRING(ll,2)) + SUBSTRING(ll,1,1). END. END. DISP rev("shireesh"). can any one explain me how it works.
  4. S

    replace with other database

    ABC is a database, in this database i have one table with same name ABC. I want to replace the database ABC with other DATABASE name AAA example :- 1) find abc.def where abc.def.def-code = abc.ghi.def-code no-lock no-error. 2) find abc.abc where abc.abc.def-code = abc.ghi.def-code no-lock...
  5. S

    replacing

    ABC is one database, in this database i have one table with same name ABC. I want to replace the database ABC with other DATABASE name AAA example :-1) find abc.def where abc.def.def-code = abc.ghi.def-code no-lock no-error.2) find abc.abc where abc.abc.def-code = abc.ghi.def-code no-lock...
  6. S

    crystal reports

    Hi all, i have moved my table from one database to other database in progress. and i created my views for crystal reports. new database --> A old database --> B i have a problem in crystal reports due to moveing the tables to other database, but still linking of table in crystal...
  7. S

    write data to the top in file

    i have an urgent requirement, i.e, i have a file which has a data, now i want to write the data to the top of the file. Can we do it ? ex:- file content:- =========== abc bbc ccd i have to write data (sssss) to file after writing it should be now the file Content =============== sssss...
  8. S

    modify the file (a little triky one)

    hi every body, i have a small requirement, this is achivable i dont know, if possible please give me suggestions. I have to a file (c:\abc.txt), let us think there is a large amount of data. now i want to find a word in the file and replace with diffrent wrod in the same file...
  9. S

    can any one tell me how to rid of this error

    This version of PROGRESS compiles only encrypted programs. (1086) The procedure to be compiled must be encoded through the XCODE utility. This version of PROGRESS requires that you use the XCODE option with the COMPILE statement.
  10. S

    search all Initialization files

    search Initialization files is easy if we have propath, but my requirement is search all .ini file when propath is not set and i can find only one .ini in startup-parameters, can any one help me on this thanks in advance. plzzzzzz help me soon. all are welcome
  11. S

    How to resize the dilog box

    How to resize the dialog box. can any one provide me the solution ?
  12. S

    Begins begins behave diffrently

    HI all talkers, Yesterday a i have found Tricky think with "Begins". Can any one give me clear ideia on this.I know wht i happening but why it is happening i dont know. plz suggest on this. Hear is the example DEFINE TEMP-TABLE tt_cust FIELD cust-no AS CHAR FIELD custix AS...
  13. S

    Performace of the excel by com handle

    I have created an excle with com handles boz customer is asking to show some of the heading as BOLD and show some line level fields in table outlined. It is woking fine with com handles(wht customer want) but performace is very poor due to updateing of induvidual cells. can any one help me...
  14. S

    how to print in protrait and landscape mode

    plz help me in this how to print in protrait and landscape mode my reqriment is to print the document. but user will have check box wether to print as protrait or landscape. iam using crpe32.dll so plz help me in this so it whould be helpfull.
  15. S

    Excel

    Irrespective of user setting using com handle, how can I set the currency to ‘$’ always with two decimal places.
Top