Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dwong

  1. dwong

    Hit Count via HTML Coding Only

    Thank you all for these. ON closer look is there anyway to turn off the Active X message that 'dwarfthrower' mentioned above?
  2. dwong

    Hit Count via HTML Coding Only

    Fantastic... Thabks for your help!
  3. dwong

    Hit Count via HTML Coding Only

    Hi Everyone, I have an unusual request. We run a Employee Satisfaction group in our company and we don't have any budget to create websites both on the Internet and our Intranet. So, we decided to create our own Web page (basically a HTML document) residing on the LAN common drive. We want to...
  4. dwong

    DataGrid Text Cell - How to enter New Line

    Hi Everyone, I have a Datagrid bound to an Access databse. This database consists of tabels whereby I could enter freeform text much like a memo function. I would like to simulate the DataGrid cell much like Excel where by you could perform a line break. When this is done, I would like the...
  5. dwong

    Alternative to DataGrid Control

    Hi, Is there an alternative to DataGrid control? Another control that allows me to display list much like a spreadsheet and allow for updates of certain cell. Preferrably, an alternative which is more reliable and easier to use than DataGrid. If you know of one, please let me know where I may...
  6. dwong

    ** HELP!!! ***Insufficient base information

    Hi, I have a Datagrid bound to an ado control. The datagrid displays list a to do list whereby, the aim is for the user be able to update any columns and add new rows. Whilst I am able to update the column, when I move the cursor elsewhere on the same row, its is OK, but trying to exit from...
  7. dwong

    Insufficient Base Table Information

    Sam63, Do you have the problem still? I have exactly the same message, although this time I am updating the table via a DataGrid connected to an ADO. As to Wilmead's reply above, which event would I put the Update query? Thanks and regards...
  8. dwong

    Update DataGrid with ADO

    Hi, I have a DataGrid bound to an ADO. I want to be able to update the DataGrid and have it automatically update the DB and reflected on the screen. The ADO is set to CommandType = adCmdText, because I only want to display certain information from the DB. The Database also have a primary key...
  9. dwong

    DataGrid Add New Columns At Design Time

    Thanks for that. I knew it was something as simple as that, but just couldn't figure it out how? Thanks and regards...
  10. dwong

    DataGrid Add New Columns At Design Time

    Hi, I am interested in adding more columns to a DataGrid control at design time. Initially, when you add the datagrid control onto the form, only two cloumns appears, how do you increase the numnber of columns at the design stage? Thanks in advance...
  11. dwong

    Refreshing report data from VB application

    Thanks again for your reply. The Convert Database Driver is 'pdsodbc.dll [ODBC]'. The report launches OK from the CR Designer, but not from VB. I've noted the following: (1) I have tried changing several of the drivers and ticked the 'Convert Database Driver on next refresh'. But everytime I...
  12. dwong

    Refreshing report data from VB application

    Thanks for your reply Ken. (1) I have removed the 'Saved with data' option from the report. Actually, when I did this, the report did not launch from the VB application. While with 'Saved with data' the report could launch successfully. (2) I added a Crystal Report Control to the application...
  13. dwong

    Refreshing report data from VB application

    Thanks for your reply Ken, The report is being excuted from VB, but the data extraction is being done through CR6. However, I did coded in an extra line prior to "printreport" as per below: EOMBy_Income_BandRPT.DataFiles(0) = "C:\My Documents\Database.mdb&quot...
  14. dwong

    Refreshing report data from VB application

    Ken, I apologies for the brief details. I am new to VB and CR and is basically self-trained. I am using : * VB6.0 * Crystal Report 6.0 * Data connection is ADO. As per Marcus, I have : * Added a CR control in my form, the control is called EOMBy_Income_BandRPT. * ReportFileName was specified...
  15. dwong

    Refreshing report data from VB application

    To Ken or Marcus, Unfortunately, I have exactly the same problem. I have tried the above Connect property and it still doesn't work. I am using the following command: EOMBy_Income_BandRPT.PrintReport However, I do not know what I should code exactly for the connect string. I am interested in...

Part and Inventory Search

Back
Top