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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jgos

  1. jgos

    Reporting Component

    Does anyone know of a free reporting component that functionally is equivalent to DataDynamics Active Reports or something like that?
  2. jgos

    print from iBook to printer on XP machine

    OS X Panther
  3. jgos

    print from iBook to printer on XP machine

    Does anyone know if this is possible. I have downloaded the drivers with no luck. I am trying to print over a home network (IP) running a 802.11b linksys router. Thanks for your help.
  4. jgos

    Class within a Class

    I ended up breaking everything out of classes and making everything public. Thanks for your help though!
  5. jgos

    Class within a Class

    Can you have a class within a class in an ASP page. I get a syntax error when I try to define a new class inside of a class.
  6. jgos

    Connection to DB from dll

    I have a VB6 dll that calls a VFP6 dll that connects to a foxpro database from an asp page. If I call the VFP dll to connect from the asp page it works fine, if I call the dll from the VB6 dll, it seems that the security is lost and it cannot connect to the db. Does anyone know of any...
  7. jgos

    Connect to FoxPro Database on Other machine

    I am not able to connect to a foxpro database on a machine other than the one running IIS. I read a Microsoft KB article that said you must put matching permissions on the anonymous user for the virtual dir, and the folder containing the .dbf file, or move the .dbf to the machine running IIS...
  8. jgos

    Session Expires with Popup

    I use the loopback address for everything to eliminate the need for address resolution. If you go through the site without using any of the popup calendars etc., the site works fine. Also, the site works fine under Netscape.
  9. jgos

    Session Expires with Popup

    In the session_onend in the global.asa file I set a session variable to an empty string. On each page in my include file, I check to see if the variable is empty. The .asa file is the only way that this can be emptied, no pages set this variable to an empty string. This is happening on a...
  10. jgos

    Session Expires with Popup

    Is there a way to maintain a session when you use a popup from your application? I have a popup calendar to select dates for a form, when the window is opened using window.open() the session is lost. Is there any way with JavaScript to get around this, or for that matter any other way at all?
  11. jgos

    Date time comparison

    I have a form that has a date field and a time field. I want to check to see if the date field = the current day, and if so, is the time field less than the current time. Does anyone have any example scripts that do this kind of validation?
  12. jgos

    Date Time comparison

    Does anyone have an example script of how to check to see if a date in a text field is = to the current day and if so, if the time in a combo is less than the current time.
  13. jgos

    Open Executable from VBScript

    Is there a way that I can open a program like notepad from a client side VBScript in a web page?
  14. jgos

    Prevent window from closing via X

    Is there a way to exit out of the window.close() event if a variable is null and prevent a window from closing? I have a modal dialog that I want a user to select yes or no. I want to display a custom message that needs to be in HTML format, so I cannot use the confirm function. Any ideas?
  15. jgos

    Session varable problem

    I have a page that has an ActiveX object stored in a Session variable. The page works fine from other machines, but when used from the local machine and the user is logged in with a local account instead of a network account the page says that the object is undefined. The drive is a FAT32...

Part and Inventory Search

Back
Top