Jump to content

muhajer2k

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by muhajer2k

  1. quote: Originally posted by Anatoli: Mine are working OK. Maybe I am using different technique...? So Anatoli could you tell me what technique are you using please?
  2. quote: Originally posted by Vaughan: Bzzzt. Conditional value lists don't work through Web Companion over the web. Ding! Next patient please... So Vaughan is there any other way to do this, if so please tell me or send me the code. Many thanx
  3. Thanks for the reply. My problem is that Team is a dynamic value list. It is a sublist of "Operation" relationship. I have created a page to connect to the database to create a new record. Then I created a another page as a result page which displays the a drop down list of the operations using the following code: <select name="cs_Operation"> <OPTION VALUE="" SELECTED>- Select Team - [FMP-option: cs_Operation, list= Operation] </select> This works fine. And these are the "First" 2 steps process. Then I repeat the same 2 step process to choose the team. I.e. from one page I go "connect" to the same record in the database to select the Team. This is by using the following code: <select name="cs_Team"> <OPTION VALUE="" SELECTED>- Select Team - [FMP-option: cs_Team, list= Team] </select> Where Team is a sublist "Dynamic list" of a relationship called Operation. Now, this menu comes up empty all the time and this is driving me mad. Is there any way or code so that CDML would display this dynamic list on the customer web page. Or is there any other way that this menu will display my team. If so please give me the code :~(
  4. Team is a conditional value list of the relationship Operation. The problem is that cs_Team which is a pop up list uses "Team" as a value list. When I tired to display "cs_Team" on my customer web page using following CDML tags <select name="cs_Team"> <OPTION VALUE="" SELECTED>- Select Team - [FMP-option: cs_Team, list= Team_coached] </select> It does not work. Is there a code or CDML tag that I could use to sort this problem out??
  5. Hello everone, Help!!! I have been searching the web for help and I found your web site where I discovered that you may be able to help me with the problem I am having with Filemaker. My query is this: If you are designing a custom web site that communicate with a database over the web using CDML tags, how would you display a pop up (drop down) menu to display value lists that are derived from a relationship ? I know that in order to display a pop up menu to display value list you could use the following tag: <select name="cs_Operation"> <OPTION VALUE="" SELECTED>- Select Operation - [FMP-option: cs_Operation, list=Operation] </select> Where cs_Operation is the field name and Operation is the Value List name. Operation is also a relationship between two database files: K_Coachv1.fp5 and Teamv1.fp5. cs_Operation is a field name in K_Coachv1.fp5 What I am trying to do is: 1- Display a pop up menu with all the operations available. I have used the tag above and it is working fine. Then the user adds this operation to the new record. Then 2- Display a pop menu with all the teams associated with the operation selected earlier. In order to this I used the following tag which does not seem to be working: <select name="cs_Team"> <OPTION VALUE="" SELECTED>- Select Team - [FMP-option: cs_Team, list=Team] </select> Where "cs_Team" is a field name in K_Coachv1.fp5 and "Team" is a Value List Name whose source is from Relationship "Operation". Please help me as I have searched high and low for the answer. Kind regards, Muhajer2k
  6. Hello everone, Help!!! I have been searching the web for help and I found your web site where I discovered that you may be able to help me with the problem I am having with Filemaker. My query is this: If you are designing a custom web site that communicate with a database over the web using CDML tags, how would you display a pop up (drop down) menu to display value lists that are derived from a relationship ? I know that in order to display a pop up menu to display value list you could use the following tag: <select name="cs_Operation"> <OPTION VALUE="" SELECTED>- Select Operation - [FMP-option: cs_Operation, list=Operation] </select> Where cs_Operation is the field name and Operation is the Value List name. Operation is also a relationship between two database files: K_Coachv1.fp5 and Teamv1.fp5. cs_Operation is a field name in K_Coachv1.fp5 What I am trying to do is: 1- Display a pop up menu with all the operations available. I have used the tag above and it is working fine. Then the user adds this operation to the new record. Then 2- Display a pop menu with all the teams associated with the operation selected earlier. In order to this I used the following tag which does not seem to be working: <select name="cs_Team"> <OPTION VALUE="" SELECTED>- Select Team - [FMP-option: cs_Team, list=Team] </select> Where "cs_Team" is a field name in K_Coachv1.fp5 and "Team" is a Value List Name whose source is from Relationship "Operation". Please help me as I have searched high and low for the answer. Kind regards, Muhajer2k
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.