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.

URGENT help required on the new datasets,datacontrols arrangements!!!!

Xailer professional forum in English
Responder
Xailer
Mensajes: 328
Registrado: Mar Dic 23, 2008 5:40 pm

URGENT help required on the new datasets,datacontrols arrangements!!!!

Mensaje por Xailer »

Dear developers
This piece of code runs smootly in March version. The databases updated
correctly an all things goes well. But when trying with the June version
nothing of that goes weel. This code not working and none of the datafields
updated,
what happens. Here told for 100% almost code braking. Because i use this
methodology for all my applications.
So please give us a clue, or beter a sceleton how to use your new DataSet,
DataControl system. We expect also some enlightenment on how to use the
3rd party controls system, the internal editors (like EDITOR PE_Color etc).
For months we expect to see an article or something similar about this on
xailer.info but nothing. I have to deploy two application at the end of
July so pease give as some more info about that
WITH OBJECT ::oStorage <<<DATASET
:Edit()
:QNTY:= ::oldPricing[01] <- DataSetField 3
:LASTP:= ::oldPricing[02] <- DataSetField 7
:LASTSUP:= ::oldPricing[03] <- DataSetField 8
:PRICE:= ::oldPricing[04] <- DataSetField 9
LogDisplay(:ID
+CRLF+ALLTRIM(STR(:QNTY))+CRLF+:LastSup+CRLF+Alltrim(Str(:Pr ice)))
< In the LogDisplay i can see the corect UPDATED vlaues
of the DataSetFields>
:Update()
< when update() called, non of the above updated values
written back to the actual dadaset file>
END WITH
TIA
DIONISIS
Dionisis Divaris
SGS-soft
Home Page :
Support at :support.sgs@gmail.com[/email]
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

URGENT help required on the new datasets,datacontrols arrangements!!!!

Mensaje por ignacio »

Dionisis,
Already answered on another newsgroup.
Regards,
--
Ignacio Ortiz de Zuniga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
news:4a3dea4c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dear developers
>
> This piece of code runs smootly in March version. The databases updated
> correctly an all things goes well. But when trying with the June version
> nothing of that goes weel. This code not working and none of the
> datafields updated,
> what happens. Here told for 100% almost code braking. Because i use this
> methodology for all my applications.
>
> So please give us a clue, or beter a sceleton how to use your new
> DataSet, DataControl system. We expect also some enlightenment on how to
> use the 3rd party controls system, the internal editors (like EDITOR
> PE_Color etc). For months we expect to see an article or something similar
> about this on xailer.info but nothing. I have to deploy two application
> at the end of July so pease give as some more info about that
>
> WITH OBJECT ::oStorage <<<DATASET
> :Edit()
> :QNTY:= ::oldPricing[01] <- DataSetField 3
> :LASTP:= ::oldPricing[02] <- DataSetField 7
> :LASTSUP:= ::oldPricing[03] <- DataSetField 8
> :PRICE:= ::oldPricing[04] <- DataSetField 9
>
> LogDisplay(:ID
> +CRLF+ALLTRIM(STR(:QNTY))+CRLF+:LastSup+CRLF+Alltrim(Str(:Pr ice)))
>
> < In the LogDisplay i can see the corect UPDATED vlaues
> of the DataSetFields>
>
> :Update()
>
> < when update() called, non of the above updated values
> written back to the actual dadaset file>
> END WITH
>
> TIA
> 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: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

URGENT help required on the new datasets,datacontrols arrangements!!!!

Mensaje por ignacio »

Dionisis,
Already answered on another newsgroup.
Regards,
--
Ignacio Ortiz de Zuniga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
news:4a3dea4c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dear developers
>
> This piece of code runs smootly in March version. The databases updated
> correctly an all things goes well. But when trying with the June version
> nothing of that goes weel. This code not working and none of the
> datafields updated,
> what happens. Here told for 100% almost code braking. Because i use this
> methodology for all my applications.
>
> So please give us a clue, or beter a sceleton how to use your new
> DataSet, DataControl system. We expect also some enlightenment on how to
> use the 3rd party controls system, the internal editors (like EDITOR
> PE_Color etc). For months we expect to see an article or something similar
> about this on xailer.info but nothing. I have to deploy two application
> at the end of July so pease give as some more info about that
>
> WITH OBJECT ::oStorage <<<DATASET
> :Edit()
> :QNTY:= ::oldPricing[01] <- DataSetField 3
> :LASTP:= ::oldPricing[02] <- DataSetField 7
> :LASTSUP:= ::oldPricing[03] <- DataSetField 8
> :PRICE:= ::oldPricing[04] <- DataSetField 9
>
> LogDisplay(:ID
> +CRLF+ALLTRIM(STR(:QNTY))+CRLF+:LastSup+CRLF+Alltrim(Str(:Pr ice)))
>
> < In the LogDisplay i can see the corect UPDATED vlaues
> of the DataSetFields>
>
> :Update()
>
> < when update() called, non of the above updated values
> written back to the actual dadaset file>
> END WITH
>
> TIA
> DIONISIS
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Xailer
Mensajes: 328
Registrado: Mar Dic 23, 2008 5:40 pm

URGENT help required on the new datasets,datacontrols arrangements!!!!

Mensaje por Xailer »

Sorry dor cross posted.
I already send you some additional info to the xailer.english please inform.
TIA
DIONISIS
"Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:4a3f486a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dionisis,
>
> Already answered on another newsgroup.
>
> Regards,
>
> --
> Ignacio Ortiz de Zuniga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
> news:4a3dea4c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Dear developers
>>
>> This piece of code runs smootly in March version. The databases updated
>> correctly an all things goes well. But when trying with the June
>> version nothing of that goes weel. This code not working and none of the
>> datafields updated,
>> what happens. Here told for 100% almost code braking. Because i use this
>> methodology for all my applications.
>>
>> So please give us a clue, or beter a sceleton how to use your new
>> DataSet, DataControl system. We expect also some enlightenment on how
>> to use the 3rd party controls system, the internal editors (like EDITOR
>> PE_Color etc). For months we expect to see an article or something
>> similar about this on xailer.info but nothing. I have to deploy two
>> application at the end of July so pease give as some more info about that
>>
>> WITH OBJECT ::oStorage <<<DATASET
>> :Edit()
>> :QNTY:= ::oldPricing[01] <- DataSetField 3
>> :LASTP:= ::oldPricing[02] <- DataSetField 7
>> :LASTSUP:= ::oldPricing[03] <- DataSetField 8
>> :PRICE:= ::oldPricing[04] <- DataSetField 9
>>
>> LogDisplay(:ID
>> +CRLF+ALLTRIM(STR(:QNTY))+CRLF+:LastSup+CRLF+Alltrim(Str(:Pr ice)))
>>
>> < In the LogDisplay i can see the corect UPDATED vlaues
>> of the DataSetFields>
>>
>> :Update()
>>
>> < when update() called, non of the above updated values
>> written back to the actual dadaset file>
>> END WITH
>>
>> TIA
>> DIONISIS
>>
>
>
Dionisis Divaris
SGS-soft
Home Page :
Support at :support.sgs@gmail.com[/email]
Xailer
Mensajes: 328
Registrado: Mar Dic 23, 2008 5:40 pm

URGENT help required on the new datasets,datacontrols arrangements!!!!

Mensaje por Xailer »

Sorry dor cross posted.
I already send you some additional info to the xailer.english please inform.
TIA
DIONISIS
"Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:4a3f486a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dionisis,
>
> Already answered on another newsgroup.
>
> Regards,
>
> --
> Ignacio Ortiz de Zuniga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
> news:4a3dea4c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Dear developers
>>
>> This piece of code runs smootly in March version. The databases updated
>> correctly an all things goes well. But when trying with the June
>> version nothing of that goes weel. This code not working and none of the
>> datafields updated,
>> what happens. Here told for 100% almost code braking. Because i use this
>> methodology for all my applications.
>>
>> So please give us a clue, or beter a sceleton how to use your new
>> DataSet, DataControl system. We expect also some enlightenment on how
>> to use the 3rd party controls system, the internal editors (like EDITOR
>> PE_Color etc). For months we expect to see an article or something
>> similar about this on xailer.info but nothing. I have to deploy two
>> application at the end of July so pease give as some more info about that
>>
>> WITH OBJECT ::oStorage <<<DATASET
>> :Edit()
>> :QNTY:= ::oldPricing[01] <- DataSetField 3
>> :LASTP:= ::oldPricing[02] <- DataSetField 7
>> :LASTSUP:= ::oldPricing[03] <- DataSetField 8
>> :PRICE:= ::oldPricing[04] <- DataSetField 9
>>
>> LogDisplay(:ID
>> +CRLF+ALLTRIM(STR(:QNTY))+CRLF+:LastSup+CRLF+Alltrim(Str(:Pr ice)))
>>
>> < In the LogDisplay i can see the corect UPDATED vlaues
>> of the DataSetFields>
>>
>> :Update()
>>
>> < when update() called, non of the above updated values
>> written back to the actual dadaset file>
>> END WITH
>>
>> TIA
>> DIONISIS
>>
>
>
Dionisis Divaris
SGS-soft
Home Page :
Support at :support.sgs@gmail.com[/email]
Responder