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 wOOdy-Soft 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: TheFoxy
  • Content: Threads
  • Order by date
  1. TheFoxy

    Requerying a subform after changing it's source query

    Hey, I'm making a small DB for storing book details. I have one table, books, and I've made a simple form to lookup books and edit their records. The idea is to enter criteria in the row of text boxes at the top, and have the subform bring up any records that match. The form is unbound, with...
  2. TheFoxy

    'Database' type doesn't exist?! and invalid OpenRecordset argument

    I cannot understand what the problem with the following code is. It's from a function in a code module (Access 2000): Dim DB as Database Set DB = CurrentDB Dim TheRecords as Recordset 'No problems here I get "ERROR: User-defined type not defined" on the first line. EH?!? It doesn't appear...
  3. TheFoxy

    Subtract number in a textbox from the table field

    Hey, I have a form Orders with a subform OrderItems. The Orders form is linked to the OrderItems subform by OrderID. The Orders form corresponds to an Orders table, and OrderItems form to an OrderItems table. (one to many join on OrderID). Each OrderItems record represents one item that can be...
  4. TheFoxy

    Floppy boot halt / stop

    While trying to boot DOS from a Win98 boot floppy disk, I encountered an annoying problem. After the BIOS checks the hardware and list IRQs it detects the floppy disk as it should, and there is a bit of activity from the floppy drive. It then stops and I get left with an unresponsive command...
  5. TheFoxy

    Get value from record based on criteria in VBA

    Hey, I've got 3 tables, and a form for entering new records to table 1. I want to take the number entered for one of the fields on that form away from the number stored in a specific record in table 2. The three tables are linked (1 to 3 by an ID number, and 3 to 2 by a keyfield) so there will...
  6. TheFoxy

    More than 2 tables in a query gives errors. Way round this?

    Hey, I currently have a query with several sub-queries that each add data from a different table to the sub-query before them, to build up information from several tables in one query. I've had to do this because using more than 2 tables in a query gives me an 'ambiguous outer join' error. Is...
  7. TheFoxy

    Include a field in an aggregate query that doesn't affect the query

    Hey, I have a query on a table ('Services') with fields: ID, ItemNumber and Date. There are many services for each item. ID is the keyfield. I want to pull out the record with the most recent date for each individual ItemNumber. I have done this with what I think is called an 'aggregate' query...
  8. TheFoxy

    'Out of memory' in form with 3 records?!?

    Hey, This has been a recurring problem for me. I have a very small relation database in Access 2000 with 4 tables, a form for each and a few queries. I keep getting 'Out of memory' messages when adding and editing records, and when I get this message the screen and computer generally go all...
  9. TheFoxy

    Publisher 2000 - How do I make a text box circular?

    Hey, I need to make a square text box into a circlular one, or make the text in the text box wrap around the inside of a circle shape. (So I end up with a bit of text that looks circular). Like this: ajsfgafgg akjsgfagsfaksfg kjzfhaklfjgafgakf zksjgaksgaskfgafkfak...
  10. TheFoxy

    Various Questions: Sending URLs, Redirecting, GET and POST

    1) How do I either send the URL of one script by the non-URL method (either GET or POST) to a second script, or get the URL of the first script in the second script. (I am sending 1 string of text from the first script to the second otherwise). 2) How do I redirect the browser back to the first...
  11. TheFoxy

    Error that I cannot fix!!!

    When I run my script I get this error after a short time: Expiries timeout! The probable reasons: Fatal script error. File php.exe is bad. If you use PHP extension, PHP not find one of extension file (*.dll).Incorrect parameter extension_dir in section [PHP] in php.ini. I have tried editing...
  12. TheFoxy

    What is the best Win98 defrag tool?

    Hey, I've heard that the Win98 defrag tool isn't very good, and that some third party tools are a lot better. So, what third party defrag tool is the best to use (if it is better than the standard Win98 one)?
  13. TheFoxy

    Insert/Include/Imbed PHP files in other PHP files

    Hey, Say I have a PHP script (with some plain HTML in it too) that creates a navigation bar, and one that creates a footer. How would I go about 'including' these seperate pages/scripts into my content pages? (They would be PHP or plain HTML). I mean rather like an M$ Frontpage (yes I used to...
  14. TheFoxy

    Advanced edit boxes

    Hey, How would I go about adding one of those natty little edit boxes to a webpage you see in forum 'Add Reply' pages? (The ones that have buttons that add text into the box). The best example is the PHPbb reply box, this has loads of buttons above the box which add tags, smilies, etc. (I...
  15. TheFoxy

    MySQLCC Problems

    Hey, I'm trying to do stuff with my MySQL database (Win32) that I am running on my old computer over my network. I am accesing it via MySQLCC on another computer. MySQLCC connects to the database, but I have 3 problems: 1) Everything is very slow. Is my old computer the problem? (the comp...
  16. TheFoxy

    Simple C++ read file program gives many errors

    Hey, Any ideas why the following program doesn't work? It gives this error in MS Visual C++ 6: Error spawning cl.exe Andd the following errors in Dev-C++: [Warning] In function `int main()': 11 no matching function for call to `ifstream::get (char[20])' 124...
  17. TheFoxy

    Transfer MySQL data from Windows to Linux

    If a Windows MySQL DB is started, tables created, data put in, etc, can the tables/data etc be moved to a Linux MySQL DB at a later date?
  18. TheFoxy

    Completely Confused... C++ CGI & different OSs & Databases :S

    First off, sorry if this is in the wrong forum, but there is such a bewildering array of very specific forums on this site that this is the best one I could find to ask in. Now, I am running a Windows system (98). I am planning to run a website on a server that is most likely to be Linux/UNIX...
  19. TheFoxy

    Need a SIMPLE ISAPI explanation/sample/tutorial

    Hello, I am totally new to ISAPI and I need an example or some guidance as to how to write them in C++. I do not know what the difference between filters and extensions, so some clarification in that area would be handy too. For example, how would I convert this CGI script source: #include...
  20. TheFoxy

    Compiling a C++ CGI source in Windows not to an EXE

    Hi, this problem has been plaguing me for literally months. I have a short test C++ source here: Problem is, as far as I know I need to compile to a .EXE, and rename to a .CGI, and upload it to my server to use it. However, my host does not allow .EXEs or renamed .EXEs due to security issues...

Part and Inventory Search

Back
Top