Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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 )...
  6. 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...
  7. 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