Create record [message #121103] |
Thu, 26 May 2005 01:57 |
jonmich005
Messages: 53 Registered: April 2005
|
Member |
|
|
Hello
I have a datablock and each item is shown 20 times.
The datablock exists out of an ID and a NAME
Now I need to know the following:
Is it possible to move one record from place whenI click create record.
i.e
Before I click:
ID=1,ID=2,ID=3
NAME='JONAS,NAME='RAF,NAME=''
After I click:
ID=1,ID=2,ID=3
NAME='JOS',NAME='JONAS',NAME='RAF'
If I do it know whit the following code, the ID is always moved a place so that I get the following after I click:
ID=1,ID=4,ID=2
This is teh code I use:
go_item('tl_int');
create_record;
go_block('interval');
execute_query;
Greetings
|
|
|