Dynamic design element

Hai,

I am developing an application which demands , creation of a button, live and active, upon clicking an other button, for better portability.

Again in short… I just want to creat a but programatically …

@command([createaction]) and other similar stuffs are not working and is giving me the following error message

“object variable not set” and this is a pure notes based application and is not meant for web

Any help …

Thanks and regards

Karthick

Subject: Dynamic design element

What about using hide when conditions? Required buttons will be shown, dyanamically with values of key fields in the document. You can trun on/off of buttons by modifying field values used in hide when formula.

Regards,

Byju Joy

Subject: RE: Dynamic design element

Hai,

Heart ful of Thanks for ur concerns.

    I am clearly aware of the usage of the hidewhen concepts and the assosiated stuffs.....

Again it is not the matter of predefined buttons getting displayed on click of a button…

but

i just want to create a button upon clicking an other button .

It is just that.

once again , to make my self more clear, my requirement is ,I need help on creating a brand new button on the client side which, is not hard coded prior to the compilation of the database.

I will be great ful if I get suggestions which can help me make this possible

Thanks in advance

Regards

Karthick.

Subject: RE: Dynamic design element

I don’t see, how creating buttons at run-time would improve “portability” (from what to what?)

You have evaluate() in JavaScript, @Eval() in @Formulas and Evaluate in LotusScript. All of them should be used with all necessary precautions and do have their pitfalls. But they work.