Problem with DCGET and move right

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Problem with DCGET and move right

#1 Post by digitsoft »

hello Roger
I have a problem with DCGET
if I have 2 DCGET and I'm in the DCGET Priner and I enter with the second DCGET and that I move 2 times to the right and then I go to the first DCGET when I use enter to pass the second DCGET the cursor is positioned in 2 space as if I gave the cursor 2 times to the right.
Nolberto Paulino
Regards

Wolfgang Ciriack
Posts: 478
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Problem with DCGET and move right

#2 Post by Wolfgang Ciriack »

Hi, i think i had the same problem when i changed from version 264 to 265.
Put this at the begin of your program:

Code: Select all

   DC_XbpGetSetInputFocusBlock( {|x,y,o|nil, ;
                IIF(!Empty(o:get:buffer),o:get:pos := o:savePos,nil), ;
                o:DateFlag := .T., ;
                o:Home(), ;
                DC_HiliteGets(o,1,o:getList:getOptions[nGETOPT_HILITECOLOR]), ;
                DC_ColorGets(o,1,o:getList:getOptions[aGETOPT_COLORGETS]), ;
                nil} )
_______________________
Best Regards
Wolfgang

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with DCGET and move right

#3 Post by digitsoft »

thanks for your help
But the problem continues

Wolfgang Ciriack wrote:Hi, i think i had the same problem when i changed from version 264 to 265.
Put this at the begin of your program:

Code: Select all

   DC_XbpGetSetInputFocusBlock( {|x,y,o|nil, ;
                IIF(!Empty(o:get:buffer),o:get:pos := o:savePos,nil), ;
                o:DateFlag := .T., ;
                o:Home(), ;
                DC_HiliteGets(o,1,o:getList:getOptions[nGETOPT_HILITECOLOR]), ;
                DC_ColorGets(o,1,o:getList:getOptions[aGETOPT_COLORGETS]), ;
                nil} )
Nolberto Paulino
Regards

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Problem with DCGET and move right

#4 Post by digitsoft »

thanks for your help
Problem solved
digitsoft wrote:thanks for your help
But the problem continues

Wolfgang Ciriack wrote:Hi, i think i had the same problem when i changed from version 264 to 265.
Put this at the begin of your program:

Code: Select all

   DC_XbpGetSetInputFocusBlock( {|x,y,o|nil, ;
                IIF(!Empty(o:get:buffer),o:get:pos := o:savePos,nil), ;
                o:DateFlag := .T., ;
                o:Home(), ;
                DC_HiliteGets(o,1,o:getList:getOptions[nGETOPT_HILITECOLOR]), ;
                DC_ColorGets(o,1,o:getList:getOptions[aGETOPT_COLORGETS]), ;
                nil} )
Nolberto Paulino
Regards

Post Reply