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. MattBegg

    multi heirarchy parent child cube building problem!!

    I'm creating a hierarchical dimension based on a parent child from a table, however a member doesn't have a unique id defined, it's uniqueness comes from the path it would create. eg trying to produce this heirarchy: 1 / 2 3 / \ 4 5 4 Coming from this table...
  2. MattBegg

    OLAP Cube question

    Hi there I am trying to create an offline cube from a datasource in vb. Does anyone have any pointers or code snippets please Regards Matt matt@begg-uk.co.uk
  3. MattBegg

    package problem

    Try reinstalling PDW as there maybe some corrupt files, especially if you may have tinkered with any of the source code. Once reinstalled repacked your project and see if that works. If you want you could email your setup.lst file to me and I could have a look at it. Regards Matt...
  4. MattBegg

    How to add a Disclaimer/License screen to PDW

    Here is a way to add an "I accept" / "I do not accept" disclaimer or license screen to Package and deployment wizard Firstly package your project with package and deployment wizard Next make you disclaimer or license file as a text file, call it say disclaimer.txt and add it to the support...
  5. MattBegg

    Adding a disclaimer to PDW

    Here is a way to add an "I accept" / "I do not accept" disclaimer or license screen to Package and deployment wizard Firstly package your project with package and deployment wizard Next make you disclaimer or license file as a text file, call it say disclaimer.txt and add...
  6. MattBegg

    Trapping Cancel button on Common dialog Show printer

    Cheers ChipH I suppose similar code would be applicable to all of the common dialog cancel actions. Regards Matt matt@begg-uk.co.uk
  7. MattBegg

    Trapping Cancel button on Common dialog Show printer

    Hi I am looking for a way to trap the user cancelling a print job when the cancel button is pressed on the pring dialog box. Below is my code for printing a rich text box cdl1.ShowPrinter richtxtQuote.SelPrint Printer.hDC but this coding prints even if cancel is selected Regards Matt...
  8. MattBegg

    Mailmerge to a recipient and carbon copy address!!

    Sorted it out :-) Regards Matt matt@begg-uk.co.uk
  9. MattBegg

    Mailmerge to a recipient and carbon copy address!!

    Hi I have written a procedure below to open an instance of word based on a rtf document with merge field saved. I am looking for a way to send to another email address at the same time ie Cc. I do not seem to be able to find anything in help Here is the code Public Sub sendemail(recipient As...
  10. MattBegg

    Sending email via word in VB

    This may be useful John, but I am unsure as to how to create a snapshot of a report ?? Regards Matt matt@begg-uk.co.uk
  11. MattBegg

    Sending email via word in VB

    I want to send it as a document asI would like it to be the message of the email, and to have it hidden it purely to help automate the process as emails will be containing different information and going to different recipients. Hope you can help further ;) Regards Matt matt@begg-uk.co.uk
  12. MattBegg

    Sending email via word in VB

    I am looking to send a document created in word as an email (not an attachment). The document will have fields that will be filled with fields from an Access database. (NOT SURE HOW TO APPROACH THIS). The document is then email as thought sentto email had been selected from the file menu in...
  13. MattBegg

    Sending email via word in VB

    I am looking to send a document created in word as an email (not an attachment). The document will have fields that will be filled with fields from an Access database. (NOT SURE HOW TO APPROACH THIS). The document is then email as thought sentto email had been selected from the file menu in...
  14. MattBegg

    Importing multiple txt files

    cheers PaulF I had gone a bit brain dead :( Regards Matt matt@begg-uk.co.uk
  15. MattBegg

    Importing multiple txt files into Access

    How could I go about importing many csv files into an Access 2000 database all with the same structure but there is no commonality between the files names, onlt the extension. I would imagine the logic would be to loop through each file in the directory until all have been processed, but at the...
  16. MattBegg

    Importing multiple txt files

    How could I go about importing many csv files all with the same structure but there is no commonality between the files names, onlt the extension. I would imagine the logic would be to loop through each file in the directory until all have been processed, but at the moment I cannot think of the...
  17. MattBegg

    Creating subforms like you can with access

    Looking for help in creating access like subforms in a main form. I have created a sidebar like outlook on the left of the main form and depending on what button is clicked I would like a new for loaded within the main form. Any help would be greatly appreciated Regards Matt matt@begg-uk.co.uk
  18. MattBegg

    Urgent: Running a select query and exporting a table from VB6

    th3856 I am looking at how to code the equivalent of the transfertext function in visual basic 6. I have set up an export spec and even created a macro that will run the macro. Regards Matt matt@begg-uk.co.uk
  19. MattBegg

    Urgent: Running a select query and exporting a table from VB6

    I am looking to export to CSV a table that has been refined via a select query. The query refines the table to new additions since the query was last run based on a flag. I am looking for a way to execute this query and then export the query from VB6. Your help would be much appreciated...
  20. MattBegg

    Urgent: Exporting to CSV based on select query

    I am looking to export to CSV a table that has been refined via a select query. The query refines the table to new additions since the query was last run based on a flag. I am looking for a way to execute this query and then export the query from VB6. Your help would be much appreciated...

Part and Inventory Search

Back
Top