Andy McKenna
New Member
Is it possible to browse this file with a SQL CE tool? I'd like to see the structure so I know what I can do with ExecuteSQL events. When I tried to open it, it wanted a password for the file.
I can't get that to do anything. Is there some way to see the output or errors from ExecuteSQL lines? I have no indication that anything is happening. Even if I try to delete the entire table, the value is still there in the dropdown.Hi Andy,
The drop down data is stored in tables as well. Here is the table definition for the drop downs (For session 1):
Tablename: Session1_DD
Field list: Field_Index, DisplayValue, FilterValue, DBValue
Let us know if this helps.
Assuming the structure is accurate, you would have the 1 table but filter on Field_IndexI'd also be interested in getting this to work. Dynamically adding values to dropdowns - without having to use Connect - has been a much requested feature and could open up a lot of possibilities.
I'm guessing the problem lies with "Session1_DD". What if you have several dropdowns in a single session? Do they all have their own table, and if so, how are they named?
Ah, of course, that makes sense.Assuming the structure is accurate, you would have the 1 table but filter on Field_Index
Still no love with 0-indexed or 1-indexed values. I'd really like to see an actual sample statement from Howard or someone else at PTS. Right now this is looking like a table that exists but can't be accessed by us.Assuming the structure is accurate, you would have the 1 table but filter on Field_Index