ActiveX Control

B

Brian Shafer

Hello,,
should be a simple question('s) to answer.
1). I've put a calendar control on a web page and a single line text box.
How would I, when the user selects a date, show that date in the text box?
2) Looks like I can add vba to a web page, the code that is stored in a
module, where will it reside when the user executes it? and is the code
visible to the user?
Thanks,
Brian Shafer

--
Please remove the 123 from the EMAIL Address. This has been added to prevent
spamming.


pssssst! Here spammer, spammer, spammer.
[email protected], [email protected], [email protected], [email protected]
 
S

Stefan B Rusynko

Re 2)
you can only use VBA as a design time tool in FP, not a run time tool in the browser
- browsers don't support VBA




| Hello,,
| should be a simple question('s) to answer.
| 1). I've put a calendar control on a web page and a single line text box.
| How would I, when the user selects a date, show that date in the text box?
| 2) Looks like I can add vba to a web page, the code that is stored in a
| module, where will it reside when the user executes it? and is the code
| visible to the user?
| Thanks,
| Brian Shafer
|
| --
| Please remove the 123 from the EMAIL Address. This has been added to prevent
| spamming.
|
|
| pssssst! Here spammer, spammer, spammer.
| [email protected], [email protected], [email protected], [email protected]
|
|
|
|
 
Top