I ame using sheets with e.g. 27 labels on it. 9 rows with 3 labels across.
In my app I want my user give control over which label to print. (Only one label will be printed)
That way he/she can efficient use the whole sheet.
I create the printdata with an sql command which result in cursor with just one record. The datarecord.
For 27 labels my printcursor should hold 27 records.
When I want to print e.g. label 5 I need 4 blank records physically before the record which hold the data.
That way on label 5 my data will be printed.
Q:
Is there an easy way to insert blank records before my datarecord?
Or should I just append blank records and do a sort in way my datrecord is on bottom?
TIA.
-Bart
In my app I want my user give control over which label to print. (Only one label will be printed)
That way he/she can efficient use the whole sheet.
I create the printdata with an sql command which result in cursor with just one record. The datarecord.
For 27 labels my printcursor should hold 27 records.
When I want to print e.g. label 5 I need 4 blank records physically before the record which hold the data.
That way on label 5 my data will be printed.
Q:
Is there an easy way to insert blank records before my datarecord?
Or should I just append blank records and do a sort in way my datrecord is on bottom?
TIA.
-Bart