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!

Search results for query: *

  • Users: WCSO
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. WCSO

    Mailbox Rights

    I've inherited an exchange server already setup before me. I've found that any user can open up any other users inbox by using outlook by going File-Open-Open User's Folder. I've found that this is not the default behavior of outlook but can't find exactly where to change this permission...
  9. WCSO

    What are log files?

    My exchange went down and I found that the public and private store would not mount. After troubleshooting I found with eseutil that both stores were corrupt and I repaired them. The stores would still not mount until I deleted all log and chk files. What are the purpose of these files and...
  10. WCSO

    Remove Child domain

    I have a server that is a child domain. I want to get rid of the child domain and make this server a file server of the parent domain. There are no users in the child domain that I need anymore. How would I accomplish this? thanks
  11. WCSO

    Getting wrong mail

    I have two account set up on Exchange Server. I want to use Outlook with the exchange server option to get my personal mail. That works fine. I want Outlook express to get mail to another account us pop. I have a separate user name and password set up for the second account. When Outlook...
  12. WCSO

    My Documents Re-Direction

    I want to change the location where My Documents folders were re-directed. I created my new share and set the policy to re-direct My Documents, Application Data and the Desktop. Prior to this the Profile Path and the Home Folder were set. Now the location for the Home folder should be what I...
  13. WCSO

    SubClass

    I finally learned to sub class and started with a form. I've done what I need to do so when I create a new form, is shows my new sub-class and the form appears the way I intended. But how can I get existing forms to be based on my subclass? When I look at the properties of the form, it shows...
  14. WCSO

    Roaming Profiles and Group Policy

    I'm trying to understand folder re-direction. I understand it makes log on's faster since the My Documents folder does not need to be copied back and forth. The server was set up before me and under the Profile tab for each user, a Profile path is set to make their profile roaming and a home...

Part and Inventory Search

Back
Top