Hello everybody,
After searching through the forum, I decided to post my problem because I was unable to solve it alone.
I have a simple table with data like :
-player name (input_name)
-player alliance (input_ally)
-player coordinates X (input_X)
-player coordinates Y (input_Y)
-player level (input_level)
Very basic indeed ;-)
I setup my form like this :
On load (in the event section), a DB Multi Record Loader populates a Drop Down List with all the "input_ally" records found in the table. This works fine so far : I've put the Drop Down List in the preview section, and a show HTML just under the Multi Record Loader in the event section.
Then, the form user is supposed to select something in the drop down list and then clic on a submit button (also in the preview section, just under the drop down list), resulting in a list of all members of the selected alliance.
(something like "select input_name FROM table_name WHERE input_ally=drop_down_select if you see what I mean).
To achieve that, I put a second DB Multi Record Loader but this time in the On submit part in the event section.
By enabling Data display, I can see that all names are listed, the name queried are not filtered on the choice made by the user in the drop down list.
I probably set up something wrong (like how to link the user selection to the second Multi Record Loader in order for the filter to operate), but after a few hours of try and errors, I decided to submit my problem to the community.
I'm sure it's pretty simple, but I can't get my hands on it.
Thank you in advance for any info you could provide me with on that great tool of yours.
Sincerely yours
Mathmathou
PS : hope you understand my english :-)
After searching through the forum, I decided to post my problem because I was unable to solve it alone.
I have a simple table with data like :
-player name (input_name)
-player alliance (input_ally)
-player coordinates X (input_X)
-player coordinates Y (input_Y)
-player level (input_level)
Very basic indeed ;-)
I setup my form like this :
On load (in the event section), a DB Multi Record Loader populates a Drop Down List with all the "input_ally" records found in the table. This works fine so far : I've put the Drop Down List in the preview section, and a show HTML just under the Multi Record Loader in the event section.
Then, the form user is supposed to select something in the drop down list and then clic on a submit button (also in the preview section, just under the drop down list), resulting in a list of all members of the selected alliance.
(something like "select input_name FROM table_name WHERE input_ally=drop_down_select if you see what I mean).
To achieve that, I put a second DB Multi Record Loader but this time in the On submit part in the event section.
By enabling Data display, I can see that all names are listed, the name queried are not filtered on the choice made by the user in the drop down list.
I probably set up something wrong (like how to link the user selection to the second Multi Record Loader in order for the filter to operate), but after a few hours of try and errors, I decided to submit my problem to the community.
I'm sure it's pretty simple, but I can't get my hands on it.
Thank you in advance for any info you could provide me with on that great tool of yours.
Sincerely yours
Mathmathou
PS : hope you understand my english :-)