I have a form withtwo properties, placed side by side:1.  A Variable Lookup 
List Box      Displays a list of names.  A mouse click loads the name      from 
column FullName into variable vName    The On-Click EEP contains the 
followingcommands to filter the rows
    displayed in the Enhanced DB Grid based on the name selected, and to    
sort those rows by a date column
      PROPERTY EventListFILTERS->COLUMN_NAME->FullName .vName      PROPERTY 
EventList SORTASC 'eventDay'      RECALCVARIABLES  --are some Variable 
Editproperties on form
 2.  An Enhanced DB Grid, Compnent ID = EventList         Displays 4 columns 
from table Plans.         The first is column EventDay DATE          The next 2 
are READ ONLY (set inColumns tab)        The fourth, FullName, is the 
filtercolumn     The Enhanced DB Grid property has these values set        
Editing, Titles, Grid Focus Navigation,        Allow Tabs, Skip Read Only 
Columns, andsome others
 What I am trying todo is:1. After a name isclicked on in the Variable Lookup 
Box,      Display a list all rows containing FullName in theGrid, 
     each with a different EventDay value. 
2.  Display these rows sorted by EventDay.3.  Allow the user to change a date 
in EventDay field.4.  After making the change, have the rows resortagain by 
EventDay. The FILTERS commandin the On-Click EEP causes the rows to display 
properly in the Grid, but the SORTASCcommand is not causing therows to sort by 
thedate field EventDate.  I have also placedthis
command in the “On-Entry into DB Grip EEP” for the Enhanced DB Grid, 
and in several other EEPs, but that didn’t solve the sort problem. I am 
guessing thatsome of you have successfully mastered this problem.  What am I 
doing wrong? PS  I am still using R:Base X, not X.5
R. Hopkins

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/907460075.1229732.1615834134245%40mail.yahoo.com.

Reply via email to