Página 1 de 1

TGridEdit:lNumeric not assignable

Publicado: Vie Mar 07, 2008 10:46 am
por Ingo JH
Ignacio, Jose,
when I try to assign oGridEdit:lNumeric then I get the errormessage below.
Is it correct that lNumeric is declared as hidden?
Regards
Ingo
******************************* Fehlerprotokoll
*******************************
Datum: 07.03.08
Zeit: 10:40:13
Verfí¼gbarer Speicher: 528260
Akueller Bereich: 2
----------------------------
Compiler-Information -----------------------------
Xailer-Version: Xailer 1.8.1 Version 1.8
Compiler: xHarbour build 1.0.0 Intl. (SimpLex) PCode Version: 9
C/C++-Compiler: Borland C++ 5.8.0
Windows-Plattform: Windows Windows Vista Professional 6.00.6000
---------------- Information í¼ber die interne
Fehlerbehandlung ----------------
Untersystemaufruf: BASE
Systemcode: 1004
Default-Status: .F.
Beschreibung: Scope Violation <HIDDEN>
Operation: _LNUMERIC
Argumente: [ 1] = Typ: O Wert:
Involvierte Dateien:
DOS-Fehlercode: 0
Aufgerufene Programmteile:
GERICHTSLISTE:BRWCOLUMN6GRIDEDITCREATE (103)
TDBBRWCOLUMN:ONGRIDEDITCREATE (0)
TDBBRWCOLUMN:EDITCONTROL (848)
TDBBRWCOLUMN:ADJUST (600)
TDBBROWSE:ADJUST (471)
TBROWSE:CREATE (383)
TDBBROWSE:CREATE (96)
....

TGridEdit:lNumeric not assignable

Publicado: Vie Mar 07, 2008 11:01 am
por ignacio
Ingo,
That property is not availabe on TMaskEdit and inherited classes (turn to
private). Use the picture mask instead.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Ingo" <support@mandantwin.com> escribió en el mensaje
news:47d10ee6$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio, Jose,
>
> when I try to assign oGridEdit:lNumeric then I get the errormessage below.
> Is it correct that lNumeric is declared as hidden?
>
> Regards
>
> Ingo
>
>
> ******************************* Fehlerprotokoll
> *******************************
>
> Datum: 07.03.08
> Zeit: 10:40:13
> Verfügbarer Speicher: 528260
> Akueller Bereich: 2
>
> ----------------------------
> Compiler-Information -----------------------------
>
> Xailer-Version: Xailer 1.8.1 Version 1.8
> Compiler: xHarbour build 1.0.0 Intl. (SimpLex) PCode Version: 9
> C/C++-Compiler: Borland C++ 5.8.0
> Windows-Plattform: Windows Windows Vista Professional 6.00.6000
>
> ---------------- Information über die interne
> Fehlerbehandlung ----------------
>
> Untersystemaufruf: BASE
> Systemcode: 1004
> Default-Status: .F.
> Beschreibung: Scope Violation <HIDDEN>
> Operation: _LNUMERIC
> Argumente: [ 1] = Typ: O Wert:
> Involvierte Dateien:
> DOS-Fehlercode: 0
>
> Aufgerufene Programmteile:
> GERICHTSLISTE:BRWCOLUMN6GRIDEDITCREATE (103)
> TDBBRWCOLUMN:ONGRIDEDITCREATE (0)
> TDBBRWCOLUMN:EDITCONTROL (848)
> TDBBRWCOLUMN:ADJUST (600)
> TDBBROWSE:ADJUST (471)
> TBROWSE:CREATE (383)
> TDBBROWSE:CREATE (96)
> ....
>
>
>

TGridEdit:lNumeric not assignable

Publicado: Vie Mar 07, 2008 11:01 am
por NoName
Ingo,
That property is not availabe on TMaskEdit and inherited classes (turn to
private). Use the picture mask instead.
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Ingo" <support@mandantwin.com> escribió en el mensaje
news:47d10ee6$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ignacio, Jose,
>
> when I try to assign oGridEdit:lNumeric then I get the errormessage below.
> Is it correct that lNumeric is declared as hidden?
>
> Regards
>
> Ingo
>
>
> ******************************* Fehlerprotokoll
> *******************************
>
> Datum: 07.03.08
> Zeit: 10:40:13
> Verfügbarer Speicher: 528260
> Akueller Bereich: 2
>
> ----------------------------
> Compiler-Information -----------------------------
>
> Xailer-Version: Xailer 1.8.1 Version 1.8
> Compiler: xHarbour build 1.0.0 Intl. (SimpLex) PCode Version: 9
> C/C++-Compiler: Borland C++ 5.8.0
> Windows-Plattform: Windows Windows Vista Professional 6.00.6000
>
> ---------------- Information über die interne
> Fehlerbehandlung ----------------
>
> Untersystemaufruf: BASE
> Systemcode: 1004
> Default-Status: .F.
> Beschreibung: Scope Violation <HIDDEN>
> Operation: _LNUMERIC
> Argumente: [ 1] = Typ: O Wert:
> Involvierte Dateien:
> DOS-Fehlercode: 0
>
> Aufgerufene Programmteile:
> GERICHTSLISTE:BRWCOLUMN6GRIDEDITCREATE (103)
> TDBBRWCOLUMN:ONGRIDEDITCREATE (0)
> TDBBRWCOLUMN:EDITCONTROL (848)
> TDBBRWCOLUMN:ADJUST (600)
> TDBBROWSE:ADJUST (471)
> TBROWSE:CREATE (383)
> TDBBROWSE:CREATE (96)
> ....
>
>
>

TGridEdit:lNumeric not assignable

Publicado: Vie Mar 07, 2008 12:34 pm
por Ingo JH
Ignacio,
ok, I understand.
Thank you
Ingo
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> schrieb im Newsbeitrag
news:47d1127a$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ingo,
>
> That property is not availabe on TMaskEdit and inherited classes (turn to
> private). Use the picture mask instead.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Ingo" <support@mandantwin.com> escribió en el mensaje
> news:47d10ee6$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Ignacio, Jose,
>>
>> when I try to assign oGridEdit:lNumeric then I get the errormessage
>> below.
>> Is it correct that lNumeric is declared as hidden?
>>
>> Regards
>>
>> Ingo
>>
>>
>> ******************************* Fehlerprotokoll
>> *******************************
>>
>> Datum: 07.03.08
>> Zeit: 10:40:13
>> Verfí¼gbarer Speicher: 528260
>> Akueller Bereich: 2
>>
>> ----------------------------
>> Compiler-Information -----------------------------
>>
>> Xailer-Version: Xailer 1.8.1 Version 1.8
>> Compiler: xHarbour build 1.0.0 Intl. (SimpLex) PCode Version:
>> 9
>> C/C++-Compiler: Borland C++ 5.8.0
>> Windows-Plattform: Windows Windows Vista Professional 6.00.6000
>>
>> ---------------- Information í¼ber die interne
>> Fehlerbehandlung ----------------
>>
>> Untersystemaufruf: BASE
>> Systemcode: 1004
>> Default-Status: .F.
>> Beschreibung: Scope Violation <HIDDEN>
>> Operation: _LNUMERIC
>> Argumente: [ 1] = Typ: O Wert:
>> Involvierte Dateien:
>> DOS-Fehlercode: 0
>>
>> Aufgerufene Programmteile:
>> GERICHTSLISTE:BRWCOLUMN6GRIDEDITCREATE (103)
>> TDBBRWCOLUMN:ONGRIDEDITCREATE (0)
>> TDBBRWCOLUMN:EDITCONTROL (848)
>> TDBBRWCOLUMN:ADJUST (600)
>> TDBBROWSE:ADJUST (471)
>> TBROWSE:CREATE (383)
>> TDBBROWSE:CREATE (96)
>> ....
>>
>>
>>
>
>

TGridEdit:lNumeric not assignable

Publicado: Vie Mar 07, 2008 12:34 pm
por Ingo JH
Ignacio,
ok, I understand.
Thank you
Ingo
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> schrieb im Newsbeitrag
news:47d1127a$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Ingo,
>
> That property is not availabe on TMaskEdit and inherited classes (turn to
> private). Use the picture mask instead.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Ingo" <support@mandantwin.com> escribió en el mensaje
> news:47d10ee6$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Ignacio, Jose,
>>
>> when I try to assign oGridEdit:lNumeric then I get the errormessage
>> below.
>> Is it correct that lNumeric is declared as hidden?
>>
>> Regards
>>
>> Ingo
>>
>>
>> ******************************* Fehlerprotokoll
>> *******************************
>>
>> Datum: 07.03.08
>> Zeit: 10:40:13
>> Verfí¼gbarer Speicher: 528260
>> Akueller Bereich: 2
>>
>> ----------------------------
>> Compiler-Information -----------------------------
>>
>> Xailer-Version: Xailer 1.8.1 Version 1.8
>> Compiler: xHarbour build 1.0.0 Intl. (SimpLex) PCode Version:
>> 9
>> C/C++-Compiler: Borland C++ 5.8.0
>> Windows-Plattform: Windows Windows Vista Professional 6.00.6000
>>
>> ---------------- Information í¼ber die interne
>> Fehlerbehandlung ----------------
>>
>> Untersystemaufruf: BASE
>> Systemcode: 1004
>> Default-Status: .F.
>> Beschreibung: Scope Violation <HIDDEN>
>> Operation: _LNUMERIC
>> Argumente: [ 1] = Typ: O Wert:
>> Involvierte Dateien:
>> DOS-Fehlercode: 0
>>
>> Aufgerufene Programmteile:
>> GERICHTSLISTE:BRWCOLUMN6GRIDEDITCREATE (103)
>> TDBBRWCOLUMN:ONGRIDEDITCREATE (0)
>> TDBBRWCOLUMN:EDITCONTROL (848)
>> TDBBRWCOLUMN:ADJUST (600)
>> TDBBROWSE:ADJUST (471)
>> TBROWSE:CREATE (383)
>> TDBBROWSE:CREATE (96)
>> ....
>>
>>
>>
>
>