vthomeschoolmom
15 years agoSuper Contributor
form height
I am trying to change the size of a form so that the entire grid is visible when I take a screen shot. I do not want to drag with coordinates. I see a height property in the Display Object Properties tool. I see in the help file that this is a read / write property to get or set the height. Perfect! But when I use it, I get an error
An exception occurred in the "d_0013_Step1" unit at line 41:
Microsoft VBScript runtime error
Wrong number of arguments or invalid property assignment: 'Sys.Process(...).VBObject(...).Height'
On
Sys.Process("MyApp").VBObject("frmCust").Height = 700
I can read the height just fine.
Details
VB6 application
Test Complete 7.
Please help.
An exception occurred in the "d_0013_Step1" unit at line 41:
Microsoft VBScript runtime error
Wrong number of arguments or invalid property assignment: 'Sys.Process(...).VBObject(...).Height'
On
Sys.Process("MyApp").VBObject("frmCust").Height = 700
I can read the height just fine.
Details
VB6 application
Test Complete 7.
Please help.