01-24-2008, 05:51 AM
hi,
I think the simplest way of using descriptive programming in your form is:
or you can add more properties in other object
like for the browser and page you can add the "title" property
and for the webedit object like "kind", "type" etc..
.. and so forth and so forth...
I also attached some documents about descriptive programming
Hope this helps...
I think the simplest way of using descriptive programming in your form is:
Code:
Browser("name:=Referrer Type").Page("name:=Referrer Type").WebEdit("index:=0"). ' this is for the first webedit object in your form
Code:
Browser("name:=Referrer Type").Page("name:=Referrer Type").WebEdit("index:=1"). ' this is for the second webedit object in your form
like for the browser and page you can add the "title" property
and for the webedit object like "kind", "type" etc..
.. and so forth and so forth...
I also attached some documents about descriptive programming
Hope this helps...