Search results

  1. gaurab

    Background color

    Hi Vinod, I tried changing the ini file but did not work out for me :mad:, can you give a short example, i think i did something wrong there:confused:. regards and thanks in advance
  2. gaurab

    REPLACE/CONCAT error in compiler

    thanks Picasso, it worked for me.
  3. gaurab

    creation of excel sheet with logo/pic

    many thanks , it worked.:lol::lol::lol:
  4. gaurab

    creation of excel sheet with logo/pic

    hiee, i am working on some project where i have to generate excel files that takes the data from some table in DB. that was ok. But now, iam told to add company logo on the upper part of the excel sheet which is being generated. And i simply dont hav any idea about how to do it. Could it be...
  5. gaurab

    How do it like “file_name070508.txt”

    thanks a ton , ill find out more about it .
  6. gaurab

    How do it like “file_name070508.txt”

    Thnks Joey and Tamas , It will sure be safer to add time with the date as well but wher can i get the procedure " adecomm/_tmpfile.p " . regards, Gaurab Poudel Javra Software http://www.javra.com
  7. gaurab

    How do it like “file_name070508.txt”

    hiee .. u can do it this way : DEF VAR my-datetime as CHAR no-undo. DEF VAR v-filename AS CHAR no-undo. DEF VAR v-location AS CHAR no-undo. DEF VAR v-fullpath AS CHAR no-undo. ASSIGN my-datetime = string(NOW) my-datetime =...
  8. gaurab

    Excel with column and row controls?

    thanks , but even if i export the DB in CSV ( which could be easily done :lol: ) , i need to enforce the securities to some of the columns and some of them should be available to user to be modified :rolleyes:?? is that any way to do it in CSV format ??? gaurab
  9. gaurab

    Excel with column and row controls?

    Hello guys, Can we export a table of DB to Excel with column and row controls , what i mean is , to generate xls document from a table in DB , such that some of its columns ( not all ) will be protected and user can not modify the data where as some of the columns will be available for end...
  10. gaurab

    Printing 2 pdf's?

    sorry i dont hav solution to ur prob. but can u tell me how to print a pdf even one at a time , through a shared printer ?? could u pass me the code... thannks and regards, gaurab
  11. gaurab

    exporting to xls format

    Thank u all guys... hExcel:ActiveSheet:SaveAs(cFilename). works fine for me and even the link posted by Casper is pretty useful. thanks again. Gaurab.:D:D:D
  12. gaurab

    exporting to xls format

    Hiee e'body .. i am trying to export tables of DB into Excel. And i am also been successful doing like this : /**************************************************/ DEFINE VARIABLE hExcel AS COM-HANDLE. DEFINE VARIABLE hws AS COM-HANDLE. DEFINE VARIABLE hwb AS COM-HANDLE. CREATE...
  13. gaurab

    transaction problem with ODBC

    Hello all, I ve a problem with ODBC. Here is my situation : A session is started to update a record in DB with lock ( default behaviour ). Also after some time another session is started which also tries to update the same record already in use ( before the first session is committed ). Thus...
  14. gaurab

    transaction problem with ODBC

    Hello all, I ve a problem with ODBC. Here is my situation : A session is started to update a record in DB with lock ( default behaviour ). Also after some time another session is started which also tries to update the same record already in use ( before the first session is committed )...
  15. gaurab

    comparing from two different DBs

    Hiee e'body, I hav a situation, I have to compare the fields two different tables of of two databases. say , A and B are two DBs.:rolleyes: AA and BB are two different tables in those respective DBs. and AA1 , AA2 , AA3 are the fields of the table AA which i have to compare with...
  16. gaurab

    I was told to say, "Hello!"

    .... ther r ppl like me too .. who envy u:rolleyes: ... its been only 2 months :confused: i ve started to work with progress ... n i wonder how with a bit of ur yrs of exp. n codin ability i wud b doin grt things;p .......
  17. gaurab

    .....browsing the window......

    thank u very much MARIAN..... that was exactly wht i was looking for:blush: many thanx... Gaurab:lol:
  18. gaurab

    .....browsing the window......

    Hii... i am really new to progress and i am trying to learn this language on my own. i am currently doing a dummy project where i have to browse through the windows (i.e. my OS). The exact senario is : i have a "FILE" tab which contains the regular fileds like " NEW , OPEN , CLOSE, SAVE , SAVE...
Top