Check out the 'Impossible ObjectPal' article on www.thedbcommunity.com -
which shows how to do exactly that.
--
--
Paradox Support http://www.thedbcommunity.com/support/
Tony McGuire
_____________
The form is an example of a self made record-explorer with which you can
highlight some records and select their numbers in a table for further use.
Also you can change the column-width with only OPAL methods.
To test it, you have to unzip the PdoxExplorer.zip, make this folder your
work-folder and then start the form "StartExplorer.fsl". The latter is
necessary, if you would try to start the Explorer.fsl you'll get an error
message.
I use it in my apps and it's working fine for me. It is saved with P9. If
you have another version you'll compile and resave all *.fsl and *.lsl
files.
As it is only an example a lot of functionality of this "Explorer" isn't
shown. But to study the principle the code in the TestBib.lsl will give you
a lot of hints.
Egbert, 16:28 in Germany
"mike.potter" <mike....@merlincircuit.co.uk> schrieb im Newsbeitrag
news:412287e2_2@cnews...
>
> Hi
> This may well be impossible but does any one know a simple way of setting
a
> filter or a calculation that highlights specific records in a report
table.
>
>
> Mike Potter
>
>
>
Egbert,
He's asking how to do this in a REPORT rather than a FORM.
That requires that methods/code be added to the report, which is totally
different than adding code to a form.
Egbert, 17:10 in Germany
Egbert
"Tony McGuire" <cng.paradoxcommunity@com> schrieb im Newsbeitrag
news:4124b8cc$1_1@cnews...
i've downloaded the article and am trying to follow the description of how
to enter OPAL to a report.
1. Open the report you wish to add code to in design mode.
2. Open a form (any form) in design mode, and bring up the "methods"
dialog box.
Does this mean to open the object explorer's METHOD TAB, then click on <New
Method> to get to the little box where the metod's name has to be entered ?
3. Pin down the "methods" dialog by clicking on the icon in the upper-right
corner. (This step is optional.)
I can't detect an icon in the upper-right corner of that box (besides the
CLOSE icon), therefore I think I am already on the wrong trace, am I?
Completely lost with the last steps to follow.
4. Click on the report object you wish to add code to.
5. The "methods" dialog should now be displaying a list of methods available
for that report object. You can now open ObjectPAL editor windows as
if you were working on a form.
Would be very thankful for a more detailed desription.
Uwe.
"Tony McGuire" <cng.paradoxcommunity@com> schrieb im Newsbeitrag
news:4123537c_3@cnews...
Oh, yeah - PME = "Properties, Methods, Events".
BTW, ProView directly supports report's methods editing (ProView Advanced
Floating Panel)
Valdimir