I have never had to do this before,
Client wants an Asterick to appear in a column in a grid if the duedate is greater then todays date. There is no filed in the table for it so it is on-the-fly for each record in the grid.
Where do you place it in the grid? I assume it is someplace in the grid.column.text1 object
calculation is iif(ttod(duedate) > date() , "*" , " ")
A search of all VFP Forums and FAQ's did not find anything on the subject.
David W. Grewe Dave
Client wants an Asterick to appear in a column in a grid if the duedate is greater then todays date. There is no filed in the table for it so it is on-the-fly for each record in the grid.
Where do you place it in the grid? I assume it is someplace in the grid.column.text1 object
calculation is iif(ttod(duedate) > date() , "*" , " ")
A search of all VFP Forums and FAQ's did not find anything on the subject.
David W. Grewe Dave