Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 report preview with search ability
Message
 
À
21/08/2005 10:31:20
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
SAMBA Server
Divers
Thread ID:
01041840
Message ID:
01042574
Vues:
28
Hi Dorin,

:-), never mind...

Try run any report in folder tools\Filespec (I got error message "Variable 'blablablabla' not found.")

And answer for your question.
To level form has one window handle for form (eq. main window) and second for inner place (eq. _screen) and more window handle for docked toolbar. Look to API function GetWindow()
// return window handle for screen (vfp 6.0)
void FAR __extern_GetDesktophwnd(ParamBlk FAR *parm)
    {
    _RetInt((int) GetWindow(GetWindow(_WhToHwnd(_WMainWindow()),GW_CHILD),GW_HWNDLAST),11);
    }
MartinJ

>Hi Martin. Soryy for late reply.
>I was out of town till today .
>
>I sent you the ReportOutput and ReportPreview. The reportoutput.app is needed because the parallel cursor output of rendered text.
>
>The thing that is annoyng is that the first successful highlighted text is erased. The recursive call of Paint() is a Pain() :)
>
>If you know a way to get a GDI+ handle of a top level form with docked toolbar, tell me please.
>
>>Dorin,
>>
>>OK. If your utility/change will be better then example which I saw on Devcon Praha 2005, why not.
>>
>
>I hope that is better.
>
>Dorin
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform