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 strongm 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 WCSO

  1. WCSO

    AddPicture and Range

    The oWord.Selection.Find.Execute ....etc. line was not related to the picture, it was placing the current date where needed in the document. I made some syntax changes and get the following to open the Word document. The word <<Photo>> should be deleted but it is not. I figure I should get...
  2. WCSO

    AddPicture and Range

    I would rather search for a keyword as I have been doing it this way for form letters. It is easier for the average user to create templates this way. I now get an error Member CONTENT does not evaluate to an object. I have pasted my test code below so perhaps my error will stand out. I am...
  3. WCSO

    AddPicture and Range

    I am testing with a prg file so I changed thisform.oDoc to oDoc where appropriate. The first thing that happens is I get an error Variable 'LNSTARTPOS' is not found..
  4. WCSO

    AddPicture and Range

    I call Word to create a document and use find and replace to replace specified places with data I want. Now I want to insert a picture into a specified spot. I use: oWord.ActiveDocument.Bookmarks("OffenderPhoto").Select to position the cursor, which works. I then use...
  5. WCSO

    Group Polciy/Custom Policy Settings

    I can follow you up until you say "place a filter" on the security group. How do you do that? Also, my main goal is to limit usb drive access. If you happen to find that, it would be appreciated. Thanks.
  6. WCSO

    Group Polciy/Custom Policy Settings

    Here is the ADM file: CLASS MACHINE CATEGORY !!category CATEGORY !!categoryname POLICY !!policynameusb KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR" EXPLAIN !!explaintextusb PART !!labeltextusb DROPDOWNLIST REQUIRED VALUENAME "Start" ITEMLIST NAME...
  7. WCSO

    Group Polciy/Custom Policy Settings

    I new to working with Group Policy but find it easy to manage many pc's. I want to limit some pc's so they cannot use USB drives. I followed the directions at http://support.microsoft.com/default.aspx?scid=kb;en-us;555324 with no problem but there seems to be no effect on the client machines...
  8. WCSO

    Play Sound File

    I have a form with a timer event that runs the following code: SET BELL TO thatplace+'\Settings\_CSRAlert.wav' ? CHR(7) SET BELL TO thatplace is a data location. When I run this form from within FoxPro, the sound plays. When I run this form from the executable, I get no sound and no error. I...
  9. WCSO

    Page File

    I have an app that will take picture the user selected and line them up 4 to a page with the file name appearing under each picture. My database only contains the location of the picture. When the reports run, all works ok unless you do a lot of pictures or pictures with a large file size. I...
  10. WCSO

    Page File Usage

    I have an app that will take picture the user selected and line them up 4 to a page with the file name appearing under each picture. My database only contains the location of the picture. When the reports run, all works ok unless you do a lot of pictures or pictures with a large file size. I...
  11. WCSO

    Listbox

    List1.RowSource=List1.RowSource had no change. I had the following code in the activate of each page to highlight the active page: THIS.Parent.Setall("Forecolor", 0, "Page") THIS.Forecolor = 16711680 THIS.Parent.Setall("Fontbold", .F., "Page") THIS.Fontbold = .T. Once I removed it, the list...
  12. WCSO

    Listbox

    I've got a listbox on a page of a pageframe. It is based on an array. When I add a value through code to the array I use: thisform.PageFrame1.Page1.List1.Requery thisform.PageFrame1.Page1.List1.NumberOfElements=NumberFound thisform.PageFrame1.Page1.List1.Refresh But the list does not show the...
  13. WCSO

    Remove domain

    I have a main domain with a sub domain. I want to remove the subdomain and all users in it. For the two servers that host the active directory for the subdomain, would it be correct that all I have to do is run DCPROMO on both to accomplish my goal? Thanks
  14. WCSO

    Mailbox Rights

    At the store level, the everyone group has full control. That would seem to be my problem. But what should be there for users and groups? Thanks
  15. WCSO

    Mailbox Rights

    I looked at the delegation and only the administrator is listed. At the server security, I found the everyone group was there but none of the permissions were selected. Still clueless. Thanks

Part and Inventory Search

Back
Top