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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: beautieee
  • Content: Threads
  • Order by date
  1. beautieee

    Class doesn't support Automation: 'IWFS'

    Dear All, Trying to fix brother's webserver hacked by previous IT staff through VPN and I managed to receover system functionality but im having error on certain link of :- "Class doesn't support Automation: 'IWFS' " Below is the error message when trying to click on of the button and the asp...
  2. beautieee

    Display Image in Excel

    Dear All, Need a little help for displaying image in Excel. Basically image succefully added into excel but not displaying. will need to double-click to open the image. Below is the code written for the purpose, could anyone give me some hints? Can it be done for displaying image from using...
  3. beautieee

    RowRemove deleted

    Good Day, Im using RowsRemoved class to remove records in datagridview But it deleted the following databind record instead of intended record. How to resolve this problem? ie. username was "ABC" on textbox1.text. When i deleted "ABC" from datagridview, then textbox1.text captured following...
  4. beautieee

    How to draw Line and Box in Crystal Report 8?

    I just installed Crystal Report ver 8.0 and found there is no tools to draw line and box in ver 8. If this version has excluded graphic line and box? I was using verison 4.6 and there is feature to draw line and box. Please advise. Regards, Beautieee
  5. beautieee

    VB2005 Pointer on Data Binding.

    Im new to VB 2005. Seeking for kind advise. With refer to my code below, why is my pointer always refering to record no.1 on textbox1.text? No matter which record i clicked, i will still getting data of username from first record. Anything i Missed out? Curiously to ask, is that possible to...
  6. beautieee

    Crystal Report on Multiline text

    Im using crystal report 4.6 to develop me reports. Im now having problem with multiline text in footer when called from program. However i have no problem at all in report design environment with preview. Tested to relocate multiline text in report header and details with no problem at all when...
  7. beautieee

    Is Crystal Report preinstalled with full version in VS 2005

    Im new to VB2005. I used to create reports in VB6 with Crytal Report 4.6 from Tool->Report Designer. When switching to new VB2005, Im looking for similar functionality if full version of crystal is preinstalled? I know i can create reports from solution explorer but im just wonder if full...
  8. beautieee

    Crystal Report on Multiline text

    Im using crystal report 4.6 to develop me reports. Im now having problem with multiline text in footer when called from program. However i have no problem at all in report design environment with preview. Tested to relocate multiline text in report header and details with no problem at all when...
  9. beautieee

    Working with Attachment

    What would be the method working with attachment stored in SQL? Searching from internet and found nothing. Anyone having experience with attachment? A button click will enable me to attached a file and stored in SQL and when I view the record, I can download the file. Whats the data type of...
  10. beautieee

    Possible for 2 connection at the same time?

    Is that possible to create 2 connection at the same time? Tried but failed. Seeking for help and advise. Thank you very much. Regards, Beautieee
  11. beautieee

    Datagrid Title sorting

    How to do sorting in Datagrid on any title i clicked on? It was working with MSHFlexgrid but not in Datagrid. Can it be done? Thank you. Regards, Beautieee.
  12. beautieee

    Working with Decimal

    Im working with decimal calculation and wish to seek for advise on getting desire results. Q1. How to round the number when the number is more than 1? (normally, number rounded when its greater than 5). eg: 0.0033 will round to 0.004, using normal round fucntion of round(A,3) will returned...

Part and Inventory Search

Back
Top