Page 1 of 1

DCFINDBROWSE's search window cut off

Posted: Sat Feb 23, 2013 7:55 am
by GeneB
When I use DCFINDBROWSE, the autoseek 'search' window at the top has the bottom right portion cut off.
Happens on all of them.
Is this something to do with the Index Name prompt (which I am not using) ?
Thanks,
GeneB

Re: DCFINDBROWSE's search window cut off

Posted: Sat Feb 23, 2013 10:31 am
by rdonnay
It looks like I don't have a sample program for DCFINDBROWSE.
I never use this. I wish I never wrote it.

I prefer using @ .. DCBROWSE together with @ .. DCGET and DC_BrowseAutoSeek().

Do you have one?

Re: DCFINDBROWSE's search window cut off

Posted: Sat Feb 23, 2013 2:06 pm
by GeneB
After learning the hard way about DCMXPUSHBUTTON, I wll get rid of DCFINDBROWSE also.
Thanks for all your help.
GeneB

Re: DCFINDBROWSE's search window cut off

Posted: Sat Feb 23, 2013 5:48 pm
by Cliff Wiernik
I use DCFINDBROWSE all the time. Actually the DC_Findbrowse() from several builds/years ago, that I modified for my own purposes to make it do what I want. No need to request changes from Roger, just do what I want myself. Essentially Roger's efforts was the starting point.

I continue to make modifications as needed. I use it for all my popups when a invalid lookup occurs, It is the final item that displays the browse. No such problems like this that I have notices. I guess I have it essentially do like the DCBROWSE, DCGET and DC_browseautoseek. Maybe I may look at going this route but I have not seen any problems.

Cliff.