Sorting in simple way

good day, please i need some explication how to work this code,

#what i want.

i want to open a view using action button in action bar, that call the the view. but before i open the view i want to select the data i need to see,

my present code,

@Command( [OpenFrameset] ; “novAge”) & SELECT ((Form = “RmAging”))& @Text(@Month(dateAge))=“11”

please help me, im just two days old in using lotus developer.

Subject: Not SQL

Well, that’s one thing you can’t really do when you’re not working with a relational database. The view is not to be confused with a SQL statement. It’s a fixed selection of data, which is not done in real time, but is done in the background, and cached, ready to be presented to a user. You can not open a view with a parameter from the Notes client.

If you want to create a view, don’t ever use @Today, @Now, or any variation on those formulas. The server will never stop reindexing the view. You can, if you want to, create an agent that updates the view selection formula nightly, if you want a view with only “current” documents.

Make sure to also search the older forums for versions 4 & 5, and 6 & 7, for more information on this topic.

/Peter

Subject: Need to read up on the basics…

You should start with reading up on the basics of Notes development. If you work for a company, it may be much more efficient to hire someone that actually knows the platform.

I am sure that an experienced Notes developer can build what you need in a very short time, compared with how long it will take you to learn it and/or figure it out.

After you learn the basics, you may want to take a look at Things to think about when programming in Notes – TexasSwede, but it assumes that you at least know how Notes works, and also that you know some Lotusscript.

Subject: thanks

thank you for the response, i think no need for short cut and start from the bottom .