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: *

  • Users: RWF
  • Content: Threads
  • Order by date
  1. RWF

    <a href> not working with inner.html

    Not sure if quesiton is phrased properly. This code generates a popup and shows links. Nothing happens when I click on the link. <html> <head> <script language=&quot;JavaScript1.2&quot;> <!-- var isie=0; if(window.navigator.appName==&quot;Microsoft Internet...
  2. RWF

    &quot;Popup&quot; in frame too big

    I have a popup(not a window) that is too big to fit inside the navigation frame. I have no control over the frame itself, only the popup. Is it possible to &quot;float&quot; the popup outside the frame? If necessary, it would ok to have the popup appear in the main page assuming I could use...
  3. RWF

    ASP Form Values - Object expected

    The code is supposed to read through a server text file and set the check boxes on the client display accordingly. It doesn't like the following: Programx.asp ------------ <HTML> <HEAD> <script language=&quot;VBScript&quot; runat=server> <!-- sub ReadData() Const ForReading = 1 Dim fso...
  4. RWF

    Form Multiple Button Submit - Call ASP Page

    The intent is to call an ASP page to perform a series of actions. I have tried numerous variations with no luck. The concept of submitting a form is clear to me, but calling a specific ASP to perform an action from within a form is not. Perhaps I am using the wrong approach in this, and may in...
  5. RWF

    Command Control in MSFlexGrid

    I'va doen some research on this and I am fairly sure it is possible, but the exact technique is escaping me. I would like to place a command button in a cell in a MSFlexGrid control. This is a condensed version of what I have: ----------------------- Dim cmdViewTable As VB.CommandButton Set...
  6. RWF

    HTML Preview

    I would like to open a view window for html files in a form. Any suggestions?
  7. RWF

    VB 6.0 Properties Window

    Any way to display both design time AND run time properties for controls in the properties window?
  8. RWF

    Validation By-Pass

    The Search is down, and I did check the FAQ. The Valid method appears to be somewhat of a trap to get out of. It is readily obvious that each validation could be adjusted, or the valid code could be placed in the LostFocus method, but I would prefer a more elegant solution. I would like to be...
  9. RWF

    Foxpro 2.6 Window Icons

    I have seen it before, but cannot remember where. I do believe it is possible to change the Foxpro icon in a window to one of your choosing. This is not the Icon File in the the Windows Style button, but the icon that appears in the title bar of every window. Thanks in advance, RWF.

Part and Inventory Search

Back
Top