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

    XP SP2 IE6 relative URL's not working

    Thanks in advance for any advice given. We have an intranet that we have developed and used for many years succesfully using Windows 2000 and IE 6. Group IT have now upgraded our computers to Windows XP SP2 with IE 6 SP2. Not all the links in the documents are working. When hovering over a link...
  2. Luther1978

    Win32 Apache 2

    Thanks in advance, I have tried to install numerous versions of the Apache web server on various laptops of my organisation. Everytime I try to install the installer gets as far as "Creating Shortcuts" and halts. I'm stuck. The systems are identical, Del D610 Laptops with 512mb RAM running...
  3. Luther1978

    Crystal Login to 2 Database's

    Using Visual Studio 2002 and Crystal I'm trying to build a report and interface which queries 2 databases, one on the SQL server and one local as an access database. All works fine if I just run the report and login in to the SQL database letting the nasty Crystal dialogue boxes do the job...
  4. Luther1978

    Max Numeric Value or Final

    I have one column which holds a payment type for works done. These payment types are Interims which can be many over the life of the order, or Final payments on completion of the works. The Interims are stored in the PayType field as I1, I2, I3 depending on the number of interims submitted...
  5. Luther1978

    Licensing for Win2K Server using MS SQL Server

    I'm looking to put a business case together in order to set up a web server for my organisations intranet. I'm trying hard to get my head around microsofts licensing plans. The intranet I'm looking to build will run from a database, Ideally MS SQL. Initially all should run from the one server...
  6. Luther1978

    Apache install Problems Windows 2000

    I've spent a long time struggling with the install for Apache 2.0.54 on my Dell 610 laptop. The install program gets to the stage where it is installing shortcuts, and then healts there. I have tried different downloads of the MSI file and earlier versions, all seem to get stuck at the same...
  7. Luther1978

    SQL View using Function Returns only the First Char

    I'm in the process of writing a Function to be used in a view, After many atempts I simplified the fucntio to this: CREATE FUNCTION FindWeekNo (@StartDate as datetime) RETURNS char AS BEGIN DECLARE @temp as char SET @TEmp = 'Hello' RETURN @Temp END My problem is whatever function I use in...
  8. Luther1978

    Time parameter Issue

    I'm passing an SQL String into another Stored procedure, everything is working great until I add the date parameters. After much fiddling and lots of trawling the Internet I found the means to convert the date parameters and pass them onto the other Stored Procedure without error. The result was...
  9. Luther1978

    XP Pro Missing Network Adapter but network still works.

    On wanting to set a static IP on for my computer on my network I went to change the network connections settings only to find my network adapter had gone Awol, although all network facilities still work. So I tried to re-install the drivers. No network card found. Network setup wizard can't...
  10. Luther1978

    How do I lock Subform DataSheet Columns (access97)

    G'day All, I'm building a datbase to be roled out to multiple users. On many of the forms I am displaying information in a subform as a datasheet. When I enter information onto these forms I can't help but occasionally adjust the sizes of the columns in my subforms. Does anyone know of a way to...
  11. Luther1978

    Linux (Mandrake 10) Internet Connection Sharing

    I've recently put together a small server for use at home to share the Broadband connection in place of the existing windows XP computer that is doing the job at present. I have 2 ethernet cards in the server (Which is running the official release of Mandrake 10.0), eth0 is a realtek 10 base...
  12. Luther1978

    Windows 2000 Printing to Networked Printer Slows whole PC

    I have a printer that is connected locally to a PC. This is shared on the network using MS File and printer sharing. 5 Computers connect to this computer in order to use the printer. 4 Work fine, however one computer that I want to make use of this printer takes a long time to print to said...
  13. Luther1978

    Trouble using parameterfields with Crystal reports.net

    Other Threads suggest using the ParameterFields (i.e. Thread 796-811936) But I can't seem to simply create a parameterfields using Dim ParameterFields As ParameterFields Am I missing something fundamently basic? my code: Sub Open_CrystalViewer_STD(ByVal ReportName As String, ByVal...
  14. Luther1978

    New to VS .Net - Application deployment missing keycodeV2.dll

    I'm looking to use VS.Net to view Crystal Reports(Ver 9). On my first play with .NET I was happy to see how easy it was to create a form that viewed a crystal report on my computer. All went like a dream until I packaged it up to install on another computer. After packaging up, installing the...
  15. Luther1978

    SubTotals from subform

    I have a subform based on a query. On this subfrom there is a column that contains a string which can be one of 3 values. "In Time", "Overdue" or "Pending" On my Parent Form, I have a text box that I want to display the amount of Entries that are...
  16. Luther1978

    Auto Update of Cells linked to other workbook - Excel

    I have created a workbook in Excel 97, and have 3 sheets within it that take values from another set of workbooks. I have linked all the workbooks to their correct file locations and on opening the parent workbook excel asks me if I want to update the information. OK I say. None of the cells...
  17. Luther1978

    Excel Graph Question

    I'm looking to produce a bar chart with which the y axis holds a count of problems logged. The x axis holds 10 Areas that my organisation covers. For each problem that comes in, they are either resolved in time or out of time, which I have detailed as a percentage. I want to be able to put...
  18. Luther1978

    Exporting From Access to an Existing Excel Sheet.

    I have a button on my Form in access that allows me to save my query result to an excel file. I make lots of queries to put into a Workbook to graph at the end. Is there any way that each query I make could be added to one file as a new worksheet. Ab better solution still would be that I...
  19. Luther1978

    Security Permissions

    I have a personnel Database, in which I hold a pay frequency field for each employee ("weekly" or "monthly"). I have set up a group permissions for a weekly set of users and a monthly set of users. I want the users who are a member of the weekly group only to be able to see...
  20. Luther1978

    Multiple List Box.

    Now that I've seen on the MS Samples DB that a Multiple Selection list box is available. I want one. I think it would solve many of my problems. I've investigated the Developer Solution DB and have drawn a blank further than setting the Properties-Other-Multi Select to Simple/Extended. This...

Part and Inventory Search

Back
Top