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.

Which is the right way to assign values directly on a DataField

Xailer professional forum in English
Responder
Guest

Which is the right way to assign values directly on a DataField

Mensaje por Guest »

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
Avatar de Usuario
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

Mensaje por ignacio »

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
Avatar de Usuario
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

Mensaje por ignacio »

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
Guest

Which is the right way to assign values directly on a DataField

Mensaje por Guest »

στις 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
Guest

Which is the right way to assign values directly on a DataField

Mensaje por Guest »

στις 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
NoAccount
Mensajes: 35
Registrado: Mié Sep 16, 2009 10:09 am

Which is the right way to assign values directly on a DataField

Mensaje por NoAccount »

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
NoAccount
Mensajes: 35
Registrado: Mié Sep 16, 2009 10:09 am

Which is the right way to assign values directly on a DataField

Mensaje por NoAccount »

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
Responder