index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Dec 5 2004, 6:05 PM |
| ||||||
limbo1686 from: somewhere | How do you change the size of the pop-up window? When it pop-ups on my PC, the window is not large enough to hold everything so scroll-bars appear all over the place making it hard to work with. | ||||||
Dec 6 2004, 8:17 AM |
| ||||||
whichman from: Laurel, MD | Use the DialogWidth & DialogHeight properties of the report wizard. e.g. 'set all properties before initializing the connection string With objWIz .DialogHeight = 250 .DialogWidth = 450 End With Call objWiz.Init(ConnectionString) ------------------------- Master of the Game | ||||||
Dec 6 2004, 9:09 AM |
| ||||||
limbo1686 from: somewhere | Thanks - I didn't see that in the FAQ or documentation for the API. If there an updated doc? | ||||||
Pages: (1) [1] |