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!

Recent content by jamesa74

  1. jamesa74

    are there packages (object that contain classe) in php?

    ...and if so, what is the syntax for creating one, and asigning a class to the package?
  2. jamesa74

    How do i use different XSL files for different screen resolutions?

    Hi, I want to display the same content but differently for different screen resolutions. I know how to determine screen resolution with javascript. Can i address different XSL files from my XML document dependnig on the javascript screen resolution function output that i have? Thanks
  3. jamesa74

    Server side screen resolution detection ?

    I want to print different html pages for different screen resolutions. Is there a way my cgi can detect the user's screen resolutin? (I knw how to do it on the client side, I want to do it on the server side) Thanks
  4. jamesa74

    Arguments are of the wrong type, are out of acceptable range, or.....

    "ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another." . . . I have an access 2000 based ASP hosted on IIS5. Sometimes I get this error and sometimes everything works fine when i call the page . I use the same...
  5. jamesa74

    A problem with the Internet Transfer Control

    The Internet Transfer Control raises one event, the "StateChanged" event. I'ts supposed to raise this event when "An error was detected when communicating with the remote computer". My application's connection to the web page is fine, but when i'm trying to simulate an error...
  6. jamesa74

    Problems with SAX2 Parser

    Hi, The SAX2 parser is supposed to raise the charecters event in the following case: "The reader calls the character method between the startElement and endElement methods." . So far so good, but in my application it raises this event after each time the startElement event occurs even...
  7. jamesa74

    From XML file to Access and vice versa.

    1. How can i parse a XML file and put it's data into Access DB? 2. how can i do the opposite? Thanks in advance, James
  8. jamesa74

    How can i know if the user pressed "cancel" in a common dilalog box?

    Thank you all guys. The reason it didn't work for me at first, and maybe it's the same for you dragnut is that i declared: cdl.CancelError = True after i opened the dialog box, and not before.
  9. jamesa74

    How can i know if the user pressed "cancel" in a common dilalog box?

    How can i know if the user pressed "cancel" in a open file common dilalog box?
  10. jamesa74

    How can i access a file's size?

    I prompt my user to open a file. How can i access the file's size after the user chooses it? thanks, james
  11. jamesa74

    Why doesn't frm.show does not work

    I have two forms in my project: frmMain (the first default form) and frmStoreDetails. From the starting form i go to the other one by executing the following code: frmMain.hide frmStoreDetails.Show When i want to go back to the first form i execute the reverse code...
  12. jamesa74

    Refering to an individual tab in the Microsoft Tabbed Dialog Control

    Hi, how do i refer to an individual tab in the Microsoft Tabbed Dialog Control?
  13. jamesa74

    how do i create tabs in my form?

    how can i create tabs in my form (i mean the gui elements that enable you to browse pages within the same form, lke the ones you get when choosing "Tools/Internet Options" in IE5)?
  14. jamesa74

    Can't open new visual interdev project with local IIS 5

    When i try to open a new project with the Visual Interdev environment, it doesn't recognize the iis 5.0 server that's on my computer. I have Windows 2000 installed, and i also installed the Front Page server extentuions when i installes the iis, along with all the rest of its components. how...
  15. jamesa74

    asp error: Arguments are of the wrong type.....

    My asp performs a query on a mdb file. sometimes it works, somtimes i get the message: "Error Type: ADODB.Recordset (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /admin.asp, line 17" might it be a IIS 5.0 problem???

Part and Inventory Search

Back
Top