<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have create a Table CustAmountItemGroup, with the fields
orderAccount, itemgroupid, periode, amount
> The table has a relation to the custTable on orderAccount.
>
> How can I make a CROSS TABLE (Kreuztabelle) in the custTable FORM
in a extra TabPage?
>
>
> periode1 periode2 periode3
periode4
> itemgroup1 amount amount amount
amount
> itemgroup2 amount ...
> itemgroup3
>
> Thanks for any help.
>
> puwo
Hi,
have you thought about a temporary table, to be filled on the
TabChange Event, before entering the tab. This prevents you from
time consuming data retrieval on the activate method of the
datasource.
cu
M
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

