|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-03-31 20:38:52
|
#include "hwgui.ch" Function main LOCAL oDlg, cA:= "ABCDE FGHI JKLMNOP QRSTU VXYZW 12345 6", cB := space(60) //Please active <Ins> key! INIT DIALOG oDlg AT 100,100 SIZE 500,200 @ 10,10 get oA VAR cA SIZE 400,25 //Please copy all text @ 10,40 get oB VAR cB SIZE 400,25 //Paste text here!! Stop in "P" :-( oDlg:Activate() //Var cB is declared with space(60) while <Ins> key activated space = Variable len :-( hwg_msginfo(str(len(cB))) //and change space while <Ins> is activated Other problem is while use picture "@R 99-999/999/999-99" and select all get(editbox) <Ctrl>+<C> and open notepad key <Ctrl>+<V> it copies not only the content(numbers) but "123-567/890/000-11" it is copying signal and numbers :-( Best regards, Itamar M. Lins Jr |