Hello to All
Which of the following ways is the right to assign values directly on a
DataField :
:Contract(dsOBJECT):Value := ::cContract OR
:FieldPut(6,::cContract)
Best Regards
Dionisis
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.
Which is the right way to assign values directly on a DataField
- ignacio
- Site Admin
- Mensajes: 9442
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Which is the right way to assign values directly on a DataField
Dionisis,
Both are correct. The paremeter dsOBJECT should not be necessary.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje de
noticias:[email=4bad99c1@svctag-j7w3v3j....]4bad99c1@svctag-j7w3v3j....[/email]
> Hello to All
>
> Which of the following ways is the right to assign values directly on a
> DataField :
>
> :Contract(dsOBJECT):Value := ::cContract OR
> :FieldPut(6,::cContract)
>
>
> Best Regards
> Dionisis
>
Both are correct. The paremeter dsOBJECT should not be necessary.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje de
noticias:[email=4bad99c1@svctag-j7w3v3j....]4bad99c1@svctag-j7w3v3j....[/email]
> Hello to All
>
> Which of the following ways is the right to assign values directly on a
> DataField :
>
> :Contract(dsOBJECT):Value := ::cContract OR
> :FieldPut(6,::cContract)
>
>
> Best Regards
> Dionisis
>
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
- ignacio
- Site Admin
- Mensajes: 9442
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Which is the right way to assign values directly on a DataField
Dionisis,
Both are correct. The paremeter dsOBJECT should not be necessary.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje de
noticias:[email=4bad99c1@svctag-j7w3v3j....]4bad99c1@svctag-j7w3v3j....[/email]
> Hello to All
>
> Which of the following ways is the right to assign values directly on a
> DataField :
>
> :Contract(dsOBJECT):Value := ::cContract OR
> :FieldPut(6,::cContract)
>
>
> Best Regards
> Dionisis
>
Both are correct. The paremeter dsOBJECT should not be necessary.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje de
noticias:[email=4bad99c1@svctag-j7w3v3j....]4bad99c1@svctag-j7w3v3j....[/email]
> Hello to All
>
> Which of the following ways is the right to assign values directly on a
> DataField :
>
> :Contract(dsOBJECT):Value := ::cContract OR
> :FieldPut(6,::cContract)
>
>
> Best Regards
> Dionisis
>
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
Which is the right way to assign values directly on a DataField
στις 27/3/2010 2:16 μμ, O/H Ignacio Ortiz de Zúñiga ÎγÏαψε:
> Dionisis,
>
> Both are correct. The paremeter dsOBJECT should not be necessary.
>
> Regards,
>
Hello Ignacio
If dsOBJECT ommited , an errorlike this raised:
TFORM9:FTRANSBRWPOSTEDIT(1431)
Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
ΟÏίσματα: ( [ 1] = ΤÏπου: C Τιμή: [ 2] = ΤÏπου: C Τιμή: 7003 )
Sorry for the greeks :
Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
:Contract(dsOBJECT):Value := xValue
What happens?
TIA
Dionisis
> Dionisis,
>
> Both are correct. The paremeter dsOBJECT should not be necessary.
>
> Regards,
>
Hello Ignacio
If dsOBJECT ommited , an errorlike this raised:
TFORM9:FTRANSBRWPOSTEDIT(1431)
Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
ΟÏίσματα: ( [ 1] = ΤÏπου: C Τιμή: [ 2] = ΤÏπου: C Τιμή: 7003 )
Sorry for the greeks :
Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
:Contract(dsOBJECT):Value := xValue
What happens?
TIA
Dionisis
Which is the right way to assign values directly on a DataField
στις 27/3/2010 2:16 μμ, O/H Ignacio Ortiz de Zúñiga ÎγÏαψε:
> Dionisis,
>
> Both are correct. The paremeter dsOBJECT should not be necessary.
>
> Regards,
>
Hello Ignacio
If dsOBJECT ommited , an errorlike this raised:
TFORM9:FTRANSBRWPOSTEDIT(1431)
Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
ΟÏίσματα: ( [ 1] = ΤÏπου: C Τιμή: [ 2] = ΤÏπου: C Τιμή: 7003 )
Sorry for the greeks :
Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
:Contract(dsOBJECT):Value := xValue
What happens?
TIA
Dionisis
> Dionisis,
>
> Both are correct. The paremeter dsOBJECT should not be necessary.
>
> Regards,
>
Hello Ignacio
If dsOBJECT ommited , an errorlike this raised:
TFORM9:FTRANSBRWPOSTEDIT(1431)
Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
ΟÏίσματα: ( [ 1] = ΤÏπου: C Τιμή: [ 2] = ΤÏπου: C Τιμή: 7003 )
Sorry for the greeks :
Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
:Contract(dsOBJECT):Value := xValue
What happens?
TIA
Dionisis
Which is the right way to assign values directly on a DataField
Dionisis,
Perhaps you have a data property with the name 'Contract'. If this is not
the case I am afraid I can not even imagine what it can be. Please tell me
exactly wich kind of dataset you use. BTW, a really small sample showing the
error will be great.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer team
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje
news:[email=4bae97a0@svctag-j7w3v3j....]4bae97a0@svctag-j7w3v3j....[/email]
> ???? 27/3/2010 2:16 ??, O/H Ignacio Ortiz de Zúñiga ??????:
>> Dionisis,
>>
>> Both are correct. The paremeter dsOBJECT should not be necessary.
>>
>> Regards,
>>
>
> Hello Ignacio
>
> If dsOBJECT ommited , an errorlike this raised:
>
> TFORM9:FTRANSBRWPOSTEDIT(1431)
> Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
> ????????: ( [ 1] = ?????: C ????: [ 2] = ?????: C ????: 7003 )
>
> Sorry for the greeks :
>
> Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
> :Contract(dsOBJECT):Value := xValue
>
> What happens?
>
> TIA
> Dionisis
Perhaps you have a data property with the name 'Contract'. If this is not
the case I am afraid I can not even imagine what it can be. Please tell me
exactly wich kind of dataset you use. BTW, a really small sample showing the
error will be great.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer team
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje
news:[email=4bae97a0@svctag-j7w3v3j....]4bae97a0@svctag-j7w3v3j....[/email]
> ???? 27/3/2010 2:16 ??, O/H Ignacio Ortiz de Zúñiga ??????:
>> Dionisis,
>>
>> Both are correct. The paremeter dsOBJECT should not be necessary.
>>
>> Regards,
>>
>
> Hello Ignacio
>
> If dsOBJECT ommited , an errorlike this raised:
>
> TFORM9:FTRANSBRWPOSTEDIT(1431)
> Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
> ????????: ( [ 1] = ?????: C ????: [ 2] = ?????: C ????: 7003 )
>
> Sorry for the greeks :
>
> Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
> :Contract(dsOBJECT):Value := xValue
>
> What happens?
>
> TIA
> Dionisis
Which is the right way to assign values directly on a DataField
Dionisis,
Perhaps you have a data property with the name 'Contract'. If this is not
the case I am afraid I can not even imagine what it can be. Please tell me
exactly wich kind of dataset you use. BTW, a really small sample showing the
error will be great.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer team
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje
news:[email=4bae97a0@svctag-j7w3v3j....]4bae97a0@svctag-j7w3v3j....[/email]
> ???? 27/3/2010 2:16 ??, O/H Ignacio Ortiz de Zúñiga ??????:
>> Dionisis,
>>
>> Both are correct. The paremeter dsOBJECT should not be necessary.
>>
>> Regards,
>>
>
> Hello Ignacio
>
> If dsOBJECT ommited , an errorlike this raised:
>
> TFORM9:FTRANSBRWPOSTEDIT(1431)
> Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
> ????????: ( [ 1] = ?????: C ????: [ 2] = ?????: C ????: 7003 )
>
> Sorry for the greeks :
>
> Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
> :Contract(dsOBJECT):Value := xValue
>
> What happens?
>
> TIA
> Dionisis
Perhaps you have a data property with the name 'Contract'. If this is not
the case I am afraid I can not even imagine what it can be. Please tell me
exactly wich kind of dataset you use. BTW, a really small sample showing the
error will be great.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer team
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <support.sgs@gmail.com> escribió en el mensaje
news:[email=4bae97a0@svctag-j7w3v3j....]4bae97a0@svctag-j7w3v3j....[/email]
> ???? 27/3/2010 2:16 ??, O/H Ignacio Ortiz de Zúñiga ??????:
>> Dionisis,
>>
>> Both are correct. The paremeter dsOBJECT should not be necessary.
>>
>> Regards,
>>
>
> Hello Ignacio
>
> If dsOBJECT ommited , an errorlike this raised:
>
> TFORM9:FTRANSBRWPOSTEDIT(1431)
> Error BASE/1005 Class: 'CHARACTER' has no property: VALUE
> ????????: ( [ 1] = ?????: C ????: [ 2] = ?????: C ????: 7003 )
>
> Sorry for the greeks :
>
> Hear CLASS 'CHARACTER' assuming the :Contract:Value from the
> :Contract(dsOBJECT):Value := xValue
>
> What happens?
>
> TIA
> Dionisis