Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 3:55 am This article has been viewed 35223 times. Google search has resulted in 24 hits on this article since January 25, 2004.
|
|