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. TheQuestioner

    htaccess static link containing ID in HTML page name to dynamic link

    I'm having problems with htaccess trying to process a static link into a dynamic link, where the variable value is embedded within the URL HTML page name. This is how a typical link should look: http://www.mywebsite.com/flux_capacitor_114.html Where flux_capacitor_ is the name of the widget...
  2. TheQuestioner

    Creating/distributing SQL database updates for client databases

    Dear SQL Server Overlords, I'm part of a development team that uses MSDE 2000 to manage the database for our software product. As with any software, we periodically update the front-end and back-end of our product to all of our clients. My problem is that I'm trying to find an easy way of...
  3. TheQuestioner

    Is Access XP/2002 compatible with SQL Server Express 2005?

    Hello friends of Access, As you may or may not be aware, Windows Vista will not be supported/compatible with MSDE 1 and MSDE 2000 - it's common knowledge. As a consquence, some of my apps will need to be re-worked to use SQL Server 2005 Express instead of MSDE. I'm currently using Access...
  4. TheQuestioner

    how to communicate between two VB Apps across the web using sockets?

    I seek advice from my fellow programmers. My company has written a quote system in VB with an Access MDB as the backend. Our system works across a standard LAN, with a VB front-end installed on each client machine, connecting to the same Access MDB backend, which is on the server. Management...
  5. TheQuestioner

    Resetting MSDE connection string to empty on startup

    I have created an ADE (comipiled ADP) application, that on startup, prompts the user for standard SQL Server (MSDE) connection details, if it cannot connect to the last used connection. My application will eventually be installed on various client environments. Each of these clients will...
  6. TheQuestioner

    Problem structuring SQL for combining 3 tables

    Hi I'm having a problem trying to create a SQL statement. I have 3 tables which are composed of:- tblDirectors ID Name ---------------- 1 Gorden 2 Alyx 3 Eli tblDirectorOfficeReferences ID IDDirector IDOffice Ref ------------------------------- 1 2 1 Test 156 2 2...
  7. TheQuestioner

    Variable scopes in Switch statements

    Greetings my fellow coding overlords. I have slight problem with a PHP page that I am currently coding. I'm trying to determine the value of a specific variable using the SWITCH statement, and then altering the value of this same variable within the SWITCH statement. However I can't seem to...
  8. TheQuestioner

    Problems installing GD Library for PHP on Windows XP

    I'm having a problem trying to get the GD library to work with PHP on my local machine. I'm using Windows XP with PHP 4.3.2 and Apache 1.3.33. I've look at the other threads and have tried their solutions, but it's still not working. I've changed PHP.INI (which is in C:\Program Files\Apache...
  9. TheQuestioner

    The future of ActiveX COM/DLL in VB.NET

    1. Does VBNET allows the usage of ActiveX COM objects that were originally created in VB6? Is there an equivalent replacement within the NET platform? Can this alternative be used to extend ASP NET web sites? 2. Is a VBNET compile application slower than the equivalent VB6 executable? 3. I...
  10. TheQuestioner

    Problem converting Access (SUM/GROUP BY) query into TSQL equivalent

    Hi All, I've recently upsized an Access 2000 database to an MSDE 1 SQL server database. I'm having problems with the following query:- SELECT tblProjectQuotes.IDProject, tblProjectQuoteTemplateItems.Name AS QuoteTemplateType, tblProjectQuoteItems.Value AS CostPriceTotal...
  11. TheQuestioner

    How do you set MS Visual Installer shortcut arguments?

    I've written an application using VB, Access, and several other dependent files. I can create a working MSI deployment package except that I cannot find a way of setting the following shorcut command argment for one of my shortcuts:- "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"...
  12. TheQuestioner

    Compacting a linked mdb through VBA code

    Does anyone know how to compact a linked/attached MDB from the front-end MDB by code? I've looked at all the threads on this site that mention compacting, but they all refer to the current database. Other than creating a standalone VB exe that invokes the ADO Compact MDB method, does anyone...
  13. TheQuestioner

    Simple SQL Grouping question

    I have an SQL question fellow developers. I have a three column table called [tblFlightLegs]. The columns are ([ID] as Int, [FlightNo] as NVarchar, and [IDMaster] as Int). The nature of this table is that many rows can be associated to the same [IDMaster]. What I want to do is create a view...
  14. TheQuestioner

    Refresh problems with Listview controls within a tab control?

    Hi, I'm having refresh problems with activex controls hosted within the pages of a standard Access tab control. I've placed listview controls in each page of a four page tab. Yet the *first* time I select each tab the listview control, whilst running the form, the listview is not displayed in...
  15. TheQuestioner

    Hiding the Properties Dialog Window

    Hi, How do I programatically hide the "Properties Dialog" window (i.e the window that displays all the info about the selected form/control) when running my app?

Part and Inventory Search

Back
Top