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

    How can I view the raw text of a message in Outlook

    Hi, I need to be able to view the complete raw text of a message, including the headers, body and any attachments. Outlook Express offers the ability to do that by clicking on File/Properties/Details/Message Source. However, as far as I can see Outlook 2003 only allows you to see message...
  2. dougconran

    Problem displaying data in an IFRAME

    Hi, I have Apache 2.0.43 running on a server connect to the internet and Apache 2.0.48 on my PC both versions are running under Linux 2.4 I'm using the Firefox (1.5) browser and when viewing a web page that is exactly the same on both the internet and local servers I can see the data in an...
  3. dougconran

    Is my mail server an open relay (I hope not)

    I always seem to have a number of messages in my out queue purporting to come from me which I know I've not sent, does this mean that my mail server is an open relay? I'm adding some output from the mailq command plus part of my main.cf file below. We have very few real users on the system...
  4. dougconran

    Help passing Cookie value from script to Browser

    I need to automate a login (with the site's permission!) to a menu page, drill down from that menu page to a detail page and display that page on a user's browser. The detail page then has links to further information on the same server that the user may wish to access. I've managed to get as...
  5. dougconran

    Can I use an old power supply on my new laptop?

    Hi, I have a new (last year) IBM X31 laptop which has replaced and earlier model IBM Thinkpad. Can you use the power supply from the previous machine on the new one so that I have a backup for home? What are the numbers that I should be checking and what sort of tolerance would be acceptable...
  6. dougconran

    Cannot display null dates in Crystal Reports

    I am using the version of Crystal Reports that comes with Visual Studio 2003 which I think is v9. I have a table in an access database (Jet 4.0) which has 4 records one of which has a date in a date column the others are blank. I cannot display the 3 records with the blank date cells. I've...
  7. dougconran

    Help! - Problem running apps in debug

    I have a problem running any applications within the IDE. Suddenly I have lost the ability to run an application from within the IDE. When I click on the 'Run' icon (whether it is set to run in Debug or Release) the application will compile but then hangs when the IDE tries to start it. I get...
  8. dougconran

    How can I access a Dataset from 2 different foms

    How can I read data in a dataset (created using the Data Adapter Wizard) declared in another form? I am using the Data Adapter Wizard to set up a connection to an Access database, one table of which I then display in a DataGrid. This DataGrid serves 2 purposes (1) to provide a means of...
  9. dougconran

    How can I determine a cell value in the Paint override?

    Within the Paint Override of a textbox column for a datagrid how can I determine the value in a different cell in the same row? ie I'm using paint override to colour a cell depending on its value but I only want to change the colour if the value in the target cell is below a certain amount AND...
  10. dougconran

    Can I do this with a DataGrid

    I want to be able to display data from an Access table in a tabular form using a DataGrid but I also want to include a checkbox for each row which is not a part of the underlying table. Essentially, this is so that the user can multi-select (and see that he has selected) a number of rows. My...
  11. dougconran

    Urgent!! - Error 20534 when running Crystal Report

    I get an error 'Run-time error 20534 error detected by database DLL' when I try and run a Crystal Report as part of a deployed application on a new PC with windows XP home. This works fine on the development PC running windows XP professional. I am using VB6 and Crystal Reports 4.6 I've...
  12. dougconran

    Using SQL to access data in a datagrid

    I'm sure there is an easy answer here but I just can't find it. I have an Ascii file of data that I load into a datagrid using VB .net oledb tools. What I want to be able to do is execute SQL commands on the data in the dataset that feeds the datagrid but I can't work out how. I can load data...
  13. dougconran

    Peculiar Mainmenu behaviour

    I have 2 Compact Framework applications (well one and the second one just started) on both of which I use the mainmenu control. On the first app the menubar appears at the top of the screen, on the second it appears on the bottom of the screen. These are 2 apps of a suite and the menubar...
  14. dougconran

    Binding Events to a Datagrid Column

    I need to change the text displayed in a datagrid at the time of display. I found an excellent articale at http://www.codeproject.com/vb/net/databindingconcepts.asp explaining how I can do this by creating a binding event and then making the change within the binding_Format event...
  15. dougconran

    Is there a way of detecting background color of a datagrid cell

    Is there a way of detecting the background color of a datagrid cell set by the overloaded paint procedure? TIA Doug
  16. dougconran

    Setting Bool column to Yes/No in datagrid

    Does anyone know how to force a boolean column to Yes/No? I'm using a datagidtablestyle to define the boolean column which defaults to a checkbox. However, if I use boolcol.falsevalue = "No" and boolcol.truevalue = "Yes" all I get is the checkbox greyed out. If I leave it as a textboxcolumn...
  17. dougconran

    Compact Framework combobox killer problem

    Does anyone know of a way of forcing a combobox in compact framework to accept text typed in rather than just selected from the dropdown list. I've tried changing the dropdownstyle but only get the one option which is dropdownlist (which restricts you to only those values in the list). I'm...
  18. dougconran

    resizing datagrid columns (again!)

    I need to be able to take data from a file and display it in a datagrid. However, like others before me, I'm having problems with resizing some columns. Although, using no tablestyle, I can get the data to display the columns are too narrow and so the data wraps onto a second line and becomes...
  19. dougconran

    Display Text vertically on a Button

    Is there any way of displaying text vertically rather than horizontally on a button. ie: S A V E instead of SAVE. In VB6 you can do this by separating each character with a space, I guess wraparound then kicks in and wraps the word, effectively, vertically. This doesn't work in .Net (Compact...
  20. dougconran

    Problem when adding rows to table on the fly

    I have a web page application that requires me to add rows to a table on the fly (it is a fairly standard one to many application). I don't have a problem controlling the adding of the table rows but one of the cells is a date field and I want to (a) make it readonly and (b) use a date picker...

Part and Inventory Search

Back
Top