Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Still working on enhancing the designer...
Message
De
31/12/2005 12:28:24
 
 
À
30/12/2005 22:02:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01082210
Message ID:
01082272
Vues:
7
>I'm trying to use the new reportbuilder in 9.0 and my own GetExpression Handler, here's my latest problem:
>
>When I click the Elipse button on the Report Builder's Field Properties General Page, to invoke my own Expression Builder, the Field Properties window is on TOP of my window, and I don't know how to get my Expression Builder Window to display in front of it. Since the Field Properties window is built into the ReportBuilder.App, I have no idea how to get it out of the way, Does anyone know the forms name so I can hide it or minimize it activate it BOTTOM?
>
>I've Tried ACTIVATE WINDOW ALL BOTTOM Before calling my builder...
>
>Thanks, and Happy New Year All.
>
>
>Bob

The Form "Field Property" is an In Top/Desktop Form,
then it's Zorder is above to any form/not desktop
that belongs to the same parent window.

You can:
* hide the Property
IF NOT EMPTY(WONTOP())
        MESSAGEBOX(WONTOP(),0,"Field Properties Name")
        HIDE WINDOW (WONTOP())
ENDIF
* use the builder
* show the "Property Field"
* show Expression Builder as a Desktop form
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform