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: hafod
  • Order by date
  1. hafod

    VBA AddIn - Viewing Project Problem

    Many thanks Combo. Now OK Hafod
  2. hafod

    VBA AddIn - Viewing Project Problem

    Thanks for reply. Agree with your post (Have written DB Add Ins as well). My error - Should have stated my application Add In issue relates to Excel97 - sorry so an XLA file type.
  3. hafod

    VBA AddIn - Viewing Project Problem

    Hi, Over a year ago I wrote an Add In for Access 97. I password protected the ASdd-In which I recorded. However, I can recall how to unlock the Add - In for editing. In the VBA Editor I double-click on the Add In which responds correctly with 'Project Unviewable'. Ithought this action...
  4. hafod

    VB6 - CommonDialogControls-Opening Selected Files

    Hi Hugh, Excellent! manythanks for your posts - now have a working solution. Mike
  5. hafod

    VB6 - CommonDialogControls-Opening Selected Files

    Hi Regarding Hugh's solution Perhaps a little premature with my last post. Solution launches all executables in the default list displayed in the 'List1' box. The default path for the displayed files is 'C\program files\MicrosoftVisualStudio\VB98' where several executable files reside and can...
  6. hafod

    VB6 - CommonDialogControls-Opening Selected Files

    Hi Hugh/Dilettante, Thanks for your last post Hugh. There was a typo - corrected by pasing your code. Incidentally, my post was unclear - I am using three 'boxes' to customise a file management interface. Thanks again. Thanks also dilettante. Will also try your approach to develop my VB codind...
  7. hafod

    VB6 - CommonDialogControls-Opening Selected Files

    Hi Hugh, Thanks very much for your post. I have entered your suggested code (I am not really conversant with Win 32 API). VB reports an error 'Expected: Lib" and highlights 'Shell32.dll' in the 'Private declare ....' line of code. I have included this line in the Generaal - Declarations part of...
  8. hafod

    VB6 - CommonDialogControls-Opening Selected Files

    Hi I am using the Common Dialog Controls: FileListBox, DriveListBox and DirListBox (es) to select and launch applications. Whilst the process of displaying all folder files in the FileListBox is straight forward I am having difficulty getting application files (Access .mdb) to launch when...
  9. hafod

    VB6 Data Forms-DAO Recordsource-'Invalid Datasource'

    Hi Many thanks for your post. I am using VB6 under Windows XP (and will be for some time - Wait for a 'mature' Vista release!). I take your point on ADO as a means of using Data Forms and will need to invest more time in this direction. I know Crystal Reports was shipped as a third party...
  10. hafod

    VB6 Data Forms-DAO Recordsource-'Invalid Datasource'

    Hi I have completed an application using VB6 and DAO rather than ADO recordsets. There are various requirements to display the retrieved data on a Form (as in the Access Report Generator) for subsequent viewing and printing. I am having problems getting the report - named 'drSubscriptionsLog'...
  11. hafod

    VB5: DAO-DbGrid Data Bindings Across Forms Possible?

    Many thanks again Mike ;-}
  12. hafod

    VB5: DAO-DbGrid Data Bindings Across Forms Possible?

    Hi Many thanks indeed for your last post - problem resolved ad your solution works fine. I added a command button to the destination form - Form3 to confirm I could do basic recordset programming tasks on the common data set - and yes, I can (simple code for this 'test' button on Form3 below...
  13. hafod

    VB5: DAO-DbGrid Data Bindings Across Forms Possible?

    Hi Many thanks for your response SBerthold. (Im glad you correctly interpreted my post!) I have tried your DAO code. A DBGrid on the 'calling' form works well against a sample database in 'c\temp' sub dir. However there is an offending line of code - syntax probably on the destination, which...
  14. hafod

    VB5: DAO-DbGrid Data Bindings Across Forms Possible?

    Hi, I hope I phrased this post correctly, possibly not! Currently I have a dBGrid object which is data bound to a DAO recordset on the same form. The recordset datMembers' is linked to 'tblMembers' in the back end MSAccess98 database using a 'Dynaset' type recordset. All works fine! However...
  15. hafod

    CommonControlDialog 6-VB5-ShowOpen Problem

    Many thanks dilettante, gmmastros and dglienna for your very helpful contributions on this topic. I can now proceed to further develop my dB VB6 database application, pending of course the next problem. But, the challenge is to resolve these problem oneself first before seeking the help of...
  16. hafod

    CommonControlDialog 6-VB5-ShowOpen Problem

    Hi dilettante, Eureka! Solution works well (API). Still cant resolve issue with simpler approach - but will continue - resolve is what is needed here I suspect. But, I now have a solution to my problem!. Can you advise whether a similar API programming approach can be used to Save (Save As)...
  17. hafod

    CommonControlDialog 6-VB5-ShowOpen Problem

    Hi dilettante, Many thanks for your post. I assume your first reply relates to WIN API programming solution (I have no experience of programming the API), but it seems a more flexible, powerfull approach. Unfortunately it reurns an 'Error2' message when executed. I have tried several string...
  18. hafod

    CommonControlDialog 6-VB5-ShowOpen Problem

    Hi George, 'Bright and Early Start' today! Thanks for possts yesterday. The modified code correctly displays 'Text Files (*.txt)' in the 'Files Of Type, File Open dialog box. However, when I use the right hand pane to say navigate to 'c\temp', no associated text (.txt) files are displayed...
  19. hafod

    CommonControlDialog 6-VB5-ShowOpen Problem

    Hi George, Yes, your last post was very helpful indeed to me in understanding the code. i suppose it is much like parsing in SQL (usually a nightmare!), often avoided by the squared brackets on field names where spaces can be problemmatic '[Field Name]' - and avoided and mixed numeric/string...
  20. hafod

    CommonControlDialog 6-VB5-ShowOpen Problem

    Hi George I will try your source code tomorrow. I am not familiar with the syntax in the following line - could you expand on this? Are these arguments associated with the use of cmd? are there others? Would I need to set the default app for txt files (associations) using Win O/S. Many thanks...

Part and Inventory Search

Back
Top