Topic: Page Web

Bonjour a Tous

J'ai besoin d'aide pour le script

procedure frmflash_button11_OnClick (Sender: TObject);
begin
  OpenUrl ('https//::www.manomano.fr.something');
end;

Je reçoit un msg d'erreur.

Merci

Niko

Re: Page Web

Without seeing your project, I don't know what other error you are getting, but the format of your 'url' is wrong (which is nothing to do with MVD).
It should be
openurl('https://www.xxxxx.com')  and not openurl('https//::ww.xxxxx.com')
Derek.

Re: Page Web

oui effectivement
erreur sur web site

Mais si je veux changer mon web site par un champ que contient mon web site.

Comment je peux faire

Merci de votre aide