Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Button in a grid from a view?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Button in a grid from a view?
Miscellaneous
Thread ID:
00229218
Message ID:
00229218
Views:
51
I want to place a button in a grid as a replacement for a text object on a single line of a multi transaction data source.

I have a grid for a manager that needs to verify secondary data to support a total for one "type" of daily function on an end of shift report.

Each line has a separate total for daily production. One of them demands further work so the column for "Type" on that one transaction I want a push button that has the tansactions data for type as the label for the button and all other rows will just be the actual data with no buttons.

Data is view based:

Sele lookup.ctype, sum(ctr.pamount) as totals ;
FROM ctr RIGHT OUTER JOIN lookup ;
ON Ctr.ctype = lookup.lucode ;
WHERE Ctr.eod <> .T. ;
GROUP BY Ctr.ctype ;
ORDER BY Ctr.ctype

I cannot determine if the end user will change the lookup table thus changing the postion of the button in place of the the ctype I am tracking.
Next
Reply
Map
View

Click here to load this message in the networking platform