cancel
Showing results for 
Search instead for 
Did you mean: 

Filedialog Box

former_member199223
Participant
0 Kudos

Hai,

How to use Filedialog and Frame in webdynpro ..in java using below type

<b>FileDialog f1=new FileDialog(new Frame(),"open");

f1.show(); </b>

the same think i want use in webdynpro......is there any option........

Regords,

Boopathi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member720137
Active Participant
0 Kudos

Hi

Ya that can be done. Just use File Upload UI element.

Refer this thread also as to how to implement it.

Regards

Puneet

former_member199223
Participant
0 Kudos

hi,

with out using Fileupload UI Element how can i do that?

<b>FileDialog f1=new FileDialog(new Frame(),"open");

f1.show();</b>

Can i use this same API in webdynpro.. using that i want to open opendialog box

Regards,

boopathi

former_member720137
Active Participant
0 Kudos

Hi

u can check all the API required for File Dialog Box here

http://help.sap.com/saphelp_nw04/helpdata/en/5a/90ff4cd0c8cd48a69b836e5e550880/frameset.htm

Regards

Puneet

Message was edited by:

Armin Reichert