Hi everyone,
Currently, I have a Word document in 2010. Within the document is a background image with a floating text box with text.
In Word 2003, after emailing the document from Word using the Outlook mail recipient function, the recipient would have no problems seeing the text on the...
Hi,
Ok, I have a spreadsheet that has a cell that has a time entry (ex. 150:42:19) but in the formula bar, it's displayed as 06/01/2005 6:42:19 AM).
I want to convert that entry to actual hours.
I tried using =(A1-INT(A1))*24 where A1 is the entry but to no avail. I had gotten that off...
Well, I hope my topic made sense.
I have a program that opens files of some type and of a certain format (data is structured in a certain format) to be used in my program. These files contain simple text data.
Now, if I try to open a corrupt file, it will crash (Assertion Failure) because the...
Hi everyone,
Anyone know how to parse a Cstring given this data is from a file delimited with ';'?
In other words, I am using the Cstdiofile class and a ReadString for each line in my file.
I wanna be able to cut the line in appropriate pieces and assign it to the appropriate variables.
I...
Hi,
I have a combo box in my form. Now I have 5 values in there including a value called ALL. I want that ALL to display all the data in a table, and not filtered by a specific value.
(like saying SELECT * from table)
Problem is that when I select ALL from the combobox, I change the value...
Hi,
Ok, so here is the situation.
I got a case where I have a table which has employee information along with an employee rating. Each rating is flagged either three ways with the use of a seperate field in the table: dinosaur, previous and current.
The rating field is of type text.
I...
Hi,
Ok, so here is the situation.
I got a case where I have a table which has employee information along with an employee rating. Each rating is flagged either three ways with the use of a seperate field in the table: dinosaur, previous and current.
The rating field is of type text.
I...
Hi everyone,
I want to print my reports on legal sized paper. I changed the settings in page setup but now the problem is that since MS Access notices that the fields/labels on the report are exceeded the allowed width, blank pages are getting printed out
If I reduce the width, I will lose my...
Hi everyone,
I want to have a button that will, when pressed, ask for a filename of an image (bmp file) and then update the image box that I have on my form thereafter.
I know I can use an inputbox to get the filename but how do I update the imagebox after that with the new filename?
Hi,
I want to allow users to print a certain form in landscape format. Problem is that I do not want to change that option through page setup as it will then become default for every other object to be printed.
I tried using PrtDevMode but it didn't seem to work.
Any suggestions other than...
Hi,
I have created a keyword search form. In this, I allow users to enter keywords and dates to bring up data in a report
Problem is that say if the user enters nothing as a keyword for a Memo field, eventhough I added the following in that memo field's criteria:
Like "*" &...
Hello everyone,
I am using the following code to transfer bytes to binary:
char szByte[9];
int i;
BYTE bArr[400];
// Read Bytes into array here
for (i=0; i < 400; i++)
{
cout << "Byte #" << itoa(i, szByte, 10) << ": ";
cout << itoa(bArr[i], szByte, 2) << endl;
}...
Hi,
I am handling bits with the STL bitset class. My code sets up an array of 8-bit bitsets, the byte data coming from a file.
The following is the code I am using....now, how can I get the contents of my array of 8-bit bitsets into an array of boolean since the content is either 0 or 1...
Hi everyone,
Ok, I have a binary file which has 400 lines and contains 50 bytes per line.
Problem is of course, the file is in binary and when I open it in a regular text editor, it's all garbage that's displayed. Apparently, that's because, from what I understand, the data is compressed...
Hi everyone,
Ok, I have a binary file which has 400 lines and contains 50 bytes per line.
Problem is of course, the file is in binary and when I open it in a regular text editor, it's all garbage that's displayed. Apparently, that's because, from what I understand, the data is compressed...
Hi,
I have a report with a few subreports in it. When the main report is displayed, it looks fine on the first page. On the second page, since all the data has already been exhausted and displayed on the first page, only the headers are there and then the subreports appear but it looks odd...
Hi,
Just wanted to know if there was a way to use fputs to output a boolean value (1 or 0) to a file. I seem to be having trouble with that
Thanks in advance
Hi everyone,
Well, I know how to use the DateDiff() function but now, if I want to get the leftover months from the diffenrence between two dates on top of getting the difference in years, how do I approach it?
Thanks in advance
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.