![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
FM 10 advanced - WinXP I have a layout showing a list of tasks each of which has a status of "Pending", "Completed", "Resolved" or "Postponed". In the header of the layout I have a checkbox with the status choices and a button to "refresh" the view. This provides a way to filter the list so you can see only the pending items, etc... When a user arrives at this screen all tasks are shown (show all records in the openeing script) and I want all statuses in the checkbox to be chosen. So in the open script I added the step - set field (_ViewFilter; "Pending Completed Resolved Postponed"). However, when the layout opens no statuses are checked. I also tried the same command and placing a newline character between each value. This populates the first value only. The data viewer shows that the 'words' are assigned to the field but the boxes are not affected the way I intended. I've looked thru several forums trying to find how to do this but so far no luck. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
FM 10 advanced - WinXP I have a layout showing a list of tasks each of which has a status of "Pending", "Completed", "Resolved" or "Postponed". In the header of the layout I have a checkbox with the status choices and a button to "refresh" the view. This provides a way to filter the list so you can see only the pending items, etc... When a user arrives at this screen all tasks are shown (show all records in the openeing script) and I want all statuses in the checkbox to be chosen. So in the open script I added the step - set field (_ViewFilter; "Pending Completed Resolved Postponed"). However, when the layout opens no statuses are checked. I also tried the same command and placing a newline character between each value. This populates the first value only. The data viewer shows that the 'words' are assigned to the field but the boxes are not affected the way I intended. I've looked thru several forums trying to find how to do this but so far no luck. Anyone have any experience here? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Thanks to Lynn and jahn for your quick replies. I used the term 'newline' to describe the pilcrow symbol that appears in the 'specify calculation' dialog box. I should have pasted the actual text into my last post. Your replies prompted me to do a little more experimenting. It seems that the following is what I needed - a pilcrow BEFORE each entry instead of just separating them. "¶Pending¶Resolved¶Ignore¶Postpone" Who'da guessed it? Again I appreciate your input. |
)
#7
| |||
| |||
|
|
"GSteven" <GSP@DavClaServ> wrote in message news:9c743$4b29271c$d1a8fa82$7951 (AT) EDELTACOM (DOT) COM... Thanks to Lynn and jahn for your quick replies. I used the term 'newline' to describe the pilcrow symbol that appears in the 'specify calculation' dialog box. I should have pasted the actual text into my last post. Your replies prompted me to do a little more experimenting. It seems that the following is what I needed - a pilcrow BEFORE each entry instead of just separating them. "¶Pending¶Resolved¶Ignore¶Postpone" Who'da guessed it? Again I appreciate your input. As Jahn says, you don't need the first return character (pilcrow), just one between each value. Although it has worked (at least for me), copying and pasting the return / pilcrow character or other non-alpha-numeric characters can be a waste of time - it doesn't transfer through all newsservers and newsreader applications, so some people simply see blank spaces or some other garbage instead. Helpfull Harry ) |
![]() |
| Thread Tools | |
| Display Modes | |
| |