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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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)?
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.