小编Tom*_*Tom的帖子

摆脱UITableView上方的界限

我有一个UITableView(碰巧有一个UISearchBar),似乎无法弄清楚如何摆脱它上面的白色/灰色边框.我需要UISearchBar在它上面的黑色和黑色之间有无缝的黑色.

我试图隐藏它UISearchBar以查看它是否与它有任何关系,但该线仍然出现.

有任何想法吗?

线

border line uitableview uisearchbar ios

2
推荐指数
1
解决办法
1142
查看次数

人员编码转移到没有搜索记录的页面

有没有一种方法可以使用PeopleCode的“转移”功能转移(并填写​​字段)到组件使用INSTALLATION作为搜索记录的页面?

我们在PT 8.53上使用FSCM 9.1。

我要转移到的页面是AP_VOUCHER_INQUIRY菜单路径是:应付帐款->查看应付帐款信息->凭单->凭单

我有需要传递给它的business_unit和voucher_id。在页面的“激活人员代码”内部,我看到以下内容:

  /*  If Business Unit and Voucher ID are being passed to this page, this code picks it out and populates the From/To fields and executes the search statement.  This code allows another page to use the TRANSFER function passing "some_record.BUSINESS_UNIT" and "some_record.VOUCHER_ID" as keys while opening Voucher Inquiry in a new browser.  */
 &bu = Unencode(%Request.GetParameter("BUSINESS_UNIT"));
 &vchr_id = Unencode(%Request.GetParameter("VOUCHER_ID"));
 &vchr_style_inq = Unencode(%Request.GetParameter("VOUCHER_STYLE_INQ"));
 &vndr_setid = Unencode(%Request.GetParameter("VENDOR_SETID"));
Run Code Online (Sandbox Code Playgroud)

peoplesoft peoplecode

2
推荐指数
1
解决办法
665
查看次数

标签 统计

border ×1

ios ×1

line ×1

peoplecode ×1

peoplesoft ×1

uisearchbar ×1

uitableview ×1