Confused over 2 NT machines, different bitmaps displayed. (OpenInsight Specific)
At 13 MAR 1998 12:15:54PM Steve C. wrote:
I am running OIWG3.5 over a Novell network.
I have one machine out of 6 that when the following code is
executed, instead of displaying the correct picture, the bitmap
of the default form icon is diaplayed (the bitmap that is displayed
if you minimize a OI form that you do not supply a Icon for, a window
next to a door.)
This machine is one of 3 machines running NT4.0.
The "DRIVE_PATH" is the same on this machine as all others.
Can any one help??????
DRIVE_PATH=DRIVE():"\BMPS\SSN\"
BMP_ID=DRIVE_PATH:AT_ID1,8:".GIF"
BAD_BMP_ID=DRIVE_PATH:"NOPIC.GIF"
WINDOW_NAME=CtrlEntid1,'F.'
STATUS=GET_PROPERTY(WINDOW_NAME:".BITMAP_1","VISIBLE")
IF STATUS=1 THEN
OSOPEN BMP_ID TO DOS_FILE THENOSCLOSE DOS_FILESTATUS=SET_PROPERTY(WINDOW_NAME:".BITMAP_1","BITMAP",BMP_ID)END ELSESTATUS=SET_PROPERTY(WINDOW_NAME:".BITMAP_1","BITMAP",BAD_BMP_ID)ENDEND
Steve C.