Hi Cib,

Yes, this is working for me from the Lianja/VFP Console:

Code:
public x1
x1= Lianja.showdialogpanel("customerlist","customerlist")
? x1 // -> 1
x1 = Lianja.showdialog("customerlist","customerlist",0,0,.t.,.t.,.t.)
? x1 // -> 1
Are you getting any error messages?

Regards,

Yvonne