Re: Linked text in a field as a form

2006-11-12 Thread Ken Ray
On 11/12/06 4:24 PM, "Eric Chatonet" <[EMAIL PROTECTED]> wrote: > Hi Bill, > > on linkclicked > put the clickchunk > end linkclicked > > Will return something like char 15 to 30 of field 1: first char to > end char of the linked clicked text in field 1. Here you go Bill: on linkClicked p

Re: Linked text in a field as a form

2006-11-12 Thread Eric Chatonet
Hi Bill, on linkclicked put the clickchunk end linkclicked Will return something like char 15 to 30 of field 1: first char to end char of the linked clicked text in field 1. Le 12 nov. 06 à 23:11, Bill Vlahos a écrit : The long id of the target just points to the filed itself not to a

Re: Linked text in a field as a form

2006-11-12 Thread Bill Vlahos
The long id of the target just points to the filed itself not to anything specific inside the field (i.e. field id 1004 of card id 1002 of stack "Untitled 1"). What I need is the char 23 to char 30 of the field. ChickChar only gives me the char number clicked on but the the entire linked phra

Re: Linked text in a field as a form

2006-11-11 Thread Ken Ray
On 11/11/06 4:37 PM, "Bill Vlahos" <[EMAIL PROTECTED]> wrote: > The following handler in the locked field will give me the grouped text > itself: > on linkClicked theText >put theText > end linkClicked > > ...but it won't tell me > 1. Which group it was in the field (can I identify multiple l

Linked text in a field as a form

2006-11-11 Thread Bill Vlahos
The traditional way to deal with an on screen form is to have a number of label fields and data fields. This works for simple forms but can get tedious quickly if you have much data to enter. It should be possible to have a field with the prompt text and a grouped data text. I would want the st