Search found 135 matches

by MIGUELON
Thu Nov 24, 2011 2:05 pm
Forum: eXpress++ Support
Topic: DC_FindBrowse
Replies: 7
Views: 10304

Re: DC_FindBrowse

Thank you very much for your help Rich, always learn the "code" of a partner. :)

Regards
Miguel
by MIGUELON
Wed Nov 23, 2011 5:08 pm
Forum: eXpress++ Support
Topic: DC_FindBrowse
Replies: 7
Views: 10304

Re: DC_FindBrowse

Thanks for your reply Roger, I try not to modify the original code because every time a new update of eXpress + + I have to adapt to all the changes I've made. I think it is more optimal dc_findborwse not allow me to keep looking for a fact that does not exist, so take your advice and will adapt its...
by MIGUELON
Wed Nov 23, 2011 11:41 am
Forum: eXpress++ Support
Topic: DC_FindBrowse
Replies: 7
Views: 10304

Re: DC_FindBrowse

Try to explain better. When I search for a string with dc_findBrowse eg "JOE" and the more value proximity table is "JOAQUIN", I wish that I only can type "JO" Regards Miguel Intentare explicarme mejor. Cuando busco una cadena de caracteres con dc_findBrowse por ejemplo "JOE" y en la tabla el valor ...
by MIGUELON
Tue Nov 22, 2011 4:49 pm
Forum: eXpress++ Support
Topic: DC_FindBrowse
Replies: 7
Views: 10304

DC_FindBrowse

Hello Roger, when you use the DC_FindBrowse and I have enabled "lAutoSeek =. t.."
You could improve the search, if you type a character that there will not let me keep writing.

Regards
Miguel
by MIGUELON
Thu May 12, 2011 2:14 am
Forum: eXpress++ Support
Topic: Key
Replies: 4
Views: 8716

Re: Key

What I am trying to do is put multiple buttons within a window that simulates pressing a key. It is a virtual keyboard buttons from DCADDBUTTON FOR EXAMPLE: @ nFila, 0 DCTOOLBAR oBotonesTecla SIZE 110,3 BUTTONSIZE 11,3 HIDE {||! M->lEditModoVenta } DCADDBUTTON CAPTION 'TOTAL'; PARENT oBotonesTecla; ...
by MIGUELON
Wed May 11, 2011 1:11 am
Forum: eXpress++ Support
Topic: Key
Replies: 4
Views: 8716

Re: Key

Thanks for the reply Jimmy the problem is that there are many objects window and also a dcbrowse and do not know which is the object that has the current focus to use: PostAppEvent (xbeP_Keyboard, xbe_K_ENTER,, Object)

Thanks
Miguel
by MIGUELON
Tue May 10, 2011 2:29 pm
Forum: eXpress++ Support
Topic: Key
Replies: 4
Views: 8716

Key

Hi all, anyone know how I can simulate a keystroke.
For example ENTER, ESC 1,2,3,4,5 etc.

Thank you very much ;)
Miguel
by MIGUELON
Mon Apr 11, 2011 2:52 pm
Forum: eXpress++ Support
Topic: NOMINBUTTON NOMAXBUTTON
Replies: 5
Views: 9822

Re: NOMINBUTTON NOMAXBUTTON

Cliff thank you very much, is just what I need and it works perfect.
Only Roger commented that the support appears DLG_BUTTON_DISABLEMAX

and the correct one is DC_BUTTON_DISABLEMAXIMIZE

Thanks for your help Cliff

Greetings
Miguel
:clap:
by MIGUELON
Mon Apr 11, 2011 8:54 am
Forum: eXpress++ Support
Topic: NOMINBUTTON NOMAXBUTTON
Replies: 5
Views: 9822

Re: NOMINBUTTON NOMAXBUTTON

Sorry, I made ​​the wrong question.
NOMAXBUTTON NOMINBUTTON I can use a non-modal windows

Thanks
Miguel
by MIGUELON
Mon Apr 11, 2011 3:50 am
Forum: eXpress++ Support
Topic: NOMINBUTTON NOMAXBUTTON
Replies: 5
Views: 9822

NOMINBUTTON NOMAXBUTTON

Hi Roger, I can use NOMINBUTTON NOMAXBUTTON in MODAL windows

Greetings
Miguel