Welcome! Log In Create A New Profile

Advanced

WEBDEV TABLE - NEW RECORD(S)

Posted by LEE PENG HOCK.pcs.crosspost 
LEE PENG HOCK.pcs.crosspost
WEBDEV TABLE - NEW RECORD(S)
June 09, 2009 10:12AM
IS THERE ANY WAY FOR A 'MASS CREATION NEW RECORD IN WEBDEV TABLE? THAT IS USERS CAN CUT AND PASTE 'MUTIPLE VALUE' TO THE TABLE ROW(S) FOR NEW TRANSACTION RECORDS...

Message forwarded from pcsoft.us.windev
Fabrice Harari.pcs.crosspost
Re: WEBDEV TABLE - NEW RECORD(S)
June 09, 2009 11:55AM
Hi...

Of course there is!

But first here I'm going to suppose that by table you mean the window
control, not the file...

Then the first question comes up: is that a memory table or is it linked
to something? this will change a lot of the code needed to achieve what
you want

In any case, it's easy enough to intercept a wm_paste message on a
control like your table (see EVENT function in the help) and then get
the content of the clipboard (see CLIPBOARD in the help) and add the
lines that you want (tableadd, hadd or query, depending on what you are
trying to achieve exactly)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on [www.fabriceharari.com]


LEE PENG HOCK wrote:
> IS THERE ANY WAY FOR A 'MASS CREATION NEW RECORD IN WEBDEV TABLE? THAT IS USERS CAN CUT AND PASTE 'MUTIPLE VALUE' TO THE TABLE ROW(S) FOR NEW TRANSACTION RECORDS...
>
Message forwarded from pcsoft.us.windev
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: