PowerBuilder数据窗口中记录行与默认值的动态实现
An implementation of dynamical operation on rows in one PowerBuilder datawindow
-
摘要: 数据窗口是Power Builder的专利技术,是用户与数据库直接进行交互的界面,可以用于数据的检索、更新和用多种形式表现数据源中的数据,但是不支持以下功能:同一数据窗口中对不同字段记录行的动态分配、同时给出相应的默认值.本文结合江西三鑫医疗器械集团有限公司ERP系统中的输液器物理性能检验表的设计,详细介绍了通过设计解决这一问题的方法,具有一定的实用价值.Abstract: Darawindow is a patent PowerBuilder taken, which is used to exchange data between user and database.It can be used to search, update and present data with various froms.But it can not directly support the following scenario-different fields have different rows to be operated on dynamically in one datawindow.In this paper, we show how to solve the problem with an example of a project we developed.