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 TouchToneTommy 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
  • Content: Threads
  • 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

    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 :=...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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 -...
  10. 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
  11. minckle

    Adding Image button to Datagrid

    I have a datagird on my webpage containing a list of companies. I want the user to click on a button withon the grid which will then show up the detail of the company. I realise i can use a select button, but ideally i would want a button with an image inside it, i.e. a question mark or...
  12. minckle

    Finding First Monday of Month

    Hi im using Delphi v5, writing an app for appoinment reminders 1 typical reminder is for a Meeting on the Second Tuesday of every Month. So how do i check if todays date is - the second tuesday of the current month??? thanks
  13. minckle

    Goto Control

    is it possible in .Net to go to a certain control. In Access its called SetFocus or Goto Control, is there this type of command in .Net
  14. minckle

    Layout problem

    Hi im trying to re-write an application we use at work using .Net. The app is currently written in Access. Bascially its a search facility to find different agencies. Currently, the main search form has each letter of the alphabet and next to each one there are two dropdown lists, 1 containing...
  15. minckle

    Tab Index Problem

    Ive got a problem with the tab index. I realise you can change the properity 'Tab Index' in .Net, but things arent going to plan. All my controls (textboxes etc) are in seperate rows/columns in html tables on the page. Is the Tab Index only work within the individual cells in the tables???
  16. minckle

    adding a maquee at runtime

    Ive got a marquee on my webpage, ideally i want to display the contents off a db field. I can get the field into a string in my app, but how do i go about using this string in the marquee. im getting the string using vb/server-side code is it possible??? and if so, how???
  17. minckle

    .Net Examples

    Hi, Where is the best place to go for web based .net examples???? mainly database ones. Ive had a look on microsoft but theres only a couple of web based examples. Is there a way to have what i would call a continous form (Im coming from MS Access). i.e you are displaying updatable records from...
  18. minckle

    Problem with Port forwarding

    Hi, I have A Linksys Wireless G ADSL Gateway - (WAG54G) A laptop - Toshiba Tekra A4 - Win XP Pro SP2. A Standard Desktop - Win 2000 Server SP4 all connected to a home network. Ive set up port forwarding to the Desktop e.g Port 80 - HTTP Port 21 - FTP Port 3389 -...
  19. minckle

    Local Security Settings - Error

    Im using Windows 2000 Server When i look at 'Local Security Seetings' - 'Local Policies' - 'User Rights Assignment' I get the following Error saying 'Windows cannot read the template information' Can anyone help?? Thanks
  20. minckle

    Problem connecting to machine from xp

    Hi, I've got a home computer with windows server 2000 on and a laptop with Win Xp Pro on. the 2000 machine is on Workgroup 'MSHOME' the sanme as the Xp machine, but the dont seem to be able to see each other the 2000 machine doesnt get a responce when u ping the xp machine. but the xp machine...

Part and Inventory Search

Back
Top