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 wOOdy-Soft 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
  • Content: Threads
  • 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

    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.
  3. 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.
  4. 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...
  5. 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...
  6. 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?
  7. 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?
  8. 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.
  9. 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?
  10. 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?
  11. 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...
  12. 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?
  13. 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...
  14. 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.
  15. 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...
  16. jgos

    Animated Gif on form

    Is there a way to place an animated gif in a picture or image box? When I place them in, they do not appear animated.
  17. jgos

    http to https redirect problem

    Is there a known issue with IE 6.0 and redirecting to a https site? I configured my site to only allow https requests. I also changed the 403-4.htm page to redirect to the correct site. On my personal computer which is running IE 5.5 it works fine. When the same request is made on a machine...
  18. jgos

    Multi-Angle button control

    Does anyone know of any websites that have guides on creating buttons with curves and different types of angles? I need to make a button that has a triangular shape with a circular cutout on one side of the triangle.
  19. jgos

    Hide Select Menu

    Is there a way to change the visibility state of a Select Menu? In other words hide or show it?
  20. jgos

    String functions

    Does JavaScript have any functions like VB's left function and len function for strings? I want to change the last character on a comma-delimited string and I need something to do this.

Part and Inventory Search

Back
Top