views:

29

answers:

1

I currently have an INFORMIX-SQL app I wish to re-write in OpenEdge/4GL(non-GUI) client with the Personal engine and would like to know the methods and details for dealing with record arrays where I need to display, update and add multiple transaction rows within Progress' forms. I also have several question regarding functionality, e.g. using FOR EACH vs. SQL's SELECT statements, date arithmetic, datatypes, etc. To get a good feel for what my apps requirements are, you can view a video-demo of my INFORMIX-SQL based app by visitng: www.frankcomputer.com I will be greatful for any help you could provide me, thank you!

A: 

Perhaps if you ask a specific question it might be answerable.

Tom Bascom
@Tom- Sorry, perhaps what I meant was: handling of multiple-rows in a forms scroll region (subscripting?).. I want to display multiple rows in a browsing screen, be able to scroll to appropiate row and update it, perform calcs based on previous rows, etc. IF you peek 2 minutes into a video-demo of my app by visiting: www.frankcomputer.com you'll get a better grip of what I mean. I want to be able to duplicate the current functionality I have with my INFORMIX-SQL Perform screens.
Frank Computer
It sounds like you want to bind a QUERY to a BROWSE widget.
Tom Bascom