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 derfloh 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: 75cl
  • Content: Threads
  • Order by date
  1. 75cl

    How to kill the application from Your Workstation?

    anyone know how to kill an application from your desk. Let say someone is running your vb application and you want them to get out the application, and they are not at their desk. Now you want to be able to kill the application from your desk. Thank You in advance
  2. 75cl

    Reset RecordNumber

    Can anyone please show me how to reset my recordnumber after each new group. It is an urgent. I'm truly appreciated for your help.
  3. 75cl

    Flexgrid Wordwrap does not work

    Can anyone tell me why is my wordwrap does not work??? SubUnitGrid.WordWrap = True SubUnitGrid.AllowUserResizing = flexResizeBoth SubUnitGrid.ColWidth(0) = 1500 SubUnitGrid.ColWordWrapOption(1) = True SubUnitGrid.ColWidth(1) = 2000
  4. 75cl

    Crystal Report new Page Reset

    How can I reset new page after each group? Thank you in advance,
  5. 75cl

    Check box on FlexGrid?

    Anyone Know how to make a checkbox control load on a flexgrid and still function like a checkbox, I can make it works on a combobox but i dont' know how to make it work on a flexgrid. Any ideas? Thanks in advance
  6. 75cl

    ComboBox?

    Is there a property in a combo box that keep it from adding the duplicate data?
  7. 75cl

    Database Connection and Recordset

    is there any generic procuredure out there that will close any database connection and any recordsets?
  8. 75cl

    Parsing out a string of Characters.

    Is there a way that you can parse out a string of character like this 123333,44455566,99999,88888BC etc. and the number of characters are varies. Can you do a loop in Crystal report?.. Thank You in Advance
  9. 75cl

    load data behind the scene in VB 6.0

    Is there a way that you can instantly showed your instantly form then load the data behind the scene, so users dont have to wait..... Thank You In Advance
  10. 75cl

    Get the first date of the previous month

    Can this be done?. for example 01/10/2001, so the first dates of the previous month is 12/01/2000. I am sorry that i know so little about crystal report. Thank you in advance for all your help.
  11. 75cl

    Get Last Day of the Current Month

    Is there a way that you can last day of the current month in crystal report. For example user enter 2001/10/25 So the last day of this month is 2001/10/31. Any function in crystal report will calculate this. Thank You in Advance
  12. 75cl

    Error Trapping!

    What is a good way of traping error under this situation. let say i am importing data from the excel worksheet to a flexgrid using adodb connection. and I want to be able to continue my importing process when an error arise and be able to keep track of the number of bad record and good record...
  13. 75cl

    ADODB excel connection.

    Anyone know how to use adodb excel connection base on the user determine the path and its particular worksheet? Thank You in advance
  14. 75cl

    Combobox ?

    I dont know whether or this can be done in combobox. Let say i have a combobox contain a few hundreds of item. But I dont want user to click on the dropdown event and select an item. Instead I want them to type in and as long as they start typing, the item start popup until they find their...
  15. 75cl

    What is the fastest way of search a record display in flexgrid?

    I display a huge database on flexgrid. And instead user has to scroll through to look for a particular record. I add an search field and I am using For Next but it takes too long to look up a record. Anyone has a better idea? Thank you in advance.
  16. 75cl

    How do you get a user state Name without asking ?

    I am really appreciated if anyone can tell me how.
  17. 75cl

    Read from a text file

    How do you read a text file in VB 6.0?

Part and Inventory Search

Back
Top