R
R.Balaji
Hi,
Currently we are developing a C# application which does some standard
validations (datatype/range/min lengh/max length etc.) on the form data.
We are planning to provide a VB scripting feature, so that the user can
specify his own validation for the form data.
The system requirement is , on clicking the script button, it will launch a
form with a editbox wherein the user will enter the VB script.
a)The system should validate whether the entered VBScript code is valid or
not
b)Pass the parameters from c# to the VBScript parameters.
c)Execute the VBscript created by the user
d)Fetch the return value and assign it back to the C# variable.
Have you developed any such Scripting feature?
Can you provide some know-hows?
Thanx.
Regards,
R.Balaji
Currently we are developing a C# application which does some standard
validations (datatype/range/min lengh/max length etc.) on the form data.
We are planning to provide a VB scripting feature, so that the user can
specify his own validation for the form data.
The system requirement is , on clicking the script button, it will launch a
form with a editbox wherein the user will enter the VB script.
a)The system should validate whether the entered VBScript code is valid or
not
b)Pass the parameters from c# to the VBScript parameters.
c)Execute the VBscript created by the user
d)Fetch the return value and assign it back to the C# variable.
Have you developed any such Scripting feature?
Can you provide some know-hows?
Thanx.
Regards,
R.Balaji