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

    Word Automation - Multiple Tables

    Hi, I have a wierd issue with tables when using word automation in vb.net. I have the following code Imports word = Microsoft.Office.Interop.Word Public Class frmMain Private Sub cmdSettings_Click(sender As Object, e As EventArgs) Handles cmdSettings.Click frmSettings.Show(Me)...
  2. gpalmer711

    More Datagrid woes :(

    Hi All, I'm sure this is something really simple but I am about to pull my hair out over this. ASP.NET - VB as Language I have a DataGrid added to a form at design time. At runtime I want to retrieve some data from a database and then add a few columns with either textboxes or drop down...
  3. gpalmer711

    More Datagrid woes :(

    Hi All, I'm sure this is something really simple but I am about to pull my hair out over this. ASP.NET - VB as Language I have a DataGrid added to a form at design time. At runtime I want to retrieve some data from a database and then add a few columns with either textboxes or drop down...
  4. gpalmer711

    Help with DataGrid

    I apologise is this is a stupid question but i've been googling for ages and cannot seem to get my head around this, if someone could point me in the right direction I would really appreciate it. Here is the situation; I am currently developing a Leaderboard Website for a Xbox site as a free...
  5. gpalmer711

    Dealing with a file that does not exist

    Hi All, I'm developing a site at the moment which in effect will be a simple image hosting site. I will be creating the images using some asp.net code (System.Net.Graphics) and these images will be updated every 30 minutes. This all works fine, however What i now need to do is factor in times...
  6. gpalmer711

    Return Value from Function

    This seems to be something that should be easy - however i've been googling this for ages and cannot find anything similar. This is a continuation of thread183-1338691 I'm now trying to add another feature which will basically calculate whether the venue is open or not. I have this working...
  7. gpalmer711

    Who'd be Bill Gates/Microsoft?

    I've been running the Final Version of Vista Ultimate on my Main business PC for a couple of months now. Before that i'd be using the beta versions on a spare machine, I had been doing that for the best part of a couple of years. Now if I, as a normal(well as normal as I get) person of the...
  8. gpalmer711

    Dynamically Create DataLists

    Hi All, I've been working on a Project recently which is basically a website for venues(food) to be listed on and display their menus. The project is almost finished now and all the code is working perfectly, partially thanks to some help received here. However there is one aspect of the site...
  9. gpalmer711

    Perform Calculation in Query

    Hi All, I'm developing a site in ASP.Net using SQL Server 2005. It is basically a site for hosting the details of certain venues which people can search for. I'm currently implementing a feature that will allow people to search for venues that are within a certain distance of their location...
  10. gpalmer711

    SQL Query and Calculations

    Hi All, I wasn't sure whether this should have gone in the SQL group or this one so if you think i'm in the wrong place let me know. I have a asp.net site that is basically a site for hosting the details of certain venues which people can search for. I'm currently implementing a feature that...
  11. gpalmer711

    Trouble moving from Tables based layout

    Hi All, Over the last few weeks I have been trying to move our existing and new sites from using Tables to totally CSS based designs. On the whole i've managed to do this without problems. However I'm now working on a site that was using nested tables. The site basically comprises of a header...
  12. gpalmer711

    Background-Image not repeating in FF

    Hi All, I'm trying to do a new site for vista and have most of the content ready. However I am having a problem getting the site to layout ready in FireFox. Site URL is http://www.vistahelp.co.uk/vista1/default.aspx Main Page Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  13. gpalmer711

    Dummies XML Document

    Hi All, I've done some basic work with XML in the past. However i'm now needing to work with some more complex XML documents. For example it will contain the same Node names at different levels. I really need to find a basic site or document that will explain to me how to navigate XML...
  14. gpalmer711

    Create link based on TextBox

    Hi all, What I would like to do is have a text box and an image on a page, preferably not in a form. When the image is clicked then another page loads. The page that loads would have a querystring that contains the contents of the textbox. For Example...
  15. gpalmer711

    Noob question on Functions

    Hi All, Sorry if this is a little basic but I am quite new to PHP. I'm currently trying to make a custom front page for a clients phpBB forum and am going through the PHP code and using what I need. I have the code working as I want it to, but now i'm trying to streamline the page so that it...
  16. gpalmer711

    Slow Application - Would like to improve.

    Hi Guys and Gals, This post is a little long winded so I apologise now, however I thought that it was important to give you the full situation. I am currently writing an application in VB6. My client does a lot of selling via Amazon and wants to also have their own website to sell things from...
  17. gpalmer711

    Records Affected problem

    I am having some problems with some ASP code, which was working fine before I went to bed last night. However it is now not working and I don't remember changing anything. Dim objRS,objConn,strID,strProduct Set objRS = Server.CreateObject("ADODB.Recordset") set objConn =...
  18. gpalmer711

    Receiving Mail

    Hi All, We have a Server 2003 and Exchange Server 2003 configuration here in the office. For email we generally use a external ISP and use a pop3 connector. However some monkey in the office has ordered a new domain and did not include hosted mail services. Now the boss is not prepared to...
  19. gpalmer711

    Collision Problem

    Hi Guys and Gals, I have a little problem overcoming a collison problem. I have an animation that basically makes some molecules float around the screen. When they hit into each other they morph into another ion. This all works fine. However if one molecule hits another molecule while it is...
  20. gpalmer711

    Printing Data onto 2 pages

    Hi Guys, I am developing a Property website at the moment. It is basically an access backend (I Know not ideal but it's what the client wanted), with asp pages to retrieve the properties. Part of the site needs to be printer friendly pages for the customers to print out copies of the...

Part and Inventory Search

Back
Top