Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forcing a line break
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00097887
Message ID:
00098145
Vues:
29
>>I don't think you can do it.
>>
>>Vlad
>>
>>>Thanks for the FancyToolTip class.
>>>How can I force a line break ? I want to have something like this :
>>>
>>>Record inserted by : José
>>>Insertion date : 05/07/98
>>>
>>>Regards,
>
>Ok, I think that I'll have to insert some spaces between words to force it.
>
>Regards,


How about building the text in pieces, like this:

cTipText = 'Record inserted by: Jose' + CHR(13) + ;
'Insertion date: 05/07/98'

It works for the standard WAIT...WINDOW, maybe it will work for this tool.
I've never used it, but this seems like a good shot.

Dana
Where's the damned Any Key?...too late
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform