get()

get("索引值"):取得系統共用記憶體空間中的物件

if(getValue("客戶編號").trim().equals("")){

message("請先查詢公司資料");

return value;

}

String comName = getValue("客戶編號");

//將值放入記憶體

put("comName" , comName);

String formName = "get".trim();

showDialog(formName);

//action(9);