Subject Re: ib_grid question about glyphs
Author spou@spou.dhs.org
I knew it! I knew it was something with me!

I removed the spaces, and everything went back to the way it should
be.

This solve the case of the missing glyphs! Thanks a real lot for that
help!

now, I shall find the problem of my searchedit...

Stephane

--- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...> wrote:
> Try getting rid of the spaces around the '=' in the OrderingLinks
property.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: <spou@s...>
> To: <IBObjects@egroups.com>
> Sent: Friday, January 12, 2001 1:35 AM
> Subject: [IBO] Re: ib_grid question about glyphs
>
>
> well, there it is, in it simpliest form...
> --------------------------------------------
>
> object IB_Query1: TIB_Query
> ColumnAttributes.Strings = (
> 'DESCRIPTION=YESLIKE;YESTRAILING;YESCASE')
> DatabaseName = 'spou2:C:\Program Files\InterBase\Bin\andre.GDB'
> FieldsCharCase.Strings = (
> 'DESCRIPTION=NORMAL')
> FieldsDisplayLabel.Strings = (
> 'SKU_INTERNE=SKU Interne'
> 'NUMERO_FOUR=Num Fournisseur'
> 'SERIAL_NUM=Numero Serie'
> 'SKU_FOUR=SKU Fournisseur'
> 'DESCRIPTION=Description'
> 'QUTTE_STOCK=En Stock')
> FieldsDisplayWidth.Strings = (
> 'SKU_INTERNE=150'
> 'SKU_FOUR=150')
> FieldsVisible.Strings = (
> 'DB_KEY=FALSE')
> IB_Connection = module.IB_Connection1
> SQL.Strings = (
> 'SELECT SKU_INTERNE'
> ' , NUMERO_FOUR'
> ' , SERIAL_NUM'
> ' , SKU_FOUR'
> ' , DESCRIPTION'
> ' , QUTTE_STOCK'
> 'FROM INVENTAIRE')
> ColorScheme = True
> KeyLinks.Strings = (
> 'INVENTAIRE.sku_interne')
> MasterSearchFlags = [msfOpenMasterOnOpen,
> msfSearchAppliesToMasterOnly]
> OrderingItemNo = 1
> OrderingItems.Strings = (
> 'sku_interne = INVENTAIRE.SKU_INTERNE'
> 'sku_four = INVENTAIRE.SKU_FOUR'
> 'SERIAL_NUM = INVENTAIRE.SERIAL_NUM'
> 'NUMERO_FOUR = INVENTAIRE.NUMERO_FOUR'
> 'description = INVENTAIRE.DESCRIPTION')
> OrderingLinks.Strings = (
> 'INVENTAIRE.SKU_INTERNE = 1'
> 'INVENTAIRE.SKU_FOUR = 2'
> 'INVENTAIRE.SERIAL_NUM = 3'
> 'INVENTAIRE.NUMERO_FOUR = 4'
> 'INVENTAIRE.DESCRIPTION = 5')
> ReadOnly = True
> RefreshAction = raKeepDataPos
> RequestLive = True
> SearchedDeletes = False
> SearchingLinks.Strings = (
> 'INVENTAIRE.SKU_INTERNE = 1'
> 'INVENTAIRE.SKU_FOUR = 2'
> 'INVENTAIRE.SERIAL_NUM = 3'
> 'INVENTAIRE.NUMERO_FOUR = 4'
> 'INVENTAIRE.DESCRIPTION = 5')
> BufferSynchroFlags = []
> FetchWholeRows = True
> Left = 571
> Top = 124
> end
>
> --------------------------------------------
>
>
>
>
> --- In IBObjects@egroups.com, Svein Erling Tysvær
> <svein.erling.tysvaer@k...> wrote:
> > Noone flames you for relevant posts. But it would be nice if you
> removed
> > excess baggage - e.g. components not neccessary to recreate your
> problem.
> >
> > Note that this list doesn't allow attachments. Either paste it in
> your
> > post, or use the files capasity of this list.
> >
> > Set
> >
> > At 08:22 12.01.2001 -0000, you wrote:
> > >no problem, but it's a bit lenthy, more than a screen. is it ok
to
> > >post it here ? I would not like to be flamed because of a long
> > >post...
> > >
> > >Stephane
> > >
> > >
> > >--- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...>
> wrote:
> > >> You might also consider sharing your DFM of the form with us.
> That
> > >might
> > >> help give some clues.
> > >>
> > >> Jason Wharton
> > >> CPS - Mesa AZ
> > >> http://www.ibobjects.com
> > >
> > >
> > >
> > >
> > >