Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with 'modify report' in an exe
Message
 
 
À
11/06/1998 04:57:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00107089
Message ID:
00107929
Vues:
16
Carlos,

YOu may need to make your system go pseudo-modal using wexist() inside a loop after you issue the MODI REPO command to delay until they exit the report designer.
modi repo xyz nowait
do while wexist( "the windowname" )
   =inkey( 1 ) && give processing delay
enddo
>I allow users in all reports, to send them to printer, to preview, to file or modify the report. I do this trhough a form class (modal) with this options that returns to me the option choosed by the user.
>
>Before issuing report command, i do
>ppp = createobject("myclassform")
>ppp.show(1)
>
>then the user selects the option. If he selects modify report, then i issue 'modify report myreport'.
>All works fine in non-modal forms. But in a modal form, the command 'modify report' after the createobject of this other modal form doesn't do nothing.
>If i dont creates the object (testing) the modify report command works fine.
>Any ideas?
>
>It's a problem to create a modal form within another modal form?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform