Hi, I have an access database that has 1 table. In this table it has 4 fields. Student Id, Student Forename, Student Surname, Photopath. It has 200 records. Below is example of one:
01234 Richard Williams R:\photodir\p0008345.jpg
When I look at the data in crystal I see the path of the...
I have 2 sticks of DDR RAM and it does the same with both of them or either one of them alone. I originally thought it was a RAM problem and had one of them replaced, so I've tried 3 different sticks of DDR in it and I still get the same problem.
Also, if I remove the modem and network cards...
I recently bought an ECS K7S5A v3 motherboard and have had endless problems with it which I won't bore you with.
The current problem I have is that when I switch the power on, I do not get anything on the monitor - it switches off.
I have narrowed the problem down to the network card and/or...
Thanks for your reply.
Your second point seems quite likely. What do you mean by "go into References"?
(The DAO object doesn't exist in the list either!)
I'm trying to write code for my database to control the database and recordsets in Access, but when I try to use the line:
Dim dbs as Database
Access doesn't recognise the word "Database". The list that appears as you enter a datatype doesn't mention Database, DAO, tabledef or...
I am currently going through all of my Crystal Reports, printing out the formulae used. I know you can export the report as a Report Definition file, and this is what I've been using so far.
Is there a way to simply output the list of formulae in a report or is the Report Definition the only...
I've just found the problem. I was trying to assign the values to checkboxes created within a frame. I deleted them and created them outside the frame, then dragged them into the frame and now it accepts the value.
Gareth
It would seem so. In a database that I wrote several months ago in Access 97, things seem to work fine, even when I try to run them in Access XP (converted, obviously). However, when I try to write my new database using identical code, it doesn't accept it.
I hate Microsoft.
Am I right in thinking you just want to select all the items in the list?
In that case:
Dim i as Integer
For i = 0 to lstSelected.ListCount - 1
lstSelected.Selected(i) = True
Next i
I have an unbound checkbox on an Access form and I want to set it's default value to FALSE. In the past, I have been using Access 97 and it's accepted:
CheckboxName.Value = False
Now, I am using Access XP and trying the same thing gives me the RTE '2448' message:
"You can't assign a...
I can well afford £70 - I'm going Paintballing tomorrow and am likely to spend that much - but considering that I bought DB about 18 months or so ago and that I've hardly looked at it for at least a year now, I think shelling out £70 for something I'm not likely to use is, yes, expensive.
I'm...
Doesn't matter now. I've found a much easier way around it by creating the text file as a tabbed file and using the TreeView.LoadFromFile() function.
Thanks anyway. However, I do have one small question left:
What is the Delphi version of the Visual Basic DIR() command to get a list of the...
Didn't help. It's the same thing anyway, since the array will only either contain an empty string or some text and some text is greater than no text! :)
I would load the items in at design-time, which would save a lot of hassle, but I want the program to be able to read the items in from a...
I'm attempting to add some items to a tree list and it's ****ing complicated and frustrating, so I would be extremely grateful for some assistance! :)
I am attempting to write a new Script Editor utility for the game Operation Flashpoint, and I am using the treeview control to hold the Weapons...
Actually don't bother. We've just upgraded to Crystal Reports 8.5 today, so there's the Find/Replace function now, which kinda makes my function idea a bit obsolete.
Hi. I'm writing a VBA program to assist in writing Crystal Report Formulae. Basically, I want to avoid writing the same piece of code several times when all that is needed is to substitute a different field or value.
An example of this is working out the number of students enrolled on the...
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.