Página 1 de 1
Which is the right way to assign values directly on a DataField
Publicado: Sab Mar 27, 2010 6:37 am
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
Which is the right way to assign values directly on a DataField
Publicado: Sab Mar 27, 2010 1:16 pm
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
>
Which is the right way to assign values directly on a DataField
Publicado: Sab Mar 27, 2010 1:16 pm
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
>
Which is the right way to assign values directly on a DataField
Publicado: Dom Mar 28, 2010 12:41 am
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
Which is the right way to assign values directly on a DataField
Publicado: Dom Mar 28, 2010 12:41 am
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
Which is the right way to assign values directly on a DataField
Publicado: Lun Mar 29, 2010 8:19 pm
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
Which is the right way to assign values directly on a DataField
Publicado: Lun Mar 29, 2010 8:19 pm
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