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

    Updates

    Hi, I run 4 networked XP Pro machines at work and want to be able to download windows updates and norton updates only once and then allow the other machines to grab them from the main machine. Is this possible and if so how. Any ideas would be great. Regards James Proctor http://www.ebmis.co.uk
  2. WJProctor

    Printing from a class

    Hi there, Ive got a class which i use for alot of data storage in my program and id like to add a print routine to this class so that i can print out a formatted version of all the data. I just cant seem to work out how to create a document in the class and then link the preview and print...
  3. WJProctor

    Import + Export Problems

    Hi, Ive been importing some tables from one Server to another, but the problem is that when i do the tables do not get carried over exactly the same. For example it does not copy across that certain fields are key fields, and also it changes fields that were numeric to decimal ones. Why is this...
  4. WJProctor

    USer Created Borders

    Hi there, On a page ive drawn up a boarder id like to use as a page boarder but my problem is that i cant set it as a border. I i type anything in side the border then it all just moves down. How can i get it to sit behind and not move with text. Ive already set the images to be infront of...
  5. WJProctor

    VB.net and MSSQL Dates

    Hi there, im having such a carry on with dates. I have 2 tables, both which have a date coloumn in them. Set to datetime. When dates are inserted they seem to store in the same way. I.e. MM/DD/YYYY. When i read the dates back, one table works fine and returns 9/1/2004 if i then ask for the...
  6. WJProctor

    User Created Dialogs

    Hi there, how do i go about creating my own dialog box like a message box but one that i can create like a normal form. I want it to stop running other code until i have clicked OK or what ever. Hope someone can help me out. Regards James Proctor http://www.ebmis.co.uk
  7. WJProctor

    Expiry Date Question

    Hi there, i want to select from a database items that are out of date, by year and month. So i want to create a statement that looks for items that year value >= this year and then if this is true, it looks for items in those results that month value > this month. At the moment if we take todays...
  8. WJProctor

    Newbie Install Problems on 2.0.48

    Hi there, hope someone can help me out. Ive gone through the install process properly and got its all installed ok. How ever when i go to start the service, i get this error. .bin/apachectl: line 67 /usr/local/httpd-2.0.48/bin/httpd: No such file or directory. How do i correct this error. When...
  9. WJProctor

    Set Image to Nothing

    Hi at the moment i have an drawing.bitmap that i would like to set to nothing, but how is this possible. I know it sounds a daft question, but it makes alot of sense to me. Regards James Proctor http://www.ebmis.co.uk
  10. WJProctor

    Collection Problem

    Hi there, ive just written a class which for arguments sake is a box, which contains items. I have filled the box with items and using checks i have been able to see the correct items are going in, but then when i go Box.Item(1).ToString it always gives the last item that i entered what ever...
  11. WJProctor

    Class with in a class

    Hi there, im having a little problem. I have a class (Box) and a Class (Item). Obviously a box can have items. I would idealy like to be able to say: Box.Item(1).Name = Item1 Box.Item(2).Name = Item2 And so on. How would i code this, i cant seem to work it out, ive tried all sorts and run out...
  12. WJProctor

    Reset ID

    Ok i know it doesnt matter what the auto increment number is at, but is there a way i can reset so while testing my system, if i delete all the records i can keep it neet by starting at 0 again. Hope someone can help Regards James Proctor http://www.ebmis.co.uk
  13. WJProctor

    Dates

    Hi, i need to store a date in my database, but i want it to be in the format "MM/YYYY", how can i do this. If possible i would like to save it as a date type and not a string. Regards James Proctor http://www.ebmis.co.uk
  14. WJProctor

    Temp Tables

    HI there, it is accpetable to create tempary tables at run time which are created and deleted by the application, as and when needed. I thought i could do it because it would save having a read through an array of loaded data, and would speed up searches, but dont know if it is advisable. Hope...
  15. WJProctor

    Update

    Hi there, i have a list of rows in a database that all have a field in called deleted, this is set to 0 is the field is not delete and 1 if it is deleted. The point is that i would like to convert lets say 3 of the deleted rows to undeleted, how would i go about this. Hope someone can help JP...
  16. WJProctor

    String Problems

    Hi, im having a couple of problems with strings. When i use this code. Dim Data(numBytes) As Byte _Socket.Receive(Data) TempData = System.Text.ASCIIEncoding.ASCII.GetString(Data) The string it returns is always in this format "String and i cant understand why it is not in the format...
  17. WJProctor

    IP End Point

    Hi there, im trying to work on a socket program but stumbling across a number of problems and i cant work out whats going on. I want to be able to enter the IP adress in the format 0.0.0.0 but it keeps asking me to enter the ip in a long format when i try and use IPEndPoint can anyone help me...
  18. WJProctor

    MSSQL 2000 Installation

    Hi there, ive used MSSQL 7 for quite a while now, but for some reason 2000 has just baffled me. I cant even install it. When i try to install i get a msg saying "A strong SA password is required. Please use SAPWD switch to supply the same". What does this mean and what do i have to...
  19. WJProctor

    Page Orientation

    Hi there, I want to force the orientation of a page so that its landscape instead of portrate. Is this possible with vb.net or not? Thanks JP
  20. WJProctor

    Like Command

    Hi there, im writting a search facility on one on my programs, and i want the user to be able to search but not have to type on the full search value. I seem to think before ive used the like command, but its doesnt seem to work. Whats the actual syntax for this statement? Hope someone can help JP

Part and Inventory Search

Back
Top