CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: debuchakrabarty

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    3,248

    I need help too!

    Hey I was searching for this answer but found an unanswered question instead.

    I am building a site in Hindi (currently using Hindi fonts which user must download). I am planning to convert it to...
  2. Replies
    2
    Views
    713

    Basically what you want is anlagous to session...

    Basically what you want is anlagous to session management. One way is as suggested in th earlier post; use a Login form, once the user logins (you must verify his username/password from database) you...
  3. Replies
    1
    Views
    1,091

    Connection Timeout: SQL Server

    I have a visual basic application. When a particular form is called in it (showing a list of entries to edit) we query database for entries falling between a date-range. This usually gave "Timeout...
  4. Replies
    6
    Views
    1,279

    Hi, Thanks for your post. You noted that error...

    Hi,
    Thanks for your post. You noted that error occurs because as soon as I requery the resultset the row-col change even gets fired. Strangely, at form load all this works absolutely fine but if I...
  5. Replies
    6
    Views
    1,279

    Just a real selfish bump..I need an answer Gurus...

    Just a real selfish bump..I need an answer Gurus :cool:
  6. Replies
    6
    Views
    1,279

    Here is the problem code!

    Hi again,

    This is the sub I call at form load and thereafter somebody adds/modifies/deletes data.



    Private Sub LoadDatagrid()
    Set dgBook.DataSource = rs
    Msgbox dgBook.Columns.count...
  7. Replies
    579
    Views
    638,014

    Include name in reply, please!

    Hi Babu,
    That's a great job done. Just an unsolicited advice, while posting reply please do address the answer to the member who posted it like : Dear debuchakrabarty, if I had posted it. Since the...
  8. Replies
    6
    Views
    1,279

    Datagrid Problem

    Hi Gurus,
    I am using a datagrid, assigning a datasource at runtime. Whenever user makes some changes some data (adds, modifies or deletes) I wish to refresh the grid. So I simply call rs.Requery and...
  9. Replies
    8
    Views
    1,859

    Yes, infact I too had this error once and...

    Yes, infact I too had this error once and observed that it occurs while using providers (dsn less connection) with password protected access databases. If you remove the password the code will work...
  10. Replies
    0
    Views
    540

    Recordset Bookmark

    Hi Gurus,

    In a piece of code (see below) I am performing many actions, I move through the recordset after this, requery it but must return to the record with I started working originally. To do...
  11. Replies
    4
    Views
    861

    Ya, I had to use sub-reports ultimately. Still...

    Ya, I had to use sub-reports ultimately. Still there remains one problem. I have put the different subreports one below another however we can never be sure how much would be the height of each...
  12. Replies
    4
    Views
    861

    Rejoinder

    Infact the detail sections (detail a,b,c etc) are coming all jumbled up together while they should come one after another. Also I wonder where will I put the table headers for each detail section.
  13. Replies
    4
    Views
    861

    Crystal report problem

    Hi gurus,

    I am using Crystal report 6.0. I have a master table (Employee Master) and several detail tables (EmployeeEducationDetails, EmployeeQualificationDetail, EmployeeTrainingDetail etc). Now...
  14. Replies
    579
    Views
    638,014

    1 Master-Seveal detail tables

    Hi Babu,

    You indeed are doing a great job. :) Please help me solve this problem.

    I am using Crystal report 6.0. I have a master table (Employee Master) and several detail tables...
  15. Replies
    6
    Views
    1,023

    Thanx for your post Cimperiali :) Infact that...

    Thanx for your post Cimperiali :)

    Infact that is the problem. I have sufficient error handling everywhere but the error seem to come out of nowhere. I will work on adding some more as advised.
    ...
  16. Replies
    6
    Views
    1,023

    Error : Object was unloaded

    Hi gurus,

    I recently installed an application at a win-NT machine and it was running fine. However at some time (and I don't know how or when) the user complained that the application exits after...
  17. Print Member-Card with Barcode/Photo

    Hi Gurus,

    I am back with a query. I am working on an application where I need to provide facility to print Member Identity cards in which apart from usual information we want to have his phtograph...
  18. Replies
    6
    Views
    809

    See this :...

    See this :
    http://www.codeguru.com/forum/showthread.php?s=&threadid=27377&highlight=eval+script+control
  19. Replies
    5
    Views
    888

    You got that all wrong pal! Pl go thru my first...

    You got that all wrong pal! Pl go thru my first post in the thread.
  20. Replies
    2
    Views
    688

    I am not sure about the API thing (shouldn't that...

    I am not sure about the API thing (shouldn't that be in any of yr modules in which case they get auto-included in exe) but as for the inclusion of the pdf files..watch closely the steps in package &...
  21. Replies
    5
    Views
    888

    Sorry, the HTML option was there. But what I want...

    Sorry, the HTML option was there. But what I want is similar to some commercially available product my boss showed me (I don't remember the exact name something like 'Digital..'. He wanted a similar...
  22. Replies
    5
    Views
    888

    Making an exe from my application

    Hi Gurus,

    I wish to make an application that would make a presentation exe file (sort of powerpoint presentation).

    The user will choose and position his pictures on a slide, add captions,...
  23. Replies
    7
    Views
    1,522

    This is because you need to include the following...

    This is because you need to include the following declaration at the top of the form

    Const HelpCNT = &HB



    This is so because you did not perhaps include the Helpcontent file name in your...
  24. You may be right when you talk about different OS...

    You may be right when you talk about different OS We built this application on Win-NT and were deploying on Win-98 systems. Infact on the above said advice I visited crystaldecisions.com and found...
  25. Replies
    7
    Views
    1,522

    Hi, See help on MSDN for...

    Hi,
    See help on MSDN for HelpCommand,HelpContext.

    I understand you wish to open a partuclar topic on the click event of a menuitem. For that you need a commondialog object on your form (perhaps...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured