Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Messagebox message size
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01009984
Message ID:
01009991
Vues:
12
This message has been marked as the solution to the initial question of the thread.
I believe the limitations is 1024 characters. Use the shell Popup inatead, which has a higher limit
WshShell = CreateObject("WScript.Shell")
lcstr=REPLICATE('A',5000)
WshShell.Popup(lcstr,,"Very long string")
>Hi.
>Is there a way of increasing the messagbox message size. it seems to be limited to a certian no. of characters and just truncates the rest?
>
>Regards,
>Gerard
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform