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 SkipVought 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: *

  1. jimmyCRACKcorn

    DataGrid scroll

    i need to subclass the DataGrid to determine which way the users are scrolling the vertical scrollbar (i.e. up or down) because i am dynamically drawing icons in the 1st column of the grid to display attachment icons and i need to be able to update these icons as the grid scrolls. Any thoughts
  2. jimmyCRACKcorn

    Dbgrid - How do I check if there is data?

    me.datagrid.approxcount
  3. jimmyCRACKcorn

    String to Object

    i think your not understanding my question. let me re-word it. i have a form in my vb program. Lets call it frmTest. i want to be able to go: Dim Str as String Str = "frmTest" str.show vbmodal
  4. jimmyCRACKcorn

    IDE & Compiled EXE

    I have a vb6 program that I have written. When I run it in debug within the IDE it runs fine. When I try to run the compiled exe it keeps taking up 100% CPU usage (freezing). I have no way of debugging the app. I'm not getting an error it just freezes only when compiled any ideas?
  5. jimmyCRACKcorn

    String to Object

    Is there any way to convert a string to an object i.e Dim Str As String Str = "frmTest" Dim Obj As Object Set Obj = Str
  6. jimmyCRACKcorn

    AcuODBC

    I am trying to extract two fields as one from vb using AcuODBC. The select i'm doing is below: ADO_Sql = "SELECT FIELD1 + FIELD2 FROM TABLE" When i try to execute this statement i get an error because of the + sign. Any ideas how combine to fields from a select
  7. jimmyCRACKcorn

    DataGrid

    can someone please tell me how to determine what rows have been selected. I want to allow for multiple deletes at once thanks
  8. jimmyCRACKcorn

    status bar component

    Thanks a tone i installed window common controls-3 6.0 my bad
  9. jimmyCRACKcorn

    status bar component

    i have vb6 and it didnt install the status bar component. just wondering where to download it or install it from. i have vb6 enterprise edition and i did a custom install and did a select all on all of the available section. i also installed sp5 for vb
  10. jimmyCRACKcorn

    Form Dynamic Update

    I have a form that uses a recordset as its recordsource (all good). When two users are looking at the same record and one of the users deletes the record, the recordset of the user who deleted the record is updated but the other user can still see that deleted record. I have the recordset...

Part and Inventory Search

Back
Top