Foxtable(狐表)用户栏目专家坐堂 → 多行文本框和动态列表项目怎么设置初始值?


  共有4094人关注过本帖树形打印复制链接

主题:多行文本框和动态列表项目怎么设置初始值?

帅哥哟,离线,有人找我吗?
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:111427 积分:567211 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2021/12/31 10:26:00 [显示全部帖子]

dim s as string = "|" & dt.GetComboListString("颜色") & "|"
s = s.replace("|" & pr("颜色") & "|","|[" & pr("颜色") & "]|") 'http://www.foxtable.com/mobilehelp/topics/0048.htm
With .AddSelect("颜色","颜色",s.trimend("|"))
        .Attribute = """
'.Value = pr("颜色")
    End With

With wb.AddInputGroup("form1","ipg3","地址")
  With   .AddTextArea("地址",2)
.Placeholder = "请在此输入发货地址"
.Value = pr("地址")
End With End With

 回到顶部