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 SkipVought 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
  • Order by date
  1. WJProctor

    Updates

    Is there a way i can download the updates as a file and then put them in a shared folder for other users to visit and pic up the new updates? James Proctor http://www.ebmis.co.uk
  2. 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
  3. 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...
  4. WJProctor

    Import + Export Problems

    Well im just using the import data feature on MSSQL Enterprize manager. Shouldnt i be using this? James Proctor http://www.ebmis.co.uk
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. WJProctor

    Expiry Date Question

    Thanks for that, not 100% sure thats what i mean. I should have written it more like this. If Year(ExpiryDate) >= TodayYear Then If Month(ExpiryDate) > TodayMonth Then Return Row End If End If If there a way that this can be written into a select statement. At the moment i...
  10. 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...
  11. 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...
  12. 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
  13. WJProctor

    Collection Problem

    Thought id post the code, than maybe someone can help me out. I hope some one can. Public Class ClassKit Inherits System.Collections.CollectionBase Public Sub AddDrug(ByVal NewDrug As ClassDrug) List.Add(NewDrug) End Sub Public Sub RemoveDrug(ByVal Index As Integer)...
  14. WJProctor

    Collection Problem

    Just a standard VB.net collection. It doesnt matter though, any index i choose always returns the last item added. It must not be creating the list correctly or something. Anymore help would be great Cheers James Proctor http://www.ebmis.co.uk
  15. 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...
  16. 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...
  17. 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
  18. 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
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top