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!

Recent content by mbr501

  1. mbr501

    Hiding sections within a Form in Word....using a check-box control

    Hi Gerry, Thank you for your reply....helpful. Let me clarify - yes, it is more of a navigation issue. Here's the example.....I have a new hire checklist that I've built. There are, however, several tables within it, that are only applicable to certain managers based on the teams they...
  2. mbr501

    Hiding sections within a Form in Word....using a check-box control

    I have a long Form in Word that has various sections to it. At the top of my form, I have a series of check boxes that specify various departments within my organization. I want to allow a user to select one or more of the check boxes, which would then invoke the respective sections of the...
  3. mbr501

    Can't Login to XP - Help!

    Yes, I have tried safe mode. No luck. Same thing happens.
  4. mbr501

    Can't Login to XP - Help!

    Hello, Recently when I get the "To Begin, Click your User Name" Welcome Screen in XP, I click on my user name "Owner", which is the only profile I have setup. It then says, "Loading Personal Settings", but then suddenly says, 'Now Logging Off Owner", and never allows me in to Windows. It's...
  5. mbr501

    Executing HTML from VB

    Hi - I have a block of HTML code that I want to have a VB application execute based on when a user enters a given time interval into a GUI text box. I know I need to use the 'time' control for the time parameter on my GUI, but I'm not sure how to call and execute the actual HTML within VB...
  6. mbr501

    Application Protection Setting - Problem with ASP Application

    I have a small ASP developed application running on running on IIS5 (it's the only application running on this server). When I have [/b]The Application Protection[/b] setting set at 'Low' I can login to the application with no problems. The second I switch it to either 'Medium' or...
  7. mbr501

    Converting RTF Files with Bookmarks to PDF Forms

    Thanks for the feeback...this is a tricky one. Do you have any other suggestions as to how I could create a PDF form dynamically? Would it be possible to read in data from a table into a PDF as a variable then have the PDF recognize these values as form elements? The values in the table...
  8. mbr501

    Converting RTF Files with Bookmarks to PDF Forms

    I have several RTF Files that contain bookmarked fields. I would like to convert these RTF Files to a PDF FORM File but the key is to have the PDF File recognize the Bookmarked fields from the RTF File as the form fields in the newly converted PDF File. Basically, I'm trying to create a...
  9. mbr501

    Difference with "ISNULL" vs. "= Null": ODBC Driver Issue

    I have a VB6 Appl. connecting to a Sybase 12.5 DB VIA ODBC using the Crystal API data access method. I have several reports created in CRW8.5 that use the isnull statement. When I run a report, no data is retrieved, however, if I switch the syntax to = null, it works. I use to use a older...
  10. mbr501

    Switching Views in Word from Master to Normal from VB

    Thanks for the suggestion, but I've tried that and no dice. I'm convinced that this can not be done using this method. I've looked all over the place for how to do this, but no luck so far. I may call MS.
  11. mbr501

    Switching Views in Word from Master to Normal from VB

    Justin - Thanks anyway! I appreciate your help. I'll let you know what I find out, but this is really puzzling. -Mark
  12. mbr501

    Switching Views in Word from Master to Normal from VB

    Thanks, but no cigar. Here's my code. Maybe I'm totally overlooking something: Please help: 'Must be in MasterView to work with 'Subdocs as separate files Dim subdoc As Word.Subdocument oApp.ActiveDocument.ActiveWindow.view = wdMasterView For Each subdoc In...
  13. mbr501

    Switching Views in Word from Master to Normal from VB

    I'm using automation - early binding in VB6 to automate a mail merge precedure in Word2K. There seems to be a bug when attempting to switch views in Word from VB from Master back to Normal using the code: ActiveWindow.view.Type = wdNormalView The issue is that I need to be in the Master View...
  14. mbr501

    Switching Views in Word from Master to Normal from VB

    I'm using automation - early binding in VB6 to automate a mail merge precedure in Word2K. There seems to be a bug when attempting to switch views in Word from VB from Master back to Normal using the code: ActiveWindow.view.Type = wdNormalView The issue is that I need to be in the Master View...
  15. mbr501

    VB6 Automation with Word Mail Merge - Code Question

    I have a VB6 application that feeds a data file to Word 2K to automatically generate letters using Mail Merge. The final document, which contains many letters, gets saved as one document. This works great. Now I need to have Word actually save each of the merged documents individually. How...

Part and Inventory Search

Back
Top