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 strongm 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: MLNorton
  • Order by date
  1. MLNorton

    Create a Table of Dates

    I need to create a Table of the weeks and dates of the Mondays of a year. I select the first Monday of the year from a MonthCalendar. The Table values are as follows: Week integer (1, 2, 3..52) DateName string (Jan 7, Jan 14, Jan 21..Dec 30) WeekName string (1/7, 1/14. 1/21..12/30) Can...
  2. MLNorton

    ResStream problem

    Thanks for your reply but I resolved the problem myself and it works with no problem. I have incorporated the solution an existing program that reads the graphics from a graphics folder. The following are my changes: procedure TForm_Main.Button_PrintClick(Sender: TObject); Var MyPic...
  3. MLNorton

    ResStream problem

    PROBLEM SOLVED. THANKS FOR ALL OF THE WORK YOU DID. I have one more request. I need to print to the Canvas. Can you provide me the changes to print to the canvas rather than to the screen? Once I can ptint to the Canvas I am home free.
  4. MLNorton

    ResStream problem

    Delphi XE2 Brigade bmp "Brigade.bmp" SigFlags bmp "SigFlags.bmp" BRCC32.exe BRCC32 MyPic The RES file is created corectly. I found a RES viewer program, "Resource Hacker", which displays both of my images corectly.
  5. MLNorton

    ResStream problem

    Made correction, changed BitMap_1 to Brigade. 'Resource BitMap not found'. The problem seems to be with the RES file. I have created MyPic.RES several times. How can I verify that the RES fil is good?
  6. MLNorton

    ResStream problem

    I made changes, placed Image1 on the form and ran program with the following error message: Project TestPrint.exe raised exception class EResNotFound with message 'Resource BitMap not found'. What next?
  7. MLNorton

    ResStream problem

    I made the correction and the program now has the message "Resouce Brigade not found". From this I expect there is a problem with the MyPic.RES file. I have repeatedly run BRCC32 PyPic.RC and continually gotten the same resulte. When I created the MyPic.RC file I use the following in the Command...
  8. MLNorton

    ResStream problem

    I corrected the line you identified and got an error message: [DCC Error] Main.pas(38): E2010 Incompatible types: 'Integer' and 'string' What next?
  9. MLNorton

    ResStream problem

    I am trying to learn how to imbed Graphics in an executable Delphi program. I have created a RES fil;e that contains two graphics. I have created a Procedure that I found on the Internet as follows: implementation {$R *.dfm} {$R MyPic.RES} procedure TForm_Main.Button_PrintClick(Sender...
  10. MLNorton

    Create RES file with brcc32

    Problem solved.
  11. MLNorton

    Create RES file with brcc32

    I have corrected the RC file and I still get the following message: “Error: Could not open input file MyPic.RC” What is my problem?
  12. MLNorton

    Create RES file with brcc32

    I need to include two bit files in a Delphi XE2 Program. I need to create a RES file. I have a RC file as follows: MyPic.RC Brigade BMP "Brigade.bmp" Flags BMP "SigFlags,bmp" When I run: BRCC32 MyPic.RC the file MyPic.RC cannot be found. MyPic.Rc is in the E:/DelphiRes directory. I have...
  13. MLNorton

    Delphi XE2 and XCode

    I have a series of 20 programs written in Delphi XE2 that read data from Windows Access files. Can these programs be compiled under XCode for the Mac?
  14. MLNorton

    Missing MDAC

    ADDITIONAL INFORMATION I have tried to reinstall Windows since I have the problem is within Windows. Windows required me to uninstall several programs including Delphi 7 and Delphi XE2, Delphi XE@ uninstalled with no problem, I get the following error message when I try to uninstall Delphi 7...
  15. MLNorton

    Missing MDAC

    I received the following error in Delphi XE2 in a Windows 7 machine: Project Membership.exe raised exception class Exception with message "Error creating object. Please verify that Microsoft Data Access Components 2.1 (or later) have been properly installed". I have deleted Delphi XE2...
  16. MLNorton

    Web site sisplay from Delphi

    How can I access a Web page from a Delphi program and display on my computer?
  17. MLNorton

    Color DBGrid on CellClick event

    I need to be able to change the color of a DBGrid Row by the CellClick event which I use for another purpose. I need the changed color to remain when I go to another Row. I want all Rows that I CellClick to change their color.
  18. MLNorton

    Try - Exception failure

    I have a program that captures customer information. It works. When I add an exception it activates the exception for all inputs including those that are valid. If I comment out the Exception it works. Here is the key portion of my code. protected void Page_Load(object sender, EventArgs e) {...
  19. MLNorton

    I am getting the following error me

    I have 19 forms in the program and all have the StdCtrls unit declared. What next?
  20. MLNorton

    I am getting the following error me

    I am getting the following error message in a Delphi EX@ program that I am modifing, "Class TButton not found". I get the message when I Compile. I have checked on every Button in the program and I cannnot find a problem. What can be causing this?

Part and Inventory Search

Back
Top