ProIV : 5.5r411
Mfc : 5.6.5.0
Vip : 5.5922 (005)
Platform: Windows NT Server
We have a function with a format that has an Icon defined with a WIDTH 42.
**** Extract from @DOCFN *****
03 6 : 3
TAG: WEB2
DISP: ALIGN: C TYPE: ICON SUPP.LAB: REP STR: VISITWEB FKEY:
HEIGHT: 1 WIDTH: 42 ICON NAME: PDSCLEAR.GIF VAR: Y
ICON LABEL:$$WEB1 VAR:
TOOL TIP: Some text here to act as the mouse tool tip help line
**** End of Extract *****
**** Logic In used to set the $$WEB1 **********
098 001 * Logic In
002 *
003 $$WEB1 = 'http://www.bbc.co.uk/news/'
004 WEB2.BACKCOLOR = 'WHITE'
005 WEB2.FORECOLOR = 'BLUE'
006 WEB2.FONTNAME = 'TAHOMA'
007 WEB2.UNDERLINE = 1
008 WEB2.ALIGNMENT = 'MID_CENTER'
009 WEB2.SCALE = 1
**** End of Logic *******
When you load this into VIP via the "Bulk Load" - VIP/Admin/Tools/Bulk Load
The code has now been changed and the new width of the Icon is 1.
Function in VIP (Statics) the $$WEB1 now has a width of 1.
Build it in VIP
Using the native @FORM look at what VIP has transferred back and you will see the width of 1.
This is a major bug as it will change the majority of our Application.
Edited by Sean Graves, 15 June 2006 - 04:49 PM.