PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Use AAF Paste after Copy Row in same Table control ?
[WD20] Use AAF Paste after Copy Row in same Table control ?
Iniciado por guest, 04,ago. 2015 13:57 - 1 respuesta
Publicado el 04,agosto 2015 - 13:57
Hi,

AAF can be usefull, but I don't seem to get the PASTE function to work.

I have a simple table, AAF is enabled and the Copy Row and Paste functions are visible (Paste is grayed !).

[attachment 1626 Menu.png]

I can copy the row and it is on the clipboard for other applications.

How can I paste this row in the same table as a new row ? How to activate the AAF Paste so it is selectable and not grayed ?
And when the AAF Paste is not grayed anymore, what event or where do I write the code to handle the Paste ?

Thanks
Danny
Publicado el 04,agosto 2015 - 14:16
Hi Dany,

it seems to me that you are looking for a "PASTE ROW" function that does not exist. IMHO, the paste function is there to complement the copy function, NOT the copy row one.

I would think that you would have to code paste row yourself, with all the controls that you want to have in such a function, as you need to make sure that the clipboard content matches your table/application logic.

Best regards