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

    Here's one for a real genius......Escom

    Hello I have an 'OLD' Escom PC which I'm donating to a local charity. It has an Intel P100 with 1GB HDD and 24MB RAM. It had Win 95 initially now Win 98SE. I want to increase the RAM (EDO) as they will be viewing scanned pictures. My problem is I don't know what the maximum allowable RAM is...
  2. keithinuk

    How to select records not included in relationship

    Hello I have a simple Access 2003 database with 4 tables in it. Three of them ('distributor', 'category' & 'manufacturer') are related to the other ('linkage') by one to many relationships based on the primary keys. The theory is that a distributor supplies certain categories of products and...
  3. keithinuk

    Save email to a shared folder - possible ???

    Hello We share a lot of info with our colleagues but we also have classified info which must not be seen. We tried using a generic mailbox and forwarding the relevant mail but it didn't work as we would have liked it to. I was considering saving email (from Notes 6.5) into a shared folder for...
  4. keithinuk

    Dell Inspiron 5000e V. dark screen

    A couple of days ago I switched on and the screen on my laptop appeared to be black. Fans, CD, HDD all functioned as normal. I suddenly realised that the screen wasn't black just very dark as if somebody had turned down brightness and contrast. If I shine a strong light on the screen I can see...
  5. keithinuk

    McAfee virus scan 8.0 will not install XP Home

    Hello This has also been posted in the Network Associates forum. I've just upgraded from 98se to XP Home and have tried to reinstall virus scan. A basic install didn't work so I changed the compatibility to NT (not supported) and then 2000 (install error with no useful explanation). There is...
  6. keithinuk

    Virus scan 2004 8.0 - XP home installation problem

    Hello I've just upgraded from 98se to XP Home and have tried to reinstall virus scan. A basic install didn't work so I changed the compatibility to NT (not supported) and then 2000 (install error with no useful explanation). There is no reference to XP which 8.0 is supposed to be okay with. I'm...
  7. keithinuk

    Best bet and keyword usage in search ????

    Hello Does anybody know how the best bet words and key words are used by search please ??? Are they both included in the search criteria or are the best bet words referenced when the results are returned ??? Also, does anybody have any good links to Sharepoint sites which are a bit more 'new'...
  8. keithinuk

    Quicklaunch toolbar has GONE !!!

    Hello Somehow the quicklaunch toolbar has GONE from my OS (Win98SE). When I right-click the task bar and select 'Toolbars' then 'Quick Launch' I get an error message saying Cannot create toolbar for '' Any advice please apart from don't give up the day job !!!! Keith In case I forget...
  9. keithinuk

    Browse servers dialogue

    I'm trying to provide a server lookup dialgue for my users at login time so they can select a specific instance of SQL server 2000. When I sign in to SQL Query Analyzer I get the sort of dialogue I'm aiming for by clicking the elipsis buttom ([...]). Can somebody point me in the right direction...
  10. keithinuk

    Cannot replicate from (LOCAL) server on laptop

    Hello I've been building a SQL2000 database on my laptop. I've now reached the point where I want to make it available to other members of the team. Unfortunately, SQL won't let me replicate to our main server (which is what they will be using) because my laptop is registered as (LOCAL). Can...
  11. keithinuk

    Storing NULL value ?????

    Hello I'm trying to store a null value in a column defined as Int32 with nulls allowed. I'm using SQL 2000 and VB.net. NULL is not valid in .net so I've tried the following in my SQL - System.DBNull.Value - NullValue where NullValue is defined as Public NullValue As System.DBNull =...
  12. keithinuk

    Numeric only handling ????

    Hello Just a quickie (I hope). I've got a range of numeric only text boxes which I'm trying to handle. I can track which keys are pressed in the Keypress event but can't suppress none numeric and navigational key strokes. In earlier VB I set the key stroke to zero and nothing was entered...
  13. keithinuk

    SQLConnection advice required (VB.net)

    Hello I'm trying to determine best practice regarding connection to my SQL2000 database from a 3-tier application with a minimal user base. By minimal I mean anything from 1 to 5 users. Largest clients may have about 20 users. At the moment I open a connection at signon time and it is active...
  14. keithinuk

    Annoying compile error........

    Hello I'm getting the error message below when compiling a class library which has references to other projects (DLLs). I can understand why the message appears (different assembly versions) but it doesn't happen all the time. To overcome it I have to delete all the DLLs referenced in my...
  15. keithinuk

    Which solution or assembly ??????

    Hello I have a multi-project solution which has a 'Signon' project included. This has been set as the startup project. For info. 'Signon' will be used in numerous other solutions. The main menu on the MDI container will be set by 'Signon' depending on which solution it is included in. I have...
  16. keithinuk

    Creating new event handlers ????

    Hello In VB3 (yes I'm that old) if you wanted to create a new event on a form, for example, all you had to do was click a combo at the top of the code window and choose your event. You were presented with the relevant 'Private Sub .....' etc and it gave you the correct signature. In .net if I...
  17. keithinuk

    How can I tell if a user is already logged into SQL 2000

    Hello I'm trying to find out if a user is already logged into SQL 2000 from another, or the same, terminal when they attempt to login. My application will allow specific users multiple logins. I've browsed SP_ and books online but can't find anything specific. Any ideas please ???? Thanks Keith...
  18. keithinuk

    Elapsed time counter

    Hello I've been asked to show the elapsed time since application initiation on my MDI form. Has anybody done this ??? I've looked at a lot of date/time functions and can't see a way to do it. I know it's probably simple but I haven't found the solution yet. Thank you Keith In case I forget to...
  19. keithinuk

    Toolbar images missing ???

    Hello I have an MDI form with a toolbar on it. I've added an imagelist control to the form and added icons. I've assigned the icons to the buttons. In the IDE everything looks ok. When I run the application the images do not appear. I've tried setting the colourdepth to 4, 8, 16, 24 and 32 bit...
  20. keithinuk

    Debug - There is no source code available for the current location

    Hello I'm getting the above message whenever I try to debug using Ctrl/Break. It's only just started to be a problem and I haven't conciously changed anything in the IDE. If I set a breakpoint and F5 it skips over the breakpoint. I can't even step directly into the code from the IDE by pressing...

Part and Inventory Search

Back
Top