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 Westi 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. Keeper00

    VFP 8 and Terminal Server 2003

    Scott, The Dlls are registered, but only when I am an admin user. When I am a normal user, the dlls are not seen. So, how do I register these dlls for all users? Thanks, Joe
  2. Keeper00

    VFP 8 and Terminal Server 2003

    I did not use installshield for the installation, I used a product called Wise. I swiched the TS into the "install" mode for the installation and then switched it back to the "execute" mode. It still can not locate the foxpro dlls for a normal user.
  3. Keeper00

    VFP 8 and Terminal Server 2003

    Dave, Are you talking about registering the dlls for each individual user or for user group as whole? If it is the group, how would you do that? Thanks, Joe
  4. Keeper00

    VFP 8 and Terminal Server 2003

    I have a VFP 8 application that I have installed on a TS 2003 server using the "Change user /install" method. I was logged in as an admin user when I did the installation. The application works fine only if I use the Admin user account. When I create a typicall client account and log in, I get...
  5. Keeper00

    Changing the Priority of a program

    Craig, Thanks for the link, this was very helpful. I was able to find another example at: http:\\support.microsoft.com\default.aspx?scid=kb;en-us;193846 Looking at both of them I was able to get my code to work and switch the program to high when it was running. Thanks, Joe
  6. Keeper00

    Changing the Priority of a program

    I would like to change the priority of a program from within VFP 8.0. I run records through a batch process and want the process to run as fast as possible. The machine that it runs on is dedicated for this process, so setting the priority to High is not an issue. The question is, how do I...
  7. Keeper00

    Printing in VB6

    I am trying to control the printing functions in VB6 by using the Vbprndlg.dll instead of the Commondialog for printing. The reason is the Commondialog changes the default printer if the user changes printers and so far the Vbprndlg.dll does not. The problem I am having is getting some of the...
  8. Keeper00

    Window Object

    I have checked all of my code and stepped through it in debug. I do not have any release commands on that second window. The object for the window is present until it reaches the read events line of code from the screen 1. At that time the object is lost. Is there a way to copy to the object...
  9. Keeper00

    Window Object

    I have a problem with a window object being released. I have a main window open, with another window, which is modal in the top form. This second window calls another window that is modeless. I need to Hide or Deactivate the second window, so when the user closes the third window, the second...
  10. Keeper00

    Listboxes and Moverbars

    Does anyone have any experience in using the ONMoveItem method to trap what a user has moved with the moverbars? I am trying to prevent users from moving certain items in the list to a location in the list that it does not belong. There are some items in the list that have to be at the...
  11. Keeper00

    Listboxes, Checkboxes, and Moverbars

    I have created a listbox with checkboxes, using bmps, and also enabled the moverbars on the control. The problem I am having is when the item is checked and then that same item is moved in the list. Once the item is moved, when the user selects another item to be checked, it checks the item...
  12. Keeper00

    Listboxes

    Slighthaze, This info was very helpful!!! One more question, how can incorporate the Moverbars into the listbox. This feature is very important or is there another way of doing that? Thanks
  13. Keeper00

    Listboxes

    How do I specify in a two column listbox that the second column is an image? This image will server as a checkbox, with a checked image for yes, and an empty box for unchecked, no. I also want to track these checked and unchecked records in the cursor behind the listbox, is this possible?

Part and Inventory Search

Back
Top