壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5127|回复: 10

求教四班实时写入数据模块FSTM的使用方法

  [复制链接]
发表于 2010/12/17 20:47:26 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
四班有个实时写入数据模块FSTM,哪位知道如何使用呢?用何种语言调用,具体规划如何呢?
发表于 2011/1/4 11:19:22 | 显示全部楼层
此模块通常是外部开发直接写入四班数据库使用,我有资料,有时间时发给你.
发表于 2011/1/4 16:05:08 | 显示全部楼层
回复 chinzys 的帖子

麻烦也发我一份,谢谢。邮箱 sp_214#126.com
 楼主| 发表于 2011/1/4 22:57:46 | 显示全部楼层
谢谢,炳哥
发表于 2011/1/13 20:36:46 | 显示全部楼层
发了!好好研究,学会后教教我啊!
 楼主| 发表于 2011/1/14 19:16:32 | 显示全部楼层
好的,谢谢
发表于 2011/5/19 00:11:40 | 显示全部楼层
炳哥,有空发我一份吧。谢谢!
发表于 2011/5/19 13:24:45 | 显示全部楼层
回复 chinax 的帖子

好的!有时间会发的。
发表于 2011/5/31 21:26:49 | 显示全部楼层
炳哥,我已初步了解FSTM的基本内容,但对于其中“ITMB00","POMT00"等类的field信息不是很理解,不知炳哥是否有这方面的资料,有的话发给我一份吧,多谢!我的邮箱:zhigang.xiao@gilbarco.com
发表于 2011/8/24 09:13:30 | 显示全部楼层
一小段由FS顾问写的APID用 FSTI写入的代码,初始化 --》 赋值 --》提交。(Visiwatch)
        'APID00 Add A/P Invoice
        Dim newApid00 As New APID00
        newApid00.VendorID.Value = InvoiceRec.VendorID
        newApid00.InvoiceNumber.Value = InvoiceRec.InvoiceNumber
        newApid00.InvoiceDate.Value = ChangeDateToRegionSpecificFS(Date) 'Format (Date(),"mmddyy")    'Input current date
        If InvoiceRec.InvoiceType = "I" Then  'Invoice
                newApid00.InvoiceType.Value = InvoiceRec.InvoiceType
        Else            'debit memo "R"
                newApid00.InvoiceType.Value = "D"            'change to "D"
        End If
        newApid00.POReceiptControllingAmount.Value = FormatApidNum(InvoiceRec.TotalLinesLocalAmount)
        newApid00.DocumentNumber.Value = " "                     '11 Invoice/Debit Memo Ref
        newApid00.TermsCode.Value = "D"                                         '26 Terms
        newApid00.DisplayedCurrency.Value = "F"                   '50 (displayed Currency)  L,Local currency;F,Foreign currency    '
        newApid00.InvoiceComment.Value="VSAP APID"     

        If Not newApid00.RequiredAreSet Then
                ErrorOutputMsg UNIT_FILE_Invoice, "WriteApid00", "APID00 error,the required properties were not provided for APID00.",funcCode,mailSiteCode
                GoTo Finally
        End If
发表于 2011/10/15 11:44:23 | 显示全部楼层
不管什么版本都可以用VB6调用.
但如果使用C#开发的话,则7.4版用Visual Studio.Net 2003开发, 7.5版则需要用Visual Studio.Net 2005开发.

通过调用FourthShift.TransactionClient.Dll FourthShift.Transaction.Dll FS规定的格式及参数向FS ERP写数据;

搞懂对应屏幕的接口类就行了,FSTI调用很简单.
类名及必要参数项,可以从FS的TMPT屏幕的帮助中查到

  
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 04:34 , Processed in 0.014638 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表