Hi Roger,
The fieldchooser in the sample isn't working, as you wrote in the notes of that sample. You can fix this as follows:
Replace the line:
DCHOTKEY xbeK_F11 ACTION {||oReport:SetFieldChooserHandle(oFieldChooser:hWnd)}
With the following line:
DCHOTKEY xbeK_F11 ACTION {||oReport:FieldChooser := oFieldChooser}
This way the fieldchooser works without problem.
fieldchooser in reportcontrol sample.
Re: fieldchooser in reportcontrol sample.
Chris -
Thank you for that information.
I corrected the sample per your instructions.
Roger
Thank you for that information.
I corrected the sample per your instructions.
Roger
The eXpress train is coming - and it has more cars.