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

  • Users: chadt
  • Order by date
  1. chadt

    How to set File Dialog Init Dir (not in code)?

    ok....that makes more sense.....I just have a mapped drive to all my development work.....then I can just select the drive from the drop down....no biggy.
  2. chadt

    ADO version library

    2.7
  3. chadt

    How to set File Dialog Init Dir (not in code)?

    Wasn't this your question.....How to set File Dialog Init Dir (not in code)???? Maybe just right click on the CommonDialog and select properties.....you can set it in there. :-)
  4. chadt

    Sorting Access Tables

    its not VB code......but a SQL statement......maybe you can tell us if your using Access, SQL Server....etc. There are so many ways to sort data by a field ''''''''''''''''''''''''''''''''''''''''' Dim sSQL as String 'Ascending sSQL = "SELECT * FROM YOUR_TABLE ORDER BY YOUR_FIELD&quot...
  5. chadt

    Disconnected Recordsets?

    Set up a sync program that runs on the server to sync the databases.
  6. chadt

    Selecting record from a datagrid

    This should get you started.... Dim sTemp as String sTemp = Me.DataGrid1.Columns(1).CellValue(Me.DataGrid1.Bookmark)
  7. chadt

    Lock Up When Adding Table To SQL Search In IM

    never have had to do it.......I have never even seen this done and I have worked on allot of macola sites in the past. Just seems silly to search by qty and loc. Good Luck
  8. chadt

    Lock Up When Adding Table To SQL Search In IM

    why on the search screen though. This data is present once you select an item from the search? Im confused.....how does someone search by qty? Just a word of advice with macola....keep it simple....or be prepared for the worse. :-)
  9. chadt

    Lock Up When Adding Table To SQL Search In IM

    Why are you doing this?
  10. chadt

    ADODC out of sync?

    Form_Initialize That may be the key to your success. :-)
  11. chadt

    How to search for a string in excel and get the cell address?

    you really need to study the excel object library.
  12. chadt

    how to save the connectivity path b

    ummmm....text file?
  13. chadt

    Export Data to Excel

    you could always use the recordset and excel object library. First read the data in....then create the spreadsheet from the recordset. I would do a search for Visual Basic Excel either here or on google.
  14. chadt

    ADO can't open table

    lol.....same her Andy.....I've done that a few times myself.
  15. chadt

    Visual Bsic 6.0, Emails, and Browser

    - MAPI Controls - Search forum or google for MAPI excamples
  16. chadt

    ADO can't open table

    lol......thats what we would call a bonus (a mess up)......glad you got it fixed. Anyways....if anyone else want the hack let me know. Andy....you'll be gettin it soon.....my email is down for maintence right now.
  17. chadt

    ADO can't open table

    I don't know for sure....I have never had the problem with this before. I would try the hack to see if that does anything first. I just sent it. Let me know how it goes.
  18. chadt

    Adding checkbox to order entry

    good call.....I never noticed that in OE. :) Looks like the combo is the way to go. But this is a good option too...less errors.....less macola flex mess ups too.
  19. chadt

    Adding checkbox to order entry

    You can add your own checkbox......you would have to use Flex though to populate the User_def_fld_X with the data. In design mode just right click on the screen and Add Special.......that will get you a checkbox. But I think an easier way would probably be to unhide a user_def_fld_X.....and...
  20. chadt

    ADO can't open table

    There is a reg. hack to get ADO to work in Flex.....actually I think its more of a license thing.....but if you post your email I can email you the reg. hack.

Part and Inventory Search

Back
Top