Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ocombo

Former Member
0 Likes
522

Set ocombo = frm2.Items.item("119").Specific

svalue= ocombo.Selected.Value

if i didnt select any value in the combo i have an error,

else no problem

i want to do something like that

Set ocombo = frm2.Items.item("119").Specific

if ocombo=nothing then 'or null or 0

svalue= ocombo.Selected.Value

end if

what can i do here

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
430

This doesn't look like ABAP.......:)

Regards,

Rich Heilman