Halaman

Tampilkan postingan dengan label Delphi. Tampilkan semua postingan
Tampilkan postingan dengan label Delphi. Tampilkan semua postingan

Sabtu, 17 April 2010

Delphi 7: frame.color property frame does not exist

I just open a Quick Report form of Delphi 7 but face error message that says "...frame.color: property frame does not exist...". I checked the installed package but there is no QR component there, except Rave report.

Delphi 7 does not automatically install Quick Report component, so I did this:
1. Choose Install Packages in Component menu
2. Click Add then select dclqrt70.bpl file from Delphi7\Bin directory
3. Click Open then click OK.

The problem solved.

Delphi 7 on Windows Vista

Borland Delphi 7 was released in 2002 and perhaps you may still use this software. If we run it on Windows Vista, an error raised with the following message "Unable to rename C:\Program Files\Borland\Delphi7\Delphi32.$$$ to Delphi32.dro".

I thought that was about security access/permission. With Administrator privilege, I did these:
1. Right click on C:\Program Files\Borland\Delphi7 directory, then click Properties.
2. On General tab, clear the Read-Only attribute then press Apply (all files including subdirectory).
3. On Security tab, Check or give Full Access to Users.
4. Click Apply.

That's all.