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.

 
Go Back  dBforums > Database Server Software > Informix > Informix SQL lookup form

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-05, 10:21
SamG SamG is offline
Registered User
 
Join Date: Dec 2005
Posts: 2
Informix SQL lookup form

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
Reply With Quote
  #2 (permalink)  
Old 12-13-05, 07:12
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,
Please test with:
DATABASE FORMONLY
.....
.......

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 12-14-05, 09:30
SamG SamG is offline
Registered User
 
Join Date: Dec 2005
Posts: 2
Unhappy

Hi Gustavo,
There is no formonly in the database. I know it's a simple setup, I went through the manual but I am not finding the right approach.
Sam
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On