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: modalman
  • Content: Threads
  • Order by date
  1. modalman

    Asus P4P8X motherboard wont post

    Hi. We have just tried our 2nd brand new P4P8X board and it still doesn't post. All we get is the green power light on the board. No fan or drive power. No power light on the case. We have tried 2 PSU's and different memory. We have also bypassed the power switch using a jumper. Still nothing...
  2. modalman

    New window on Mac IE 5.2

    Hi, I've written the code below to open a new window. However on a Mac running IE5.2 the window height seems to be ignored and is less than half of what it should be. This is a problem especially as I need the scrollbars disabled as well. My code is: myWin4=window.open("myPage.asp"...
  3. modalman

    Java error on Mac

    Hi. I've written a Java applet that works fine on pc's but when viewed on a Mac with IE 5.2 it returns this error: java.security.Access Control Acception; Access denied. Does anyone know what this means and how to overcome it? Many thanks in advance. ASCII silly question, get a silly ANSI
  4. modalman

    parseFloat?? parseDouble??

    Hi. I have a string that contains delimited ints and floats and these are converted and read into an array. It works fine until a float appears, then I get the numberException error. I have tried casting etc but to no avail. I only need ints in the array so I'm not worried about the fractions...
  5. modalman

    Invalid bookmark error

    Hi. I have written a bunch of asp's to manage an Access database. It has been working fine until I had an 'Unrecognized database format' error appear on the webpage. After this the database becomes corrupt and unusable. Upon investigation using a back up database it seems that a loop that...
  6. modalman

    Stopping downloads from opening in the browser

    Hi, I need to set up some pdf downloads for a client. Is there a way of stopping the download from opening in the browser? Can they be forced to save the download as a file instead? Many thanks in advance ASCII silly question, get a silly ANSI
  7. modalman

    Animated Gif in Powerpoint

    Hi, Does anyoe know how to create an object in a powerpoint presentation that animates and moves across the screen. Its easy to have a static image sliding across the screen but I can't seem to get it to animate. I've tried an animated gif but only the first frame is rendered on the slide. Any...
  8. modalman

    Web page access to clipboard

    Hi, does anyone know how I can get access to the clipboard via a web page. I have a button that the user clicks on and the clipboard text will then be pasted into a textarea. I presume some sort of permissions may have to be set. Many thanks in advance. ASCII silly question, get a silly ANSI
  9. modalman

    MSJVM missing on XP

    Hi, I have just installed XP to find out that my java applets wont run in internet explorer because the MSJVM is missing. I have downloaded the SUN JRE and that gets most of the applets working. However I still have one very important Applet that wont work. Does anyone know how I can install the...
  10. modalman

    Problems with a Left Join

    Hi. I am using ASP to query an access database. So far I have used left join to join table2 to table1 where table2.fld1=table1.fld1. That works fine. The SQL is: SELECT * FROM tbl1 LEFT JOIN tbl2 ON tbl1.fld1=tbl2.fld1 The problem I have is that I only want to use certain records from tbl2. So...
  11. modalman

    ASP.Net streaming image hangs

    Hi. I've written a script to create a chart image using the Bitmap and Graphics object. The image is created at each time the webpage is requested and is streamed direct to the web page. The chart is drawn based on data which it recieves via a querystring. The problem is that it works for a...
  12. modalman

    File system object error

    I have written a small application that reads and writes to a file using the FSO. I have 3 pc's all with Win98se installed. However the program only works on 2 of them. With the third one it gives the following message: Runtime error 429 ActiveX component can't create object This happens when...
  13. modalman

    FSO produces ActiveX 429 error

    Hi. I've just created a small executable with Visual Studio 6 to read a file, modify it and write it again. I have 3 PC's all with the same OS, Win98se. It works fine on the PC with Visual Studio installed but on the others I get different errors. I have 'ActiveX cannot create object-error 429'...
  14. modalman

    Saving an image to a file

    Hi. I've created a form with an image placed in a picture box. Is there a way of saving that image as a file to the hard drive? Many thanks in advance. ASCII silly question, get a silly ANSI
  15. modalman

    Signature placement in Office XP email stationery

    Hi. I've created some html stationery for a client. The automatic signature it seems is placed wherever you position this tag: <SPAN id=&quot;_AthCaret&quot;></SPAN> This works fine for outlook/outlook express on office97 and 2000. However on XP the signature always appears at the top of the...
  16. modalman

    Auto run cd and installation

    Hi. I'm creating some email stationary for a client and to make it easy for them to install I would like to give them a cd which will auto run and copy the relevant files to their stationary folder. Could anyone advise on how this can be achieved. Many thanks in advance. ASCII silly question...
  17. modalman

    ASP to send an HTML email to AOL users

    Hi. I've written an ASP to send html emails. It parses the html for images and uses 'attachurl' to embed the image within the email. This all works fine unless your ISP is AOL. The email is succesfully received but the images all end up as attachments. Please could anyone provide me with a...
  18. modalman

    Forcing a new line in a text box

    Hi. I'm creating a report that contains addresses. Each address is obtained from various fields. The text box is set to grow automatically and it contains the following: =[Field11] & Chr$(13) & [Field12] & &quot; &quot; & [Field13] & &quot; &quot; & [Field14] However the Chr$(13) doesn't force...
  19. modalman

    Creating Stationary in OE

    Hi, I've saved an HTML file in the stationary folder along with its images. However each time I use the stationary on an email it seems that OE strips out any HTML that is within the body tag. Does anyone know how to overcome this? Many thanks in advance. ASCII silly question, get a silly ANSI
  20. modalman

    Re-installing windows 98 se

    Hi, I have a PC with windows 98se installed. Its not running correctly though so I need to re-install it. Is there a way of doing this without loosing any of my files? (I have the full windows 98se on disc, not an upgrade in case thats important.) Many thanks in advance. ASCII silly question...

Part and Inventory Search

Back
Top