I have these codes, concerning bitmaps:
- Code: Select all Expand view
- MsgInfo(FILE("..\BITMAPS\JUDA.BMP"))
MsgLogo("..\BITMAPS\JUDA.BMP",5)
- Code: Select all Expand view
- MsgInfo(FILE("..\BITMAPS\CURRENT.BMP"))
DEFINE BUTTON OF oBAR FILE "..\BITMAPS\CURRENT.BMP" ACTION (EditDos("Update",1,.F.))
In both cases, the first lines results in a ".T.", which means that the file exist.
But in the second lines, the bitmaps don't appear on my screen. The button in the second case is working fine though.
It becomes more strange. Until now the problem only occurs if I use my application through Terminal Services on a Windows 2003 Server. The problem doesn't happen on a workstation until now.
I use FWH 9.04 and xHarbour Builder April 2009.
What is the reason for this problem ? Memory ?
Thanks a lot in advance for any help.