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)
....
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
TGridEdit:lNumeric not assignable
- ignacio
- Site Admin
- Mensajes: 9469
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
TGridEdit:lNumeric not assignable
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)
> ....
>
>
>
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)
> ....
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
TGridEdit:lNumeric not assignable
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)
> ....
>
>
>
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
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)
>> ....
>>
>>
>>
>
>
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
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)
>> ....
>>
>>
>>
>
>
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)
>> ....
>>
>>
>>
>
>