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 Chriss Miller 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. richardchaven

    Word search special character for cells ?

    I want to search and replace in MS Word using their special characters to indicate the edge of a table cell. ^p stands for a paragraph, but that does not work (regardless of what RTF looks like). Cheers
  2. richardchaven

    mailto: via AOL ?

    Can one configure AOL to handle "mailto:..." requests? Has anything changed since thread605-90409? Cheers
  3. richardchaven

    How to get the parent of an object?

    If I have found an html_cell (via web_obj_get_item), how do I find its html_table? It has "col" and "row" properties (NOT "columns", as documented), so something must know what context it's in. Any ideas? Cheers
  4. richardchaven

    RPC error ?

    load_dll(&quot;Kernel32&quot;); extern int GetEnvironmentVariable(string Key,out string Value <255>,int MaxSize); GetEnvironmentVariable(ENV_NAME, BASE_URL, 255); This gives an error 19: RPC error. Same error if &quot;<255>&quot; is ommited. Any ideas? Cheers
  5. richardchaven

    web_event(..., &quot;click&quot;); vs. web_link_click vs. web_image_click

    What are the differences between these calls? Cheers
  6. richardchaven

    Can WinRunner read Environment variables?

    I want to allow scripts to run on different machines and hide the local configuration in environment variables (actually, the variables are already set and I want to make use of them). How can a WinRunner script get the text of an environment variable? Cheers
  7. richardchaven

    Create Free/Busy data with Sink?

    I want to manage a set of identical Exchange resources (e.g. meeting rooms near each other) as a single, multi-instance item. I gather I can write a COM server and register it with Exchange to handle the actual scheduling, but I have yet to find a way to provide Free/Busy information that shows...
  8. richardchaven

    How to set the font of an edit using just the Window handle?

    I am messing with a TTreeView (yes, I know, but I'm not going to use an alternative). I want to have the .Font apply to the embedded edit control. I can &quot;override&quot; the WndProc and do the painting myself, but the text caret does not align to the correct character and the control itself...
  9. richardchaven

    What does a GUID do for an interface?

    What is the difference between an interface with a GUID and an interface without one? I have hit several cases where I have to have a GUID, but I don't know exactly where the line is. TIA Cheers
  10. richardchaven

    CMMI in a Nutshell?

    I have a perspective employer who wants to achieve CMM level 3. I am reading through all the SEI and CMMI web sites to try and get a handle on it. Like Design Patterns, it looks like a collection of reasonable Rules Of Thumb and Hard Lessions Learned. On the other hand, some of my friends roll...

Part and Inventory Search

Back
Top