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??
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...
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...
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 :=...
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...
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...
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...
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?
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?
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'.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.