Subject | Re: [IBO] Re: ib_grid question about glyphs |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-01-12T09:04:30Z |
I don't know the answer to your original question, but why do you have
like a contradiction to me.
Set
At 08:35 12.01.2001 -0000, you wrote:
> ReadOnly = TrueReadOnly makes it not updateable, RequestLive makes it updateable. Seems
> RequestLive = True
like a contradiction to me.
Set
At 08:35 12.01.2001 -0000, you wrote:
>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
>> >
>> >
>> >
>> >
>> >
>
>
>
>
>