how can i access the window object from api?
i never explicitly create the window object during my calls to the API, but yet it appears in the form when i load it into the forms GUI or do a dump of the fmb contents using the API.
it comes up as:
OBJ NAME = WINDOW1 (TYPE = WINDOW)
i would like to resize this window, perhaps using d2fwins_width(ctx,obj,val)
but what do i specify as the "obj", if it is the window object pointer, then what function can i call to get that pointer.
thanks!!
james@thevenom.net
redwood city, ca