If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am trying to create a simple lookup form in my old DOS informix SQL DB that I can enter a single integer that will remain the same to all records in the DB (Price of Gold) The form below is not working. I need a form that the entered integer will serve as a lookup on other forms in the DB.
database northern
screen
{
GOLD MARKET FORM
-------------------------
Gold Market : [f000 ]
}
end
tables
GOLD
attributes
f000 = GOLD.gldmkt;
end