Page 2 of 2 < 1 2
Topic Options
Rate This Topic
#135270 - 08/30/06 06:40 AM Re: @@:Application Delete Entry [Re: Björn]
Björn Offline
Stealth Member

Registered: 01/10/05
Posts: 11
Hi,
I'm only able to delete the "first" selected entry I select on TF. If I select (or highlight) more than one, only the first will be deleted.

I've read something about this problem, but perhaps you know something I can test quickly.

TIA,
Björn.

Top
#135272 - 08/30/06 07:26 AM Re: @@:Application Delete Entry [Re: Björn]
thwe Offline
Stealth Member

Registered: 03/11/04
Posts: 188
Loc: Germany
Do you loop with an guide over the table field?

Or do you call another guide from the guide which loops over the table field? In this case you could not refer to fields of the table until you set them into an temp field before calling the second guide (really anoing feature).

Top
#135273 - 08/30/06 07:47 AM Re: @@:Application Delete Entry [Re: thwe]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Hi,

Do you use $ROWSELECTED$ keyword?
_________________________
Vincent.

Top
#135284 - 08/31/06 12:51 AM Re: @@:Application Delete Entry [Re: Vincent_RIEDWEG]
Björn Offline
Stealth Member

Registered: 01/10/05
Posts: 11
Hi,
I loop the TF just with one guide:

- I've an AL, Form_Button_Delete_Entry_Loop, that executes on button click and has the Call Guide action

- I've another AL, Form_Button_Delete_Entry, that does the following action:

@@:Application-Delete-Entry "$Form$" $C_IDpeticion_Accidentes3$

Both AL act over the same form. The TF shows entries from another form.

I don't use $ROWSELECTED$ keyword because, if I'm right, it's not necessary if you enables the Table Loop and and Table Loop Selected Entrys Only checkboxes.

TIA,
Björn.

Top
#135287 - 08/31/06 01:49 AM Re: @@:Application Delete Entry [Re: Björn]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
It seems to be good...

Log your anctive links to see what happens.
_________________________
Vincent.

Top
#135288 - 08/31/06 02:29 AM Re: @@:Application Delete Entry [Re: Björn]
thwe Offline
Stealth Member

Registered: 03/11/04
Posts: 188
Loc: Germany
What is execute on of AL Form_Button_Delete_Entry ?

It should have none. The AL should only be included in the AL Guide.

Top
Page 2 of 2 < 1 2