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 wOOdy-Soft 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: SteveBoard
  • Content: Threads
  • Order by date
  1. SteveBoard

    Build EXE creates a failing Executable VFP9

    I've been working on a simple executable (stand-alone) in VFP but the BUILD of the project creates an EXE that does not run standalone in Windows. It works in the VFP development environment. From Windows, the EXE stalls after the startup step and fails to display the first form. Other...
  2. SteveBoard

    Hyperlink insertion now fails in FP 203

    Why would the feature in FrontPage 2003 that marks a spot with a hyperlink stop opening up? I've used this software for several versions several years but the right-button click to start a hyperlink has stopped giving me the window that inserts a URL address. To cope with this I uninstalled FP...
  3. SteveBoard

    Can you set defaults in Adobe Acrobat program?

    I'm using the Adobe Acrobat program (which writes Acrobat PDF files, not just the reader). Is there a way to set defaults, such as file names, folders, and other parameters?
  4. SteveBoard

    Outlook "serious error" VBA addin disabled

    What's the deal with Outlook 2003 objecting to the macros I run and created in previous versions? The next time I enter Outlook it says a message that "Outlook developed a serious error the last time it was run . . . do you want to disable the addin VBA . . ." Then you have to agree YES to...
  5. SteveBoard

    FrontPage database update steps

    Using FrontPage 2002, I'm trying to modify database fields. First, I attempted to use the "Database Interface Wizard." This failed. (The errors there were "supply defaults" etc. which I thought I did. Also the generated display exposes all the records, not a specific one, which means I can't...
  6. SteveBoard

    Outlook Macro: how to specify a mail signature

    I'm working on a macro in Outlook 2003. I've got it replying to an email message with subject, body text, and attachment. I can't get the syntax right for adding a "signature" to the message. This doesn't work: Item.Signature = "My Normal Signature" Even though Item.Body = "text of message...
  7. SteveBoard

    VCARDS: Practical to export entire contact list?

    I've recently begun appreciating Outlook's Vcards, a nicely formatted name-address-email file card. Is there a way to dump one's entire contact file into a Vcard file? I'm considering putting our organization's membership list on our web site as a collection of vCards. But I don't want to have...
  8. SteveBoard

    Outlook's Preview Pane for the Outbox

    Does Outlook 2000 provide a preview pane for every directory? I can't get one to show up in the menu for the Outbox. All the other folders provide a preview pane.
  9. SteveBoard

    Desktop shortcuts with variable drive letters

    I've created a VFP program with all files on a CD. I'd like to have a shortcut visible on the CD root which will call the VFP executable. The problem is the CD drive varies from one person to the next. Windows will make a shortcut but requires a hardcoded driveletter (the wizard asks you to...
  10. SteveBoard

    Office2K corrupted in upgrade to larger hard disk

    I recently upgraded from 40g to 80g hard drive and everything seems to have copied over using MaxBlast3 except my MS Office 2000 programs have lost some useful elements. Their icons are gone from the desktop (Windows XP). Outlook doesn't receive and deliver mail. I attempted to uninstall and...
  11. SteveBoard

    Mailitem under cursor in Outlook

    What's the best way to identify the email item in one's inbox that the cursor is on? I'm working on a macro to pop a flag or category or other action on an email in the inbox. I know how to identify it by number or by a criterion (like subject). It seems like it ought to be...
  12. SteveBoard

    Corel Ventura automation with VFP

    Is anyone using Corel Ventura Publisher or Corel Database publisher inside of Visual FoxPro routines? I've automated Word, Excel, and Outlook nicely in a VFP program. I'd like to now do something with Ventura Publisher, a desktop publishing program from Corel. At this point I'm simply calling...
  13. SteveBoard

    "Error reading linearized hint data"

    What would generate the following when a PDF file is opened in the Acrobat 5 reader from a browser (but not as a stand-alone reader)? "Error reading linearized hint data" I'm getting that error from a PDF file created inside Ventura Publisher 10, a typesetting program from Corel...
  14. SteveBoard

    Outlook security with FoxPro automation

    I'm using Visual Foxpro to create email messages to people in a database table. About 60 or 70 messages will be created and put in the Outlook 2000 outbox. I'm getting a prompt with each message asking permission to write the message (virus warning). Each one I answer Yes. What security...
  15. SteveBoard

    Excel Numbers-to-text conversion

    I'm using Excel 2000 as a database for a web site. The file lists addresses. I noticed the zip codes were not coming through the database search routine and it appears that some of them were entered numeric and some text. Since there are hundreds of these, I don't want to manually put an...
  16. SteveBoard

    Outlook Macro: specifying SEND account

    I'm working on an Outlook macro and also an automation routine in FoxPro that will send a created message to a specific SEND account -- not the default account. I had thought I could put an account name or number inside the parentheses and out it would go to that target. But that doesn't work...
  17. SteveBoard

    Automating Outlook as a server to VFP6 program

    I'm using routines in a VFP procedure that involve Word and Outlook. The Word procedure goes fine. Excel works too. But Outlook gives me an error: RPC server not found. If Outlook is activated before the procedure starts, all works well. The system is Windows ME. Running the same procedure on...
  18. SteveBoard

    FrontPage Macros: automate Publish Web Step?

    Using FP 2000, I wish for a way to create a macro that would automate the final "Publish Web" command. Each time, I have to retype the web user name and password. Yet, FP macros are disabled while in that dialog box. Any ideas? I know you can paste from your clipboard, but that would...
  19. SteveBoard

    Outlook Macros: inserting a file in email

    What's the syntax to create a macro for Outlook that inserts a file into the email? In Word, it's: Selection.InsertFile FileName:="Email_StevePersonal.htm" I can't find the language for Outlook. I can create the mailitem, then add a subject and a body. But what if you have a file...

Part and Inventory Search

Back
Top