Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set focus to textbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00689308
Message ID:
00691506
Vues:
34
Hi Wayne,

I posted the following thread to UT. Please look at it and take a shot at it on the thread for all to see.

Hi,

I have a vfp desk top app that allows users to pick the color of the captions on their command buttons and store thenm in a table. I have a web interface to the table and would like to have the button captions to be displayed in the colors they picked in their desktop interface to the table. But vfp red = 255 and html red is #ff0000. How do you convert vfp color codes to html color codes?

Neil

>>Hi Wayne,
>>How do you create an array in javascript equiv to an array in vfp with the following dimensions?
>>
>>dimension aText[8,18]
>
>Just remember that arrays are 0-based in JS...
>
>
><html>
><head>
><Script language=JavaScript>
>la = new Array(16,8)
>la[0,0] = "Wow "
>la[1,1] = "This Is "
>la[1,2] = "Cool"
>la[16,8] = " - Real Cool"
>
></script>
><body>
><script>
>document.write(la[0,0] + la[1,1] + la[1,2] + la[16,8])
></script>
></body>
></html>
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform