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 Mike Lewis 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: jgos
  • Order by date
  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...
  16. jgos

    XML Question

    Is there a function in the XML library that will allow you to sum all of a certain type of fields in an XML Package?
  17. jgos

    Regional Settings and SQL Server

    If you change the regional settings on a machine running SQL Server, will it automatically recognize the settings and understand different date formats according to the regional settings? For example if I change my machine from English(US) to English(Canadian) will it understand the date format...
  18. jgos

    Changing icons

    Does anyone know how to select a different size icon from an icon file through code. For example, I have a toolbar that I want to change the size of. It has 16x16 icons on it and when it is resized, I want to put in 24x24 or 32x32 icons from the same icon file.
  19. jgos

    While Closing the window, have to override the windows alert...

    If the window is opened through a script, you will not get the alert when you close the window. To put your own custom alert in, you can call a function in the onClick of your hyperlink that closes the window and put in: if (confirm('Are you sure you want to close this window')){...
  20. jgos

    Office installer and ADO

    I have an app written in VB 6 that uses ADO. When I run the app compiled on a machine other than the dev environment, the MS office installer comes up everytime (you must cancel through it to run the app). I have also seen this on other apps written using ADO. Does anyone have any idea what...

Part and Inventory Search

Back
Top