| |
|
|
| Hi, is The length of Itemtexten really Windows on 255 dull or can there what dran turn? so stößt one still quick on border. B. t. w.: If one More as 255 characters in a row settle wants, is the latest characters always 0. is the solid? Greeting Jörg |
|
|
| |
|
|
|
| Hi,
> is The length of Itemtexten really Windows on 255 > dull or can there what dran turn?
No, this is a List view.dll constraint.
> so stößt one still quick on border.
I find it More as enough. 255 characters are so much, the self in a grossen Window a slot not without Scrolling whom whole Text take in can. One höherer values would The work with Listviews, straight in the Hinblick on The Sorting, vastly slow.
> B. t. w.: If one More as 255 characters in a row > settle wants, is the > latest characters always 0.
with welchem commands setting You whom Text because ?
> is the solid?
No, it to the worth 0 staid go, not The number 0... is well one Error of me.
Greeting, Frank |
|
|
| |
|
|
|
| Hi, could You do not one Flag to introduce, the it allows, The maximum Text Length To raise? which Length because theoretical possible? Greeting Jörg |
|
|
| |
|
|
|
| Hi,
I werd time Verify, whether the at all possible is... These boundary zieht itself like a roter filament by the whole Dll. promise can I quite nothing.
> B. t. w.: If one More as 255 characters in a row > settle wants, is the > latest characters always 0.
with welchem commands setting You whom Text because ?
Greeting, Frank |
|
|
| |
|
|
|
| Hi, with this row have ichs tested: row$=MkStr$(a,257) row1$=Format$(00000,ZNr%) SetItem LV_Code&,row1$,row$
Greeting Jörg |
|
|
| |
|
|
|
| Hello Jörg,
there You The Prozedure SetItem using, go only the first 100 Bytes/characters sure transfer (!):
Proc SetItem Clear clv2# Clear clvall# String clvall#,0=@$(2) Long clv2#,0=clvall# String clvall#,100=@$(3) Long clv2#,4=clvall#+100 String clvall#,200=@$(4) Long clv2#,8=clvall#+200 String clvall#,300=@$(5) Long clv2#,12=clvall#+300 String clvall#,400=@$(6) Long clv2#,16=clvall#+400 String clvall#,500=@$(7) Long clv2#,20=clvall#+500 String clvall#,600=@$(8) Long clv2#,24=clvall#+600 String clvall#,700=@$(9) Long clv2#,28=clvall#+700 String clvall#,800=@$(10) Long clv2#,32=clvall#+800 String clvall#,900=@$(11) Long clv2#,36=clvall#+900 String clvall#,1000=@$(12) Long clv2#,40=clvall#+1000 String clvall#,1100=@$(13) Long clv2#,44=clvall#+1100 String clvall#,1200=@$(14) Long clv2#,48=clvall#+1200 String clvall#,1300=@$(15) Long clv2#,52=clvall#+1300 SItem(@&(1),clv2#,Sub(%pcount,2)) ENDPROC
circa More To transfer, should The Prozedure abgeändert go. or You using The function SItem(), The objectively 256 transfer can. Warscheinlich have you got yet only always 100 characters transfer can. you'll see, the if You 256 characters using can, it More as enough his might.
an Umstellung might quite costly his, so much standing now already solid.
Greeting, Frank |
|
|
| |
|
|