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 bkrike 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. CooterBrown

    Send Clicks to Embedded exe

    I have a presentation (I beleived compiled in Adobe Director - not done in house) and some users want to play this presentation during their trade shows in a loop. However, at the end of the presentation, a window appears with a button that is captioned "Click to Quit". I can loop the...
  2. CooterBrown

    Outlook 2007 macro (.otm project) to add-in - VB6?

    Is it possible to create an add-in for Outlook 2007 using VB6.0 architechture? Don't have visual studio but I have a macro that I need to distribute to some users. I am unable to find a tutorial to get me started. Any guidance? Thanks!
  3. CooterBrown

    Split and Merge pages of a PDF attachment in an Outlook VB Macro

    Hello, I was tasked with pushing PDF attachments to our image system using a VB Macro from Outlook. Easy enough to do by itself but there is an additional requirement to direct certain pages of the attachment to one folio in the image system and other pages to a different folio. In the event...
  4. CooterBrown

    6.0 to .net conversion

    I did a .net conversion of my vb 6.0 code and I'm having problems. When I'm debugging my code, it frmAgentMain starts to load and is the active form and then all of a sudden, it goes to End Sub and dies. In 6.0, it hangs until an event is executed on frmAgent. What's different...
  5. CooterBrown

    .net conversion

    I did a .net conversion of my vb 6.0 code and I'm having problems. When I'm debugging my code, it frmAgentMain starts to load and is the active form and then all of a sudden, it goes to End Sub and dies. In 6.0, it hangs until an event is executed on frmAgent. What's different...
  6. CooterBrown

    Retrieve User Name

    How would I retrieve the USERNAME or Network LogOn parameter?
  7. CooterBrown

    Moving PDF's

    I'm trying to move a group of PDF's from one folder/staging area to another folder for processing. There are going to be about 1000 400KB pdf's. What is the most efficient way to do this? Here is what I have tried but it is slow... ------------------------------------------------------------...
  8. CooterBrown

    Authorities on IFS

    I found the following snippet of code to send PDF's to the IFS using RPG IV. Can anyone tell me how to specify authorities for a specific user? Eval PDFSTMFNAM = '/' + %trim(IFSDIR) + '/' + IFSFOL + IFSSUB + IFSDOC + IFSDSC + IFSCO +...
  9. CooterBrown

    PDFs to IFS from Spool File

    We use InfoPrint Designer to design and map data to our overlays. I'm particularly talking about Billing or 1099s for this post. We would like to offer these documents on the web for download in PDF format. Currently, our cycle creates these documents, obviously 1 for every client in the case...
  10. CooterBrown

    Managing the IFS

    I was tasked with digging down in a 600+ gig root directory of the IFS building a table with all the subdirectories, objects within, and a few parameters like date created, date used, etc. When I get started, I'll probably have some programming questions if I do this with RPG (thinking about...
  11. CooterBrown

    Digging down in a root directory.

    I was tasked with digging down in a 600+ gig root directory and building a table with all the subdirectories, objects within, and a few parameters like date created, date used, etc. The programming I can handle but does anyone have any suggestions on how this table should be built? Has anyone...
  12. CooterBrown

    Supress code while command is being executed

    How do I suppress the code while a shell command is being executed. Shell "C:\Program Files\IBM\Client Access\cwbtf.exe " & gstrAppPath & "\TestQryOut2.tto", vbHide
  13. CooterBrown

    Button on tool bar for macro

    I wrote a button then to attach a button to it, I did the following: right click on tool bar click customize click commands tab under catagories I clicked macros then under commands I dragged Custom Button to the tool bar right clicked on the custom button then assigned the macro When I save...
  14. CooterBrown

    shell command

    Hi.. How do I get this command to work: Sh.Run "cmd /C ""C:\documents and settings\ThisUser\desktop\TESTMACRO\CallQuery.bat""", 1, True after replacing the path C:\documents... with the variable gstrAppPath = Workbooks("ThisBook").Path Thanks.. Coot
  15. CooterBrown

    .rtf

    I'm writing a macro to open .rtf files and print them to pdf. When I open them using MS Word, the date field is dynamic and changes to Today(). When I open the .rtf in WordPad, the date field is the date that the documents were created. I'm using: Set pWordApp = New Word.Application in my...
  16. CooterBrown

    word to pdf

    Hello All... I know this one has been beaten' to death. I've searched the forum and found posts that are helpful but not 100% what I need. I have the following existing code that prints a bunch of .docs to the default printer. I have Adobe Acrobat Pro 6.0 installed with the adobe printer set...
  17. CooterBrown

    Print/convert Word to PDF

    Hello All... I've searched the forum and found posts that are helpful but not 100% what I need. I have the following existing code that prints a bunch of .docs to the default printer. I have Adobe Acrobat Pro 6.0 installed with the adobe printer set as default on my machine (this runs...
  18. CooterBrown

    WEB CAM

    I have a web cam and want to stream live shots. Is this possible to do with ASP? Any snipets or suggestions?
  19. CooterBrown

    .Wait for Shell program to finish

    I am issuing this command in a VBA macro: Shell ("C:\documents and settings\ssc\desktop\BKRSDDS\callCopyIMPF.bat") How would I get the program to wait for this program to finish executing before proceeding. Thanks, Coot
  20. CooterBrown

    Lots of overhead processing

    I'm writing a macro parsing a 40,000 + record sheet. The window is scrolling up with each record that is processed. Is there a way to disable the window. I'm sure this window is creating much overhead. Thanks, Coot

Part and Inventory Search

Back
Top