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

    Updating Controls In Other Forms

    Hi, I am wondering if there is a standard way to update controls in other forms. I am running an aplication to open a form to allow the user to input data, this data then needs to be updated/inserted in a list view in another form that is open at the same time. In the past I have done this by...
  2. wuxapian

    SQL TimeStamp step

    Hi, Does anyone know if there is a way of selecting data in steps from sql? What I need is an sql statement that will select (or average) set of records that have timestamps at 15 minute intervals. TIA
  3. wuxapian

    Copy Table in Word

    Hi, I am building a document in word to print labels. I have a table on the first page and I want to be able to copy that table onto a new page (endlessly depending on the number of labels to be printed.) Does anyone know how to programatically duplicate a table? TIA Wux.
  4. wuxapian

    terminating an event

    Hi all, Does anyone know if it is possible to terminate an event from within the event handler. My problem is this, I have a class that handles the onClick event of a tab control within a form but I also have the same event within the form itself to handle specific items relating to the tab...
  5. wuxapian

    Word Document in window

    Hi, I am need to be able top open a Microsoft Word document in a window within my application does anyone know how to either dock the Word editor into an application? I have noticed that you can open a word document from an IE browser, does anyone know how this was done? TIA Wux.
  6. wuxapian

    Lotus Notes

    Hi all, Does anyone have any examples of using the Domin / Notes COM objects to send mail. TIA Wux.
  7. wuxapian

    Passing values between notes forms

    Hi all, Can anyone tell me what the best way is to pass values between forms in lotus notes (not web forms). I have a form which needs to open and populate a new form when submitted but I can't seem to find a clear way of doing this. TIA Wux.
  8. wuxapian

    Custom sort order

    Hi all, I need to be able to force a query to order records by a certain field in an order I specify. For example I have records where the descriptions Could be "Cow", "Helicoptor", "Fish" but when I query the database I want to order them by "Fish&quot...
  9. wuxapian

    Carriage return in tables

    Hi all, I am writing a word macro that builds an address and inserts it into a docvariable field within a table cell but it doesn't put in the VBCrLf (carriage returns). Does anyone know how to sort this? TIA Wux.
  10. wuxapian

    browser session

    Hi, Does anyone know if there is a way of accessing a web page from an application and getting the page back as an object so that form values can be read and set and even submitted. I realise that this is a generalized question but can anyone point me in the right direction? TIA Wux.
  11. wuxapian

    VBScript / Lotus Notes

    Hi, Probably more of a Notes question than VBScript but here goes. Does anyone know how to get the current users email address from lotus notes, using the "Notes.NotesSession" or related objects? TIA Wux.
  12. wuxapian

    Reload

    Hi all, Does anyone know if there is a quick and easy way to force the browser to load a fresh copy of a html page rather than a cached copy (as in the setting: Every visit to the page). TIA Wux.
  13. wuxapian

    Run as another user

    Does anyone know how I can swap user credentials within my code to allow me to do certain tasks as an administrator (could supply login info to the program if necessary)? TIA Wux.
  14. wuxapian

    Automatically Detect Settings

    Does anyone know which registry key sets the "Automatically Detect Settings" option in the connections->LAN Settings option in the browser configuration program? TIA Wux.
  15. wuxapian

    Registry access

    Hi, I am writing a program that sets registry settings for certain applications. There is one setting I need to be able to access in HKEY_LOCAL_MACHINE but if the user is not logged on as administrator this can't be changed. Does anyone know if there is a way of programatically bypassing the...
  16. wuxapian

    Registry

    Hi, I am trying to access the registry (win XP/2000) using RegCreateKeyEx and related functions. I can only write to the HKEY_CURRENT_USER key, does anyone know how to access the other keys programatically. TIA.
  17. wuxapian

    run-time error 372

    Hi all, I have written an application, which contains a custom control. The application works fine on Win2K / XP but when running it on Win98 I get the following error after opening 7 screens within the application, as you can see the error message is incomplete. (ComboEdit is the name of my...
  18. wuxapian

    Internet Explorer properties

    Hi, Does anyone know if there is any way of accessing Internet Explorers settings (ie. Advanced settings, proxy settings etc) using an api function. I need to be able to set up browser configurations regardless of operating system version and IE version, which would be an issue if I used the...
  19. wuxapian

    Escape() function

    Hi, Does anyone know if there is an equivelent function to escape() (JavaScript), in PHP? TIA Wux.
  20. wuxapian

    printing to paper type

    Hi, Does anyone know how to specify which paper type to print to in Word? The problem is, I am sending different pages to different trays (letterheads etc) but when one tray runs out it carries on from a different tray, no good. I have been told that if you set up paper types on the printer...

Part and Inventory Search

Back
Top