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 Wanet Telecoms Ltd 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: croydon
  • Content: Threads
  • Order by date
  1. croydon

    Excel: disable password protection

    I have been given a Excel 2003 spreadsheet to support. This was originally developed in Excel 97. In Excel 2003 it requires a password when the workbook is opened. Apparently this was not the case in Excel 97 (I assume because of some Excel setting). Could somebody give me some guidance on how...
  2. croydon

    Browser Back button

    Could someone please tell me how I can simulate using the Back button in IE. I want to give users the option to go to the previous page, either to re-start with a clean selection or modify the existing selection (i.e. the Back button). From what I have read, the answer seems to be to use...
  3. croydon

    Back Button

    Could someone please tell me how I can simulate using the Back button in IE. I want to give users the option to go to the previous page, either to re-start with a clean selection or modify the existing selection (i.e. the Back button). From what I have read, the answer seems to be to use...
  4. croydon

    Pass thru query, SP and parameters

    I am working on an Access 2003 database with a SQL Server 2005 back end. I need to run a SQL Server Stored Procedure that requires one input parameter (to run a process) and an output parameter to show whether the process was successful. I have created the SP and pass thru query but I cannot...
  5. croydon

    Retrieving money values as integers

    I need to extract the dollar and cents portions of an amount as separate integer values. I can't find a method of doing this. Any assistance would be appreciated.
  6. croydon

    SQL Server record key

    I am working on an Access 2003 application where the data has been upsized to SQL Server 2005. I need to make a change to a form's processing when a new record is added. This requires inserting a record in a second table using the same key. The key for the original table is identity...
  7. croydon

    Restore seems to have stopped?

    I have been trying to use the SQL Server 2005 Restore function to install a copy of a database on to my PC. The .bak file is 29MB and when the Restore started, it quite quickly reached 50%. The dat and log files appear to have been built as they have stopped growing, but the function has...
  8. croydon

    Passing parameters between forms

    I'm a bit rusty with Access, but have an application to modify. I have two forms. One is unbound (form1) and has just a listbox (with a record key and description from table1) and a button. The other form (form2) is bound to table1 and has a textbox for each column of the table. On the...
  9. croydon

    Wrong page being displayed

    I have come across a problem today that is most bizarre...... I have been working on an ASP.NET application (VB.NET/VS.NET) that has around 16 webpages. The three pages involved in this problem are index-user.aspx, index-supervisor.aspx and approve.aspx. When the user logs-in...
  10. croydon

    Creating Com for use by Access/Excel

    I have been trying to create a Class Library that can be used by both VB.NET and Access 2003. For VB.NET, the dll lets me view the properties and functions as expected. The problem is with Access. I went through the documented process of creating a Com Callable Wrapper and created a tlb...
  11. croydon

    Windows Service and Process

    It is possible to run a Windows Service that runs another program using System.Diagnostics.Process.Start? I have tested this successfully as a Windows application but when I run the same code in a similar Windows Service it will not start the process. Any suggestions would be appreciated.
  12. croydon

    Displaying embedded characters

    I'm not sure that this is the right forum but... Does anybody know of a utility that would enable me to view the contents of a text file including any embedded characters such as carriage returns and line feeds? Obviously Wordpad and Notepad will display the text but not other characters in...
  13. croydon

    Registry Key exists?

    Is there a way to determine whether a specific registry key exists? I want to check whether the key exists, and if not create it. Thanks.
  14. croydon

    Session variable with Class

    I am changing an application that includes a public class. I am adding a session variable that will pass between forms and hold any error messages encountered. This works fine except when it accesses the class. Then the session contents are lost. I added a watch and when it enters the class I...
  15. croydon

    Session variable with Class

    I am changing an application that includes a public class. I am adding a session variable that will pass between forms and hold any error messages encountered. This works fine except when it accesses the class. Then the session contents are lost. I added a watch and when it enters the class I...
  16. croydon

    Formatting Money

    I am reading from a SQL Server table and displaying a money amount in a label on the webpage. I cannot get this to format correctly. For example I can see a record with a money amount of 1245.0000 but when I display this in the label I cannot get to to show as 1,245.00 Any assistance would...
  17. croydon

    Output from ftp 'ls' to file?

    I have a script that FTPs files to a remote server using the code below: Set objShell = CreateObject("WSCRIPT.SHELL") Set objFso = WScript.CreateObject("Scripting.FileSystemObject") Set myFile=objFso.CreateTextFile("c:\ftprun.txt", True) myFile.WriteLine "open " & strServer myFile.WriteLine...
  18. croydon

    Datagrid - Duplicate images

    I am using VS.NET to build an application that contains a DataGrid with a column showing images based on the path (text field) from a column in the database table (Jet 4.0). I used the Property Builder to format the DataGrid, then Edit Template (Item Template) and Data Bindings to attach the...
  19. croydon

    How to find the a file's last modified date

    How is it possible to find a file's last modified date without using FileSystemObject? I ask this because my program has to run on XP and Win98, and so far as I am aware FSO will not run on Win98. Any help would be appreciated.
  20. croydon

    Running a daily job from the Windows Scheduler

    I have read a number of threads concerning the Scheduler (including this which is quite detailed: http://www.tek-tips.com/viewthread.cfm?qid=794484), but I cannot see how to code my program to add a scheduled task to run at a specific time daily. Do I have to setup a task for each day of the...

Part and Inventory Search

Back
Top