Thanks for the fast reply.
I'm gonna split a record from the PurchLine Table. Let me clear it up for you. In the PurchLine form, i've added a button called 'Split Line', after i've highlighted a record from the PurchLine Table and click the 'Split Line' button. It'll bring me to another form where it will show the record that i've selected. All i have to do now is to split this record in to 2 or more, with the condition that when you add up all the splited records, the quantity with bring back the same. The questions is:
1) How can i select the record and pull it into the new table? 2) How can i split the record up?
Thanks for your help.
Regards,
Ken
--- In [EMAIL PROTECTED], "Mister L" <[EMAIL PROTECTED]> wrote:
Hi Ken!you have
| 1)Can anyone please tell me what does the super() function do? And | how can i use this function.
The super() calls the original method you are overwriting. So, if
e.g. the delete()-method of a table, then the super()-call in thismethod
deletes the record. And your code should be put before or after thatwill not be
super(). And if you don't call super() in this method, the data
deleted.Coz i
| 2)And how can i split a line of data from a table into 2 datas?
| have to pull out certain data from the table and split it into 2or 3
| smaller groups. How can i do that?
Do you want to split the rows or the colums? And what do you mean by "split"?
bg Herbert
Yahoo! Groups Sponsor ADVERTISEMENT
click here
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

