Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

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 THEN
   OSCLOSE DOS_FILE  
   STATUS=SET_PROPERTY(WINDOW_NAME:".BITMAP_1","BITMAP",BMP_ID)
 END ELSE
   STATUS=SET_PROPERTY(WINDOW_NAME:".BITMAP_1","BITMAP",BAD_BMP_ID)
 END  

END

Steve C.

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/ed0e87e549b089b6852565c6005958fa.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1