emjay Posted June 18, 2007 Posted June 18, 2007 Greetings, I have a file with 3 tables - contacts, events, joiner. The joiner table has the index fields for contacts and events as well as a number of fields I want to be selected by checkbox, for example - accepted invitation, attended, declined, etc. I created a layout where Events is main table and a portal for contact. This part works fine. I have the checkbox fields, (accepted, attended, decline) in the portal but I cannot edit these. The whole field flashes and that's all it does. What I want to be able to do is allow the user to quickly go through the contacts in an event and single click on what I'm calling the checkbox field. Any suggestions? Thanks MJ
mr_vodka Posted June 18, 2007 Posted June 18, 2007 Do you want to use the entire contacts table each time there is an event and choose from that list?
emjay Posted June 18, 2007 Author Posted June 18, 2007 Thank you for your response. No, I don't need to use the whole contact table, just the related records in the portal.
mr_vodka Posted June 18, 2007 Posted June 18, 2007 IMO, I think that you would better be served by creating 3 seperate number fields that were used as booleans. One value list would be needed that is simply with the value '1'. Then each field would be a checkbox using that value list. Now whenever a certain checkbox is checked, those field value with be 1 and in unchecked, nothing. It would be easier to do reports this way considering that if you use one field with a checkbox as you do now, you would have to create 3 seperate calc fields with a patterncount anyway for reporting.
emjay Posted June 18, 2007 Author Posted June 18, 2007 As per your suggestion - that's what I already have set up. What's not happening is I cannot edit the field in the portal row. Any ideas? Thanks
mr_vodka Posted June 18, 2007 Posted June 18, 2007 Could you be a little more specific? Are you getting a message or can you just not do anything with them at all? Is the field behavior set to allow entry in browse mode?
emjay Posted June 18, 2007 Author Posted June 18, 2007 Thanks again for taking the time- I'm not getting any message - and what's interesting is it's working properly when accessed via IWP. Again, when using the file locally there is no checkbox appearing for the field and when I click on the area where the checkbox should be I can see the box but it only stays for flash. When I look at the same layout/ fields via IWP it works. Strange indeed.
mr_vodka Posted June 18, 2007 Posted June 18, 2007 Double check your pen settings (pen pattern, pen width, pen color)
emjay Posted June 19, 2007 Author Posted June 19, 2007 Bullseye. I have to laugh at myself for making such a dopey mistake. Thanks again for the good call. MJ
Recommended Posts
This topic is 6368 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now