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 SkipVought 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: drrep
  • Order by date
  1. drrep

    Word 2010: Issue with text on image not appearing after emailing doc

    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...
  2. drrep

    Excel - converting time to actual hours

    Sorry, that was in my 2nd post "I want to display the actual hours, as in 27.5 for example Presently, the format of the cell is custom [h]:mm:ss but I do not want to touch the format of the cell..." And yes, that was a typo. It should be 06/01/1900 6:42:19AM :) And thank you, it worked...I...
  3. drrep

    Excel - converting time to actual hours

    As I mentioned in my very first post: 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 do not want to modify anything. This a value that was spit out from some application. Without modifying the...
  4. drrep

    Excel - converting time to actual hours

    I want to display the actual hours, as in 27.5 for example Presently, the format of the cell is custom [h]:mm:ss but I do not want to touch the format of the cell...
  5. drrep

    Excel - converting time to actual hours

    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...
  6. drrep

    Want to catch before Assertion Failure occurs...

    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...
  7. drrep

    Parsing a Cstring?

    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...
  8. drrep

    E-mail notification when table has been updated

    If the user is updating fields from a particular table on a form, then in a field's CHANGE property, enter the code: DoCmd.SendObject (....) You can read up on it in the Help file (I don't remember the syntax :P)
  9. drrep

    RichTextBox Horizontal ScrollBar

    Wow....I was searching for this solution for an hour...thanks man! you da man!
  10. drrep

    Using wildcard * in a combobox on form to generate report

    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...
  11. drrep

    Loading bitmaps into an array of int

    Sorry if you don't mind, can you give me a bit more explanations on CBitmap::GetBitmapBits(....)? I am new at this stuff...
  12. drrep

    Loading bitmaps into an array of int

    Hi, How do I go about loading the pixel values of a bitmap image into an array declared in C++? Thanks
  13. drrep

    Combining multiple records into one report....help!!

    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...
  14. drrep

    Combining multiple records into one report....help!!

    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...
  15. drrep

    Printing Legal sized report but don't want blank pages!!!

    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...
  16. drrep

    Want to update image in imagebox at click of a button

    Thanks but how does it link the chosen file name to the image box so it can be updated with the chosen image?
  17. drrep

    Want to update image in imagebox at click of a button

    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?
  18. drrep

    Wanting to print a form in landscape

    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...
  19. drrep

    Selecting Query criteria from forms

    How would the IFF statement would apply to a Memo field?
  20. drrep

    No data displayed if Memo field is blank

    Where would I test that? I don't see how that will help my query selection window...

Part and Inventory Search

Back
Top