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

    Ageing Microsoft Access Software Developer seeks help

    Admin, if you think this is inappropriate, my apologies; please remove. As I am an old Tek-tips member, I am hoping this post is ok. I have been running my own software development small business for some time. Due to health related problems, I need to wind back, and am looking for an...
  2. Steve101

    Passthrough Queries and Parameters; Changing Querydefs and Multi-usability

    I have an access application connecting to a SQL database, mostly using ODBC connected linked tables. For performance reasons I also want to use Pass through queries which for complex queries will run much faster. Trouble is, that I seem to need to modify querydefs in order to provide...
  3. Steve101

    Dynamic ADP Connection Problem

    I use code to modify the connection properties of an ADP project. Once set, these properties tend to "stick" to the ADP file, and a subsequent re-open of the project and look at the connection properties confirms this. This situation is fine, providing the connection exists, and can be made. I...
  4. Steve101

    Group String Concatenation

    I have a table with the following fields: Date City Category Value 01-Jan-07 London A 100 02-Jan-07 London A 150 03-Jan-07 London B 120 04-Jan-07 London A 100 05-Jan-07 London B...
  5. Steve101

    Break Key not responded to on new Computer

    This may be an operating system configuration problem, but I will pose it here as its manifesting when I attempt to run some VB code from Access. I am configuring a new computer (Sony VIAO) to replace an existing Dell I have. Both are running XP Professional. Both have been installed with...
  6. Steve101

    Citrix Service Provider

    I am looking at hosting a Microsoft Access application on a Citrix Server, so that I can provide remote access to it via a browser. There would be a limited user base (hopefully growing), but "reasonable" performance is important. I am looking for a hosting company that can provide me access to...
  7. Steve101

    Getting HTML Control Values back to Serverside script

    I am using some client side script to dynamically add rows to a table to simulate a datasheet where the number of rows can vary. This uses the Document Object Model. Inside the table cells, I am adding HTML Text INPUT controls. Here are my questions: (a) The existing form that I am using has...
  8. Steve101

    SQL Database Recovery Question

    I have been been asked to perform the recovery of a database as a disaster recovery exercise. I have recovered an MDF file taken at the end of last week called MyDataBase.MDF, which represents the full backup taken at this time. I have also recovered an LDF file taken on Tuesday evening...
  9. Steve101

    Determine Last Updated Date on SQL Database

    We are looking at decommissioning a SQL Server computer, and need to know when a number of databases on it were last accessed and/or changed. Not too particular about which tables in the database were impacted; only when the database itself was changed. Does such meta data exist in any of the...
  10. Steve101

    Blank Page whilst new page loads

    Hi, When I load a new page on my web site, the contents of the existing page are removed (i.e. a blank screen is displayed) whilst the new page is 'fetched' and loaded. This can mean that the user ends up starting at a blank page) until the new page is rendered. Is there a way in...
  11. Steve101

    Access TextBox Dynamically

    am sure that the answer to this is quite simple, but I am just not seeing it: I have a number of text controls on a web page; for example: Whilst I can happily reference these individually; for example: I have not been able to figure how I can reference these controls programmatically. For...
  12. Steve101

    Reference ASP:Text Controls Programmatically

    I am sure that the answer to this is quite simple, but I am just not seeing it: I have a number of text controls on a web page; for example: Whilst I can happily reference these individually; for example: I have not been able to figure how I can reference these controls programmatically. For...
  13. Steve101

    Problem updating simple Query using DetailView Control

    I have a DetailView control with Edit enabled. the SelectQuery for the SqlDataSource is built dynamically and looks something like this: The details of the above are probably not important; suffice to say, its a multi table construct because I want to include a number of read only lookup fields...
  14. Steve101

    Change x,y CoOrdinates of a Form Field

    Hi, Anyone know whether it is possible programattically to change the x and y co-ordinates of form fields (using JavaScript). I am currently using an old Acrobat Version 4, which doesnt seem to have x,y properties. Does version 5+ have this capability. I have an application which comprises...
  15. Steve101

    PDF - FDF Merge Question

    I have an application where I need to print off multiple Student certificates; the same template, but different student names and courses). Can I do this with a single PDF Form and a single FDF data file; ie. is it possible for the FDF specification to contain the multiple student details, and...
  16. Steve101

    FDF Data Merging causes Submit Button problem

    I have a PDF form with has an Import, Reset and Submit button on it. From within a browser, I can operate these three buttons correctly. The Import button triggers an ASP file with an associated FPF definition, and all works fine. What I want to do is have the PDF file open with the appropriate...
  17. Steve101

    Font Licencing Issue

    I am using a barcode font called USS39M, signed by an organisation called PageTech, and with a version date of 1995. As soon as I attempt to direct the output to a PDF file, I find that its impossible to embed the font, because of apparent licencing limitations. Does anyone know of a simple...
  18. Steve101

    Print a Text File using VBA

    Hi, My requirement is very simple. I have a text file, which I want to spool to a network printer. The file is actually an HTML file, and I want to programatically direct it to the default (or another) network printer. How do I do this from VBA in an Access2000 environment. I recognise that I...
  19. Steve101

    Very slow Visual Studio.net Startup

    Hi, When I start up my VS.net on my "carry around laptop", it starts up very quickly if I am not connected to a network; much, much slower if I am connected. By "not connected" I mean no cable connection AND no wireless card. Can anyone explain why I get this large delay, and if there is...
  20. Steve101

    Date Problem when Rehosting Site to new Server

    Hi, We have rehosted an Access database and ASP based web site (which connects to the database) to a new Server computer. The application is now having date problems. This is caused by the fact that on the new server, the locale of the regional settings are set to ENGLISH AUSTRALIA, as opposed...

Part and Inventory Search

Back
Top