Subject Re: [IBO] Programmatically change displaywidth
Author Geoff Worboys
> So, I expanded the syntax of GridLinks to become
> fieldname=width
> or
> table.field=width
> BUT THIS IS OPTIONAL. If you don't use it, your application
> will work anyway.

This sounds great except that I think:

field=WIDTH=nn

would be better. It would allow the use to be extended later, as has
happened with the ColumnAttributes and OrderingLinks. For example:

field=WIDTH=nn;TITLE=cccccc;ALIGN=Centre

TIB_StringList has functions already built to handle this type of
layout, so if you are going to go down this path its better to prepare
for even further extension in the future.

Just thought

Geoff Worboys
Telesis Computing