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!

Search results for query: *

  • Users: bearsite4
  • Content: Threads
  • Order by date
  1. bearsite4

    Form submission with mailto

    I'm trying to create a form that sends of an e-mail with a mailto target. I've followed everything in the example tutorial. Anyway, Outlook keeps popping up but I was hoping that the e-mail sending would be seamless. So I basically want a way to stop Outlook from opening. Any hints on...
  2. bearsite4

    Netscape Javascript Error Notice

    How do I know when there's a js error with Netscape. IE has that little sign in the status bar. When you click on it it also gives you details of the error making debuggin easier. Does N6.1 also have something like this?
  3. bearsite4

    Anyone got the D6 Personal license.txt?

    I know it's a stupid thing to do, but I deleted the license file when I was running a bit low on disk space. Now I want to give out my application which is dynamically compiled but I'm not sure about the licensing of redistributing the vcl.bpl, rtl.bpl and such. I've tried searching for the...
  4. bearsite4

    My program remembers the height and

    My program remembers the height and width of the program when it exits so it can restore it later. The window starts at a default x by y say, then it correctly changes to the user's previous dimension p by q. All's going well until the breakpoint at Application.Run. After that one innocent...
  5. bearsite4

    Clarify a concept

    I remember reading that with parameters are passed: 1. value for primitives, strings and one other 2. reference for objects So, generally with constructors, you should do an assign if it takes any object parameters to prevent corruption of your object. Is this correct?
  6. bearsite4

    ActiveX

    I'm using the Internet Explorer activex. I was wondering if even those who don't have ie installed will be able to use it.
  7. bearsite4

    Drag and drop

    Does anyone know how to implement drag and drop not only within an application. For instace, if my application and explorer was open, and I dropped an image or text file (for example) from explorer onto my app I want the app to open the image/text file. Can anyone help?
  8. bearsite4

    Hi, I occasionally dabble in Javasc

    Hi, I occasionally dabble in Javascript and I've run into a problem. I've got an onMouseOver and onMouseOut event handler for my images. The problem is that the mouseover doesn't work with Netscape (6 or 4.x). It works with IE and Opera though. Does anyone know what might be the problem? Do...
  9. bearsite4

    Character Set

    I was wondering if anyone knew where I could get a table of the character set richedit components use. It's not ascii for sure. When I call the keyup method it seems to be using some weird character set.
  10. bearsite4

    Help with function

    I'm trying to write a function that returns the line and column number the cursor is on in a richedit/memo component. As far as I know, there isn't any fields that keep a record of this. However, my function is designed to be called repeatedly and as it stands it's far too slow. Can anyone...
  11. bearsite4

    Installing components

    I'm having a bit of trouble installing new components. First of all, as an aside I'm a bit new to this component installation so should I install it to a new library (or whatever it's called) instead of the dcdlxxx? Now my problem is that the component writers have supplied me with 1 main pas...
  12. bearsite4

    Find/Replace components

    I'm looking for a find and replace components of the text editing variety. Ideally, I'm hoping that I can just connect it to the RichEdit component and it will automatically do all the work so I don't have to do any extra code. Does anyone know where I can find one?
  13. bearsite4

    When do form.close and Application.terminate really close?

    I've been using these 2 functions quite a bit and I'm not sure how they work. Intuition would have it that they close the form or the app exactly where they are called. However, I've noticed that sometimes the statements after it in the procedure are executed before the app terminates and even...
  14. bearsite4

    EAccessViolation

    Hi, Nice to see you here Svanels- a familiar 'face' as it were. I'm writing a simple program at the moment and I'm getting annoying EAccessViolation's that I don't know how to fix. This occurs when I'm trying to read or write to one of my class variables. Now here's a skeleton of my code...

Part and Inventory Search

Back
Top