How to insert record in a specific position |
Post Reply |
Author | |
sosepe
Groupie Joined: 09 March 2007 Location: Italy Status: Offline Points: 17 |
Post Options
Thanks(0)
Posted: 01 March 2012 at 5:29am |
Hello, it's possible to insert a new record in a specific position?
Example: i have a reportcontrol with 3 records: rec1 rec2 rec3 how to insert a new record between rec2 and rec3 withouth delete all records and reinsert all? rec1 rec2 new record rec3 Many Many thanks!! I hade CodeJock v15.1.3.0908 |
|
Peter59
Groupie Joined: 19 July 2007 Status: Offline Points: 61 |
Post Options
Thanks(0)
|
from the provided help file:
Insert Method Description Inserts a new record\row at the specified position in the collection of records Syntax Public Function Insert( ByVal Index As Long ) As ReportRecord Parameters Index The position in the collection of records to insert this record.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.2.1
Platform: Windows 7 64 Bit Language: Visual Basic 6.0 SP6 |
|
sosepe
Groupie Joined: 09 March 2007 Location: Italy Status: Offline Points: 17 |
Post Options
Thanks(0)
|
Many Many thanks for the reply !
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |