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 TouchToneTommy 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: *

  1. DellHater

    Get web page to display

    Hi yes I did and found out it was my datasource that was the problem
  2. DellHater

    Get web page to display

    Hi First off I am complete novice to WAS .. v8.5.5.2 is being used ND version, I have created dmgr and 2 nodes. created a cluster on node 1 with 2JVMs SSL is not being used. All servers are running, node agents are running, nodes are synchronised, the appd are deployed but I still cannot see...
  3. DellHater

    Updating an existing SQL table with values from an excel spreadsheet

    Hi All I'm using SQL 2008, I need to update some existing values in a table and am trying to find a way to do it. I have exported the table using the wizard to an excel spreadsheet. On other tables I updated the excel sheet, deleted the existing table in SQl and then re-imported the excel into...
  4. DellHater

    Run time error 429

    Hi Having a run time error 429 when trying to log into an application that uses a SQL Server DB (SQL 2008) Been told to uninstall and re-install the app, tried 3 times (even on a clean VM Win 7) still get same problem. Any hints on how to trace what is causing the RunTime 429 error ActiveX...
  5. DellHater

    Calling COBOL from Java

    Hi Got a system we are looking to implement that will be written in java and then make calls to a suite of COBOL programs sitting in Unix. Anyone got any experience of this ? Any suggestions of how to call the COBOL modules ? cheers Steve
  6. DellHater

    Wireless not giving internet or sitting with acquiring address

    Yep Ben exactly the way I want to do it, but there is a shed load of data files that are in use on here and no idea what needs to be backed up. OR even if they have the Cds to reinstall everything that is on here. The JOYS !! I'll take the drivers off and re-install the NIC this evening and...
  7. DellHater

    Wireless not giving internet or sitting with acquiring address

    Hi Tim Yes I know that, I am using windows for both adapters, I was using the PMCIA as an alternative, not both at the same time. Even tried the netgear with its own software, I can connect, but no internet, or the ability to ping anything (which both work fine when wired) I am wondering if...
  8. DellHater

    Wireless not giving internet or sitting with acquiring address

    Hi having a look at a few laptops and get this problem. Its an acer aspire, if i use the internal card, it connects (well says it is) but I can access internet OR if I put a netgeat W511GT PMCIA card in it sits there acquiring net work address. Wired connection is fine Any ideas guys.....
  9. DellHater

    VLookup in vba for excel 2007

    ok, that works great, problem is now that my intended solution is not what they want. They want to insert the results of the look up in the 1st sheet. So to recap. a value (on sheet 1) has addition data items linked to it on sheet 2. The values from the sheet 2 need to be found and then...
  10. DellHater

    VLookup in vba for excel 2007

    nice one that works, how do I make the [D12] be the active cell instead ??
  11. DellHater

    VLookup in vba for excel 2007

    Hi I am having a mare! I need to do a VLook up in VBA, been scouring the web to see how to do it and nothing works. My latest attempt is Sub CommentAddOrEdit() Dim Result As String Sheets("Sheet1").Select ' Result = Str(Application.WorksheetFunction.VLookup(D12, Range("A20:B23")...
  12. DellHater

    Show values from another worksheet

    Cheers for that Skip, but its not that simple. I've come up with an idea and have been searching for a way to do it on the web but can't find anything as yet. Is this possible ? I've tried vlookup and this works, but i need to return more than one value. anything up to 15 values. Click a...
  13. DellHater

    Show values from another worksheet

    Hi Had a request from a colleague to do the following. We have an excel workbook with many sheets. Many of them are linked together, but not in the workbook. Basically, if you get a value on sheet 1, the actions to be taken for the value in sheet 1 are in sheet 2. They want the actions from...
  14. DellHater

    How to check if there is a document open in VBA Word 2003

    HI I have many word files that use a common macro, at the end of the macro I want to close the current document (if there is anything open). Sometimes there is a document to close, sometimes not. How do I check to see if there is anything open ? I've tried doing If len(activeDocument.path) <>...
  15. DellHater

    Replacing a defined number of characters

    Hi I am running a few macros in word and one of the manual edits I am looking to turn into vb is the following. out reports have PAGE : 101 i need to turn this into PAGExxNOx:xxxxxxx1 where x is a space. how can i find PAGE and then also look for the rest of the line to capture the...
  16. DellHater

    Problem opening file in Word 2003

    Hi One file i have to open each month is quite large, last month 236Meg but this opened no problem. This month the file is 266Meg and when I try to open it I get the attached message I have plenty of available ram as I have 4gig, running XP on a pentuim dual core CPU. Virtual memory is over 5 Gig
  17. DellHater

    Hard drive is not showing full size anymore

    thanks a lot for your help, i have a full size disk again now !
  18. DellHater

    Hard drive is not showing full size anymore

    the posts did mention merging, is that simply a case of deleting the partitions and then re-allocating ?
  19. DellHater

    Hard drive is not showing full size anymore

    sorted thanks a lot !!!!!!
  20. DellHater

    Hard drive is not showing full size anymore

    have just followed your link and checked atapi.sys version, by the looks of it i have the XP 64 bit version !!! how the hell did that happen ! as my system is 32 bit! will try and revert back to the 32 bit version

Part and Inventory Search

Back
Top