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

    Outlook stability not guaranteed anymore here

    I used Microsoft Outlook 2003 for years without problems. But now - when i have started the program - and do nothing with it, after about 1 minute the programm fails and a message is produced that "Microsoft Outlook has discovered a problem" and I am requested to report this to Microsoft. I...
  2. kbklaus

    Question concerning FAQ 184-4463

    Would it be possible to modify this nice program from Ramani in that way, that instead of Internet-Explorer the better browser FIREFOX can be used? Firefox is much faster than IE! In other words: Can the code-snippet cSite =...
  3. kbklaus

    How to arrange screens for Browser & VFP-Application

    I developed a form with a textbox. The textbox in it has to be filled by drag & drop with interesting internet-adresses. However when I start the VFP application as the drop-target and the browser as the drag-source I have to reduce both screens and to arrange them manually so that the user is...
  4. kbklaus

    How to place an URL into a VFP-table easily

    Hi, I would like to store a lot of Internet-Urls into a VFP-table whenever I find a good one. The best way would be to drag and drop them as long as they are required by dragging them from the Internet-screen (IE o Firefox) into the VFP-table. My question(s): --------------- 1.Is that possible...
  5. kbklaus

    Problem _base Library not found.

    I created a form xyz with a page-frame-object on it. In the init-event of the form I wrote this to make the tabs on the pageframe alphabetically: *Init-Event in the form. *Alphabet to place on Pageframe1 FOR i = 1 TO thisform.Pageframe1.PageCount STORE "page"+ALLTRIM(STR(i))+"." TO zaehler...
  6. kbklaus

    How to open fields in data-table which contains objects

    I want to implement a table containing two fields Description (character) Contents (object). Of course when I browse and click on each object-field, I can see the contents. However I forgot how this can be done bei a click-event-button. The user should click on a button in a form and each...

Part and Inventory Search

Back
Top