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 SkipVought 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: minckle
  • Order by date
  1. minckle

    Displaying a Memo Field

    What is the best way of displaying a Memo field on a webpage??? Im trying to display a customer enquiry/complaint and then undreneath the response. Both of which are being retreived from a database. I've tried displaying it in a multi-line textbox but i'm not convinced. What would you suggest??
  2. minckle

    Problems sending Email using Indy

    Im trying to write an app that sends emails. I've download Indy I've got some settings from my work email providers, these settings work when using Outlook, but when sending email through my app, i seem to get inconsistent results. Some times it Times Out, some times it sends ok, and sometimes i...
  3. minckle

    connection problem

    Hi, yeh its the same database and also the same web server when i open IE on the server where the DB and the webserver is n goto 'Localhost/webpage1.asp' the connection works fine. but when i try it from another computer 'www.website.co.uk/webpage1.asp' i get the permissions error im using...
  4. minckle

    Help with richedit box

    How do i programatically add carriage returns to a richedit box?? Basically i want add to couple lines of text sepearted by a 'returns' richedit1.text := richedit1.text + //something to add a carriage return richedit1.text :=...
  5. minckle

    Problem with cRegistry

    hi, is cRegistry a pretty standard thing?, it must be registered with the app somewhere because when i " set abc = new " it show cRegistry as an option and it recognises the .AppName bit as well. When i look in Project/References cRegistry is not there unless its within a different named...
  6. minckle

    connection problem

    im creating an web app using standard asp. my connection string is as follows: Set conn = Server.CreateObject("ADODB.Connection") conn.Open "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=Q2A;Trusted_Connection=yes;" When i load the site via the localhost everything runs fine, but...
  7. minckle

    Problem with cRegistry

    Hi, I've benn given some code to have a look and try to fix if i can, but im pretty new vb. When i run the code i keep getting the below error. does anyone have any ideas? any help or advice welcome ***Error Runtime error 429 ActiveX component can't create object ***Bit of Code where i get...
  8. minckle

    Best way to send an email through Delphi

    Hi thanks I've got that working now, the only problem is - how do i convert what a users types into a RichText Editbox into HTML?? will there be a downladable convertor?
  9. minckle

    Best way to send an email through Delphi

    I've downloaded Indy and every thing seems to be working ok. The next stage would be to send a formatted email, i.e an email using different fonts/colours/sizes. Is this possible? I've changed the Content type to 'text/html' but it doesnt seem to work as easy as that. Any 1 got any thoughts?
  10. minckle

    Problem Connecting to Sql2000 using asp

    No luck im afraid. as soon as i use 'Trusted_Connection=yes;' its trying to use 'IUSR_MATT-LAPPY' for the username, but thats not the 1 i put in the code. Error: Login failed for user 'MATT-LAPPY\IUSR_MATT-LAPPY'.
  11. minckle

    Problem Connecting to Sql2000 using asp

    Hi im trying to connect an asp page to SQL Server(localhost), but i keep getting errors, and im a little bit stuck where to go from here. Not sure what details help decie whats wrong so i've pasted the code and error below. I can tell you that i can connect ok with a .Net application using the...
  12. minckle

    Best way to send an email through Delphi

    Hi thanks 4 your help I've installed Indy components, but when i run a example i get the following error. could you shed any light on where i am going wrong. Error: Project1.exe raised exception class EIdProtocolReplyError with message'5.7.1 Unable to relay for m.inckle@btinternet.com. Process...
  13. minckle

    Best way to send an email through Delphi

    I need to be able to send an email through Delphi with a couple of requirements. Im using Delphi v5. Requirement 1 - its important that the email is sent directly from delphi and does not load Outlook(or equivalent) in any way. Requirement 2 - No history of the email sent should be saved in...
  14. minckle

    Problem with ADO

    I've got MS Access 2003 installd on my computer i get an error when running the following code Code: Public Sub test() Set a = New ADODB.Connection End Sub Error msg: Runtime Error '429': ActiveX component can't create object Any 1 got any ideas??? Not sure if this helps - under...
  15. minckle

    Understanding an error in my code

    ok thanks for your advice
  16. minckle

    Understanding an error in my code

    Hi, I can give you the code, but dont know how much it will help as bits of it reply on other others of the app, But the code is below if you have any obvioius ideas. procedure GetNumberOfInMsgs; var qry: TQuery; qry1: TQuery; sMsgCount: string; begin // select -> insert query qry...
  17. minckle

    Understanding an error in my code

    I have written a piece of software in Delhpi v5 using MySQL as a backend database. Im writing errors to a standard text file. 99% of the time the app works fine, but every now and then i get the following error Error: Time - 05/01/2006 18:00:24, Procedure when errored -...
  18. minckle

    Working Out Someones Age

    By the way, Im using Delphi v5
  19. minckle

    Working Out Someones Age

    Is there a function/standard way of working out the age of someone if you know there Date of Birth?? if so, can you let me know where to find it?? thanks
  20. minckle

    Adding Image button to Datagrid

    can you give me some advice or website to help solve it??

Part and Inventory Search

Back
Top