Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PocallingObject
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00636299
Message ID:
00636322
Vues:
17
>Hello could you please help me on this.
>
>I am working on an existing project.
>
>In the form properties pocallingobject is set to .F.
>
>and the following code is in the init event of that form.
>
>What happens when they set poCallingObject = _screen
>and pRecipient = SPACE(30)
>
>
>+++++++++++++This is the code++++++++
>PARAMETER poCallingObject,precipient,psubject,pmsg
>IF TYPE("poCallingObject")<> "O"
> poCallingObject = _screen
>endif
>IF EMPTY(pRecipient)
> pRecipient = SPACE(30)
>ENDIF
>thisform.oCallingObject = poCallingObject
>
>++++++++++thank you++++++++++++++++++++

Based on the code you provided, nothing happens besides the assigments itself.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform