Hi all,In my web application form,one button is there whenever click on that button another form(as a dialog box) contain varoius fields is open.after filling all the value in that dialogbox form value is transfer on the main form.this is possible on client application but i have no idea how it is possible on web application.
on client application i have used as following
@DialogBox( “(user)” ; [AutoHorzFit] : [AutoVertFit] : [NoNewFields] : [NoFieldUpdate] ; “Updating User Comments For R. No.” + @Text(r_reno) );
@PostedCommand([FileCloseWindow])
plz help me.
Thanx & Regards
sonal
Subject: DialogBox form on web application
@Dialogbox does not work on the web. You’ll need a different approach, like opening a custom made dialog form with javascript’s window.open, then get the data back to the parent form with some javascript submit code.
Martin Vereecken
http://www.bizzybee.be (Notes blog)
Subject: RE: DialogBox form on web application
hi martin,i tried all custom dialogbox (search on google)in javascript,AJAX but still i have not gotted the correct answer.
plz help me as soon as possible.
thanx & Regards
sonal
Subject: RE: DialogBox form on web application
Somebody else asked the same question and this was the answer, more in code than mine, so this might be helpful: http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/8cf9df0f7508769a8525737f0033c6e9?OpenDocument