Stupid Question @Picklist

Hi,I don’t really do notes development anymore and I can’t remeber everything…

Do you guys know the answer?

At the moment I have a button that will is on an email.

The idea is, it opens a picklist of users sent items, then, the user can select one of them, and having done so, the document is opened, a field is set.

I am using a Picklist like this:

choice:=@PickList( [Custom] ; @DbName ; “($Sent)” ; “Select an email to change” ; “Please select the email you wish to import to Siebel” ; 6 );

@SetField(“INetSendTo”;@GetField(“SendTo”))

The picklist appears and is nice and user friendly :-), but how do I open the document returned?

Thanks

Andrew

Subject: Stupid Question @Picklist

You would need to include a column in the view that displays @Text(@DocumentUniqueID) and return that column. That will let you use @Command([OpenDocument]).