List Box Values from a Table

From: mark m <mockm_at_my-deja.com>
Date: Mon, 07 Jun 1999 15:41:30 GMT
Message-ID: <7jgp78$ql7$1_at_nnrp1.deja.com>



[Quoted] [Quoted] I am trying to populate a list box with values from a table in my database. I have tried using the clear_list() and populate_list() functions. The first works, but the second doesn't get my list. I can [Quoted] pull the list using the SELECT statement in SQL Worksheet that I use for my record group. Am I missing something?

Here are the actual statements:

  clear_list('beds_view.bed_type');
  populate_list('beds_view.bed_type', create_group_from_query ('BED_TYPES', 'SELECT bed_type FROM bedt_view'));



 mark m _at_ team health

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Jun 07 1999 - 17:41:30 CEST

Original text of this message