« Return to Thread: Re: method to assign values to a field

Re: method to assign values to a field

by softmartin :: Rate this Message:

Reply to Author | View in Thread

Gilliam,
an unwanted semicolon crept in; I think that the last line should be

APPLY TO SELECTION([ProgNotes]LastVisit:=True)

HTH
Martin

Begin forwarded message:

> From: softmartin@...
> Date: April 20, 2008 6:53:14 PM GMT+01:00
> To: 4D Basics List <4DBasics@...>
> Subject: Re: method to assign values to a field
> Reply-To: 4D Basics List <4DBasics@...>
>
> Gilliam,
>
> try using the command " apply to selection"
>
> ALL RECORDS([ProgNotes])
> QUERY([ProgNotes];[ProgNotes]DOS>Current date-90)
> ORDER BY([ProgNotes];[Patients]NameLast;[Patients]NameFirst;
> [ProgNotes]DOS;<)
> APPLY TO SELECTION([ProgNotes];LastVisit:=True)
>
> HTH
> Martin
> **********************************************************************
> 4D Basics hosted by 4D, Inc.                       http://www.4D.com/
>
> An all-new List box. More features, more power.
> Headers, footers, cell formatting and other goodies.
> See it here first! <http://www.4d.com/livedemos>
>
> To Unsubscribe:                        mailto:4DBasics-off@...
> **********************************************************************
>
>


**********************************************************************
4D Basics hosted by 4D, Inc.                       http://www.4D.com/

An all-new List box. More features, more power.
Headers, footers, cell formatting and other goodies.
See it here first! <http://www.4d.com/livedemos>

To Unsubscribe:                        mailto:4DBasics-off@...
**********************************************************************


 « Return to Thread: Re: method to assign values to a field