以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  SQLGetComboListString,有问题吧  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=153587)

--  作者:fytea
--  发布时间:2020/8/15 22:08:00
--  SQLGetComboListString,有问题吧
看了这个贴,发现一个问题,列电器种类修改后,哪怕是删除后,老数据依然顽固存在,篮板不妨看看是什么问题
http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=153508&authorid=0&page=0&star=2
--  作者:有点蓝
--  发布时间:2020/8/16 20:06:00
--  
先看看:http://www.foxtable.com/webhelp/topics/2910.htm,数据不保存,后台是不会变化的。

到删除事件、datacolchanged事件里即时保存数据

--  作者:zhenghangbo
--  发布时间:2020/8/18 14:49:00
--  GetValues,Select使用不用new

Dim drs As List(Of DataRow)
drs = DataTables("订单").Select("[产品] = \'PD01\' And [日期]= #1/4/1999#","数量 DESC")


Dim Products As List(Of String)
Products = DataTables("产品").GetValues("产品名称")

为什么GetValues,Select使用的时候定义集合不用new?

单独定义集合: Dim Names As New List(Of String)


--  作者:有点蓝
--  发布时间:2020/8/18 14:51:00
--  
看看:http://foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=146707&skin=0