| Title: | *OLD* ALL-IN-1 (tm) Support Conference | 
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 | 
| Moderator: | IOSG::PYE | 
| Created: | Thu Jan 30 1992 | 
| Last Modified: | Tue Jan 23 1996 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 4343 | 
| Total number of notes: | 18308 | 
    Hello,
    
    A customer would like to customise ALL-IN-1 so that if the Display 
    Task flag in Profile is set to Y, then only display the list of tasks 
    once a day - i.e. only the first time the user login on that day.
    
    Is it possible with ALL-IN-1 V3.0?
    
    Thanks in advance,
    Sau Ha
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1407.1 | Permanent Symbol? | BERN02::MUELLERS | Stefan A. M�ller DTN 761-4864 | Tue Sep 15 1992 06:38 | 10 | 
| Hi, One possibility is to store the date in a permanent symbol when entering the form that displays the tasks. Check this symbol when entering the form. If it's content is the actual date skip this form. As I said: It's still one possibility... Stefan | |||||
| 1407.2 | I can't get it working | WELCLU::LI | Sau Ha Li, Welwyn | Tue Sep 15 1992 13:35 | 23 | 
|     hello,
    
    I did set a permanent symbol($TM_DISPLAYED), but i cannot get it 
    working. Can someone help me out ?
    
    
    I have modified the form TMINITTASKS as followed:
    
    .type
    
    Select ....
    /pre='.if $tm_displayed eqs oa$date then oa$fld_done else xop 
    "~~pre-task~~"'
    /post='bind_break *aient'
    
    ....
    
    
    Can I do oa$fld_done in /pre?
    
    
    thanks in advance,
    Sau Ha
 | |||||
| 1407.3 | an alternative | AIMTEC::ZANIEWSKI_D | Why would CSC specialists need training? | Tue Sep 15 1992 19:07 | 7 | 
|         Modify TMINITFORM.SCP which places the form on the menu stack. 
        Then place a /POST in the form to set the permanent symbol to
        todays date.
        
        I haven't tried it, but it seems sound.
        
        Dave Zaniewski
 | |||||