Forte UDS 5.1.8 Syntax

I am primarily a C# programmer with some java experience. We have an application that we purchased that uses Forte UDS 5.1.8. The syntax is easy to figure out but there is one thing that I have not been able to find documentation on. It is database or a structure that corresponds to the database. The syntax looks like this:

<tablename.columnname> = "whatever"

<tablename.columnname> = 1

numAVar = <tablename.columnname>

numOfRows = <tablename.count>

The < and > are part of the syntax.

Does anyone recognize this as being TOOL technology or is it possibly a part of a 3rd party preparser?

Thanks!

[691 byte] By [topherdel] at [2007-11-25 20:02:47]
# 1
The <XX> are screen mapped variables. So tablename is an instance of a class that is mapped onto a grid field (probably) for which its attributes are fields of the screen.TE
TravelEntity at 2007-7-4 14:15:36 > top of Java-index,Application & Integration Servers,Integration Servers...
# 2

That was the only place in the documentation that I found that syntax which seemed to reference screen fields. However, we do not have any screens in forte. This software release is partly java/Websphere and partly Forte. The Websphere part handles all the HTML GUI and data storage while Forte provides for some additional backend processing yet to be converted to java.

topherdel at 2007-7-4 14:15:36 > top of Java-index,Application & Integration Servers,Integration Servers...
# 3
Is your application uses Forte Express?
kami_forte at 2007-7-4 14:15:36 > top of Java-index,Application & Integration Servers,Integration Servers...
# 4
I don't think so.
topherdel at 2007-7-4 14:15:36 > top of Java-index,Application & Integration Servers,Integration Servers...
# 5

The class in which this code lives should indicate its type wrt being a window class or not. There are technical solutions that use window classes to do stuff - it works fine even on hardware that doesn't have a windowing system as long as you don't call <windowclass>.display(). Forte Webenterprise does that for converting Forte windows to HTML.

ant0ne at 2007-7-4 14:15:36 > top of Java-index,Application & Integration Servers,Integration Servers...
# 6
can you post the actual code within the method from beginning to end?
footie at 2007-7-4 14:15:36 > top of Java-index,Application & Integration Servers,Integration Servers...