Hi All,
I have one issue with my EP WebForm:
My scenario is:
1) I have created a Web form
2) with Sales Line and InventDim as Data source
3) and displayed following fields in the Grid
SalesLine.SalesId
SalesLine.ItemId
SalesLine.Sales
Hi Ricardo,
There is a nice workaround. Say you have a text control, just select Line
Above, Line Below, Line Left n Line right property to a value like solid/
dashed/dotted etc. This will give a grid like appearance.
Lemme know if u require any clarifications.
Arijit Basu
On 12/3/07, ricardode
Hi all,
Is there a way to print info in the form of a grid in the body section
of the report?
If so does some one have an example?
thanking you in advance,
ricardo
hi,
how do i load xml data into grid? please help me
best regard,
su
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for ax
llage@yahoogroups.com
Emne: RE: RE : [Axapta-Knowledge-Village] Grid, HighlightActive
I grid concerned was called Grid, and the autodeclare property was set to
Yes.
I mean after the super() call.
The code I used was
public int active()
{
int ret;
ret = super();
grid.update();
r
-
From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jens Strandberg
Sent: Thursday, 17 November 2005 6:02 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE : [Axapta-Knowledge-Village] Grid, HighlightActive
Thanks Barry,
Do you mean after "retur
d'origine-
> De : Axapta-Knowledge-Village@yahoogroups.com
> [mailto:[EMAIL PROTECTED] De la part de Jens
> Strandberg
> Envoyé : 16 novembre 2005 03:08
> À : [EMAIL PROTECTED]
> Objet : [Axapta-Knowledge-Village] Grid, HighlightActive
>
> åØåHello there,
>
: Wednesday, 16 November 2005 11:23 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE : [Axapta-Knowledge-Village] Grid, HighlightActive
I did encounter this too when working on a special grid. I wasn't able to
correct this weird behaviour. If you find anything, let us know!
S
nvoyé : 16 novembre 2005 03:08
À : [EMAIL PROTECTED]
Objet : [Axapta-Knowledge-Village] Grid, HighlightActive
åØåHello there,
Normally, when you skip through a grid, the current line will be marked with
a > .
In one particular grid, I am using different colours to highlight different
lines
åØåHello there,
Normally, when you skip through a grid, the current line will be marked with
a > .
In one particular grid, I am using different colours to highlight different
lines according to various values, and in order to be able to see all lines
with the correct colour, I have set the grid p
Hi Alonso
use this:
InventTable_ds.first(); if (InventTable_ds.mark()) Print inventTable.recId;
while (InventTable_ds.next()) { if (InventTable_ds.mark()) Print inventTable.recId; }
Best regards,
Diego M. Gagliano
Please fill free to co
hi Alfonso
look at the marked method on the datasource. when you select three records they are marked with 1
regards
harryAlfonso Collados Arroyo <[EMAIL PROTECTED]> wrote:
Hi all;
I have a Grid link to a DataSource (for example: InvenTable). This Grid have MultiSelect true. I choose
Hi all;
I have a Grid link to a DataSource (for example: InvenTable). This Grid
have MultiSelect true. I choose 3 registers by cliking (using ctrl or shift).
How can I recover these registers to insert in one auxiliary table?
Thanks very much
Sorry for my English,
Alfonso
Thanks for trying
Fabrice. I'll look at this some more.
Steeve...
-Message d'origine-
De : Fabrice Perez
[mailto:[EMAIL PROTECTED]
Envoyé : 1 novembre 2004
20:31
À :
[EMAIL PROTECTED]
Objet : RE:
[Axapta-Knowledge-Village] Grid goes white
Hi Steeve,
I’ve followed your instructions but I can’t reproduce
(3.0 SP3 w/o HF on Win2003). There must be more to it…
Fabrice
From: Steeve Gilbert
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 02, 2004
12:22 AM
To:
[EMAIL PROTECTED]
Subject:
[Axapta-Knowledge
In our 3.0 SP3 DB we have a weird grid bug. To
reproduce go to Account Receivable -> Journals -> Payments -> Payment
journal, select "All" in "Show" comboBox, and without
selecting any record, click on the vertical scroll bal to do a "page
up" like. Then select a record in the grid. Wh
16 matches
Mail list logo