Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Clarion in general: Who What and Where 2002-08-27 -- Russell B. Eggen Newsgroups: softvelocity.products.c55ee
I use this code to play with. It will wrap:
IF ?Browse:5{PROPLIST:MouseDownRow} = 0 AND ?Browse:5{PROPLIST:MouseDownField} <> 0
!Check for click in header and group header
LOC:Who = WHO(Queue:5,?Browse:5{PROPLIST:MouseDownField})
!Gets the field name
LOC:What = WHAT(Queue:5,?Browse:5{PROPLIST:MouseDownField})
!Gets the field value
LOC:Where = WHERE(Queue:5,WHAT(Queue:5,?Browse:5{PROPLIST:MouseDownField}))
!Gets the ordinal number of field
END
LOC:Who is a STRING(40)
LOC:What is a CSTRING(100)
LOC:Where is a LONG
--
Russ Eggen
www.radfusion.com
"Ian Holdsworth"
Today is November 21, 2024, 7:26 am This article has been viewed 35224 times. Google search has resulted in 24 hits on this article since January 25, 2004.
|
|