October 11th, 2004 08:54 PM
Hi all,
I have created a propererty sheet and I am adding the pages to it .
Each of those pages had predetermined heading that shows up on its tab. My question is before I add one of these...
August 27th, 2004 06:11 PM
Was wondering how i could tell what the current resoultion of the computer was set at so i could load a different dialog depending on the current resoultion.
Thanks for any help!
April 28th, 2004 10:14 AM
Is there a way to change a group by link
I have the group by set with an ID but I want to give the user and option to change this to NAME is there a way I can change the group by?
April 22nd, 2004 01:58 PM
Is there a way to disable links in a subreport from code while the report is being created?
Does using page 1 of X slow down the creation of a report. It seems my report that is about 200 pages...
April 13th, 2004 02:02 PM
The problem is that all of these codes are different columns in one row. So I need to match these codes with a description from one other table.
I cant change the table layout. I didnt design it...
April 12th, 2004 12:58 PM
This is my problem.
I have 10 different codes in a table.
Another table has descriptions of the codes.
I am trying to come up with a select statement than will change the codes to their...
March 29th, 2004 10:47 AM
The error I am getting is
"Arguments are of the wrong type, are out of acceptable range or and in conflict of each other. 3001"
I am trying to filter out a record set so that it only shows...
March 23rd, 2004 08:29 PM
I cant seem to get this to work.
Here is what I want to do.
I have 3 projects. All 3 have two classes that I use all the same in one.
Right now after I update the class I then copy the code...
March 16th, 2004 12:44 PM
Set keypreview of form to true
Thanks That was why it wasnt working. Excellent!
March 16th, 2004 11:07 AM
Yes I meant Forms.... **** I cant speel. And that one I actually knew. Anyway how do I override this F1 key. Please can you help me?
March 16th, 2004 10:51 AM
In Vb I want to override the F1 key on a forum. How does one do that?
January 29th, 2004 03:18 PM
I have a program that I have been working on for a number of years. There is constant changes needed. Anyway the dll's that I bought some time ago are now out of date.
When a client has by...
January 21st, 2004 01:08 PM
Is there a way to determine the size of the bitmap. I want to know what the bitmap is.
For example a bitmap 192x64 (as it is shown when looking at the file in widows explorer. I want to be able to...
December 22nd, 2003 01:52 PM
I am having a problem with my SQL statement...
stry = "Select * from TabCheckHistory where ClientId = '" & CID & "'"
stry = stry & " and Format(CheckDate,'YYYY') = " & LastYear
I guess I...
November 7th, 2003 10:01 AM
dim x as long
dim str as string
str = "567"
x = str
This doesnt work. But how do I convert a string to a long?
November 7th, 2003 09:59 AM
ahh DOH
Sorry I posted this in the wrong forum. Sorry...
November 7th, 2003 09:52 AM
I am not sure how to do this
I have a string and I need to convert it to a long.
dim x as long
dim str as string
str = "546"
x = str
October 23rd, 2003 09:37 PM
I want to add a bitmap to my MFC libary file.
It seemed to add it and it called it Script1.rc
but it doesnt find the bitmap I called LETTERS
What am I doing wrong
CBitmap bitmap;...
October 17th, 2003 12:09 PM
What is the SQL statement to remove a query from a database?
September 30th, 2003 12:16 PM
I am getting a file sharing lock count exceeded error.
I am trying to delete a lot of rows from a table, about 18000 rows.
lsSQL = "Delete from " & lsTblName & " " & lsWhereClause...
September 23rd, 2003 11:00 PM
I have a string that comes in. When it comes it I dont care how big.
After that I need to make the string only 10 characters long
How do I force a CString to ditch all the letters after the 10th...
September 20th, 2003 03:18 PM
I am having a strange problem with my program.
http://www.dewgames.com/checkmeout.zip
I have WindowsXP and it works fine on my computer.
Two people who downloaded it got out of memory errors...
August 8th, 2003 09:06 AM
ALTER TABLE tblEarningsDeds ADD AllowSplitOverride varchar(1)
I need to somehow tell that this field can be zero length... Its an access database I am working on....
I cant figure out what I...