Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

There are three things that I can see in your code....
~Umberto Nongeroson 16.Jan.04 06:21 PM a Web browser
Notes Client 6.5 Windows 2000, Windows XP


@If(@Elements(Activity) = 0; @Return(0); "");
FIELD recent_activity := @Today;
n := 1;
@DoWhile(
tmpDate:= @Left(Activity[n]; " - ");
tmpAct:= @Right(Activity[n]; " - ");
@command([Compose]; ""; "Mod_Activity");
@SetField("Activity_date"; tmpDate);
@SetField("Activity_enter"; tmpAct);
REM { @SetDocField($Ref; "recent_activity"; @Today) You do not need this in the loop};
@Command([FileSave]);
@Command([FileCloseWindow]);
n := n + 1;
REM { n <= @Elements(Activity) you do not need the trailing ";"};
n <= @Elements(Activity)
)




@DoWhile looping agent problem (~Cheryl Zekgero... 16.Jan.04)
. . There are three things that I can s... (~Dan Elhipister... 16.Jan.04)
. . . . RE: There are three things that I c... (~Cheryl Zekgero... 16.Jan.04)
. . . . . . Ah, sorry. The view agent in @Comma... (~Dan Elhipister... 16.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS