![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Is it possible to append a hidden column in front of the existing first column/cell? Statement: table9.SelectCell("H",0) appends a zero width column after the existing last column/cell and the appearance of the row in the screen starts at the end – that is not desired. regards. |
|
||||
|
It is not possible to add a column in the first (or leftmost) position. If you add a column to a table, it will always be in the far right position.
The only way around this (that I can think of) would be to create a second table, and add the column you want. That column would then be in the leftmost position. You would then have to basically copy all of the columns from the first table to the second table, and then copy the value of each cell from table1 to table2. You could then dispose of the first table. Make sense? Gary
__________________
PC: Windows XP Pro SP2 / Basic4PPC v6.3 PPC: HTC 8925 (AT&T Tilt) / Windows Mobile 6 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modifying the table column header | mozaharul | Questions & Help Needed | 2 | 05-12-2008 07:38 AM |
| Column names in a table | pmu5757 | Questions & Help Needed | 2 | 05-07-2008 02:50 PM |
| Display images in table column | chow | Questions & Help Needed | 1 | 04-23-2008 11:50 AM |
| Tables - column position | LineCutter | Questions & Help Needed | 6 | 02-22-2008 02:30 PM |
| Remove Column | derez | Bug Reports | 1 | 11-01-2007 05:16 PM |