Author | Topic: tddeget() not edible | |
---|---|---|
Donald Keating | tddeget() not edible on Mon, 11 Feb 2013 17:06:37 -0500 Hi Y'all, There are 10 other tddeget() on the window besides this one. They all use fieldblock(Filed Name) for the DataLink exccept this one and they're all editable. But, this one isn't. Sometimes cPASS has value other times it is empty (blank). I can navigate to and from the field using Enter, Tab or Mouse and the valid works properly. Just can't change (edit) the value. oGET:= tddeget(5,12,{|X|if(X== NIL,cPASS,cPASS:= X)},oDLG,oDA,,,; {|o|chkdupe("USR","PASS",o:editbuffer())},,,,,,,,10.5) Thanks for your suggestions. >don< | |
Donald Keating | Re: tddeget() not editable on Mon, 11 Feb 2013 17:10:25 -0500 Just noticed spelling in the Subject line. Don't really need an edible tdDEget, but sure would like for it to be editable. >don< On Mon, 11 Feb 2013 17:06:37 -0500, Donald Keating wrote: > > >Hi Y'all, > >There are 10 other tddeget() on the window besides this one. They all >use fieldblock(Filed Name) for the DataLink exccept this one and >they're all editable. But, this one isn't. Sometimes cPASS has value >other times it is empty (blank). I can navigate to and from the field >using Enter, Tab or Mouse and the valid works properly. Just can't >change (edit) the value. > >oGET:= tddeget(5,12,{|X|if(X== NIL,cPASS,cPASS:= X)},oDLG,oDA,,,; >{|o|chkdupe("USR","PASS",o:editbuffer())},,,,,,,,10.5) > >Thanks for your suggestions. > > >don< > | |
Donald Keating | Re: tddeget() not editable RESOLVED on Wed, 13 Feb 2013 20:07:07 -0500 I resolved it by replacing cSSAN with the DBF field in the datablock aftrer decrypting it. Then encrypted it after making change and saving to the DBF. >don< On Mon, 11 Feb 2013 17:10:25 -0500, Donald Keating wrote: >Just noticed spelling in the Subject line. Don't really need an >edible tdDEget, but sure would like for it to be editable. > > >don< > > >On Mon, 11 Feb 2013 17:06:37 -0500, Donald Keating wrote: > >> >> >>Hi Y'all, >> >>There are 10 other tddeget() on the window besides this one. They all >>use fieldblock(Filed Name) for the DataLink exccept this one and >>they're all editable. But, this one isn't. Sometimes cPASS has value >>other times it is empty (blank). I can navigate to and from the field >>using Enter, Tab or Mouse and the valid works properly. Just can't >>change (edit) the value. >> >>oGET:= tddeget(5,12,{|X|if(X== NIL,cPASS,cPASS:= X)},oDLG,oDA,,,; >>{|o|chkdupe("USR","PASS",o:editbuffer())},,,,,,,,10.5) >> >>Thanks for your suggestions. >> >> >don< >> |