<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>S4产品FAQ - 交流分享</title>
    <link>http://cn1.metasoft.cn:8080/faqx/showforum-3.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) S4产品FAQ</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Sat, 18 Apr 2026 17:12:10 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>前台接车界面自定义字段显示 （初级版）</title>
    <description><![CDATA[首先打开查询分线器切换到元动软件创建数据库表：

if exists (select * from dbo.sysobjects where id = object_id(N'.') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table .
GO

CREATE TABLE . (
  IDENTITY (1, 1) NOT N]]></description>
      <link>http://cn1.metasoft.cn:8080/faqx/showtopic-3740.aspx</link>
      <author>沈阳伙伴郭</author>
      <pubDate>Tue, 10 Jun 2014 14:20:18 GMT</pubDate>
    </item>
    <item>
      <title>界面自定义字段显示（思路）</title>
    <description><![CDATA[以
1483
这个界面为例。

首先新建数据库表：

——————————————————————————————————————————————————————————————
--建表
if exists (select * from dbo.sysobjects where id = object_id(N'.') and OBJECTPROPERTY(id, N'IsUse]]></description>
      <link>http://cn1.metasoft.cn:8080/faqx/showtopic-3739.aspx</link>
      <author>沈阳伙伴郭</author>
      <pubDate>Mon, 09 Jun 2014 17:29:29 GMT</pubDate>
    </item>
  </channel>
</rss>