![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#3
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#4
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#5
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#6
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#7
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#8
| |||
| |||
|
|
pdx7.0.5.57, bde 5.1, wxp sp1 a form with a field bound to a longinteger field of a table. The following code in mouseRightUp var pop popupmenu s string endvar disabledefault pop.addText("Copy number") Pop.show() writetoclipboard(string(self)) ;self=269197 ;code below added as debugging if s.readFromClipboard() then msginfo(self,s) ; display "269197 26919" instead of "269197 269197" endif any idea of what is happening? thank you marco |
#9
| |||
| |||
|
|
Hi! Yes, I see the same problem. With this code: var s string endvar s="123" msginfo(1,s) ;==> 123 s.writetoclipboard() s.readFromClipboard() msginfo(2,s) ;==> 12 But, if you can change s string by s memo the problem is deleted. |
|
@-salutations |
#10
| |||
| |||
|
|
Hi! Yes, I see the same problem. With this code: var s string endvar s="123" msginfo(1,s) ;==> 123 s.writetoclipboard() s.readFromClipboard() msginfo(2,s) ;==> 12 But, if you can change s string by s memo the problem is deleted. |
|
@-salutations |
![]() |
| Thread Tools | |
| Display Modes | |
| |