|
Neste exemplo eu ajusto o tamanho das Child Table
de um determinado form de
acordo com a resolu��o. Talvez ajude... Call SalGetWindowSize( hWndForm, nLargura, nAltura ) Set hWndTBL = SalGetFirstChild( hWndForm, TYPE_ChildTable ) Call SalWindowGetProperty( hWndTBL, "Maximizar", sMaximizar ) If sMaximizar != "N" Call SalGetWindowLoc( hWndTBL, nX, nY ) Call SalSetWindowSize( hWndTBL, nLargura - 0.2 - nX, nAltura - 0.9 - nY ) ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 2:47 PM Subject: [sqlwin] Tamanho de telas > Algu�m sabe se existe alguma fun��o que ajuste o tamanho dos forms em > runtime, de acordo com a resolu��o escolhida pelo usu�rio? > > Desde j� agrade�o > > > > > ******************************************************************** > ******************************************************************** > Diese Nachricht ist vertraulich. Sie ist ausschliesslich fuer > den im Adressfeld ausgewiesenen Adressaten bestimmt. > Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten > wir um eine kurze Nachricht. Jede unbefugte Weiterleitung > oder Fertigung einer Kopie ist unzulaessig. Da wir nicht die > Echtheit oder Vollstaendigkeit der in dieser Nachricht > enthaltenen Informationen garantieren koennen, schliessen wir > die rechtliche Verbindlichkeit der vorstehenden Erklaerungen > und Aeusserungen aus. Wir verweisen in diesem Zusammenhang > auch auf die fuer die Bank geltenden Regelungen ueber die > Verbindlichkeit von Willenserklaerungen mit verpflichtendem > Inhalt, die in den bankueblichen Unterschriftenverzeichnissen > bekannt gemacht werden. > > This message is confidential and may be privileged. It is > intended solely for the named addressee. If you are not the > intended recipient please inform us. Any unauthorised > dissemination, distribution or copying hereof is prohibited. > As we cannot guarantee the genuineness or completeness of > the information contained in this message, the statements > set forth above are not legally binding. In connection > therewith, we also refer to the governing regulations of > WestLB concerning signatory authority published in the > standard bank signature lists with regard to the legally > binding effect of statements made with the intent to > obligate WestLB. > ******************************************************************** > ******************************************************************** > > Lista de Centura SQLWindows > Administrador : [EMAIL PROTECTED] > [ http://www.centuraexplorer.com ] > Para sair desta lista mande mensagem para: > [EMAIL PROTECTED] sem nada no Subject e > com o comando a seguir no corpo da msg: > "unsubscribe sqlwin" (sem as aspas) |
- [sqlwin] Tamanho de telas fabiano_reis
- [sqlwin] Programador Centura Joel Ritter Ferreira
- Jos� Augusto Sabino de Oliveira
