Search found 20 matches

by fbaker
Sat Nov 03, 2012 11:02 am
Forum: eXpress++ Support
Topic: DO WHILE question
Replies: 1
Views: 5125

DO WHILE question

This seems like it ought to be a simple thing to code but after many hours of trail and error I can't get it to work. For example, I would like to break into a DO WHILE loop by pressing the ESC key. The loop might start: DO WHILE INKEY() <> K_ESC or something similar. INKEY() apparently does not wor...
by fbaker
Mon Mar 19, 2012 10:35 am
Forum: eXpress++ Support
Topic: Display bitmaps
Replies: 1
Views: 5373

Display bitmaps

Hi Roger,

In the past, I used some path and/or procedure to view available bitmaps and their names (e.g. BITMAP_TOP_1) for use as a caption on a DCPUSHBUTTON. Now I can't find how that lookup was done. Please refresh my bad, bad memory. Thank you.
by fbaker
Sun Mar 11, 2012 5:28 pm
Forum: eXpress++ Support
Topic: DCFINDBROWSE row possibility?
Replies: 3
Views: 7159

DCFINDBROWSE row possibility?

Is there a way to have more than 1 line of text in a browse row? I have a need to have at least 2 lines of text in a browse row so that I can give a full explanation of what a particular selection involves.
by fbaker
Wed Mar 07, 2012 3:10 pm
Forum: eXpress++ Support
Topic: Causing a browse header to open in 'sort' color.
Replies: 2
Views: 6236

Re: Causing a browse header to open in 'sort' color.

Hi Roger. Thank you very much. That was too easy. Fred
by fbaker
Wed Mar 07, 2012 12:52 pm
Forum: eXpress++ Support
Topic: Causing a browse header to open in 'sort' color.
Replies: 2
Views: 6236

Causing a browse header to open in 'sort' color.

I have a 'main' program which sets DC_BrowseSort(aSort) where the last element in aSort is the header background color (in my case GRA_CLR_RED) for all DCBROWSECOL objects which have a SORT clause. Is there a way to show a preselected header in DCBROWSE such that it already includes the up and down ...
by fbaker
Sat Oct 29, 2011 10:50 am
Forum: eXpress++ Support
Topic: Browse as a data entry screen
Replies: 2
Views: 6982

Re: Browse as a data entry screen

John thank you for your prompt reply. I'll see if I can grasp what you said.
by fbaker
Fri Oct 28, 2011 11:40 am
Forum: eXpress++ Support
Topic: Browse as a data entry screen
Replies: 2
Views: 6982

Browse as a data entry screen

I'm way behind the curve on current capabilities but I thought it might be possible to enter records for a database via a browse. I've tried separately adding the BROWSE command and the DC_BROWSE() function and DCSTD.CH in my include list and project file but the program will not compile. Is this th...
by fbaker
Sun Jun 06, 2010 4:58 pm
Forum: eXpress++ Support
Topic: DCMSGBOX...BUTTONS request
Replies: 3
Views: 8659

Re: DCMSGBOX...BUTTONS request

Roger, I think we're on the same page. I would be very satisfied with a single BUTTSIZE declaration to size all buttons on a single row. Perhaps the absence of the BUTTSIZE clause could mean revert to the current display of stacked buttons. I'm really just looking for a button that looks more like t...
by fbaker
Sun Jun 06, 2010 4:45 pm
Forum: eXpress++ Support
Topic: DCSAY...GET...COMBO addon
Replies: 5
Views: 11178

Re: DCSAY...GET...COMBO addon

Roger,

Thank you for looking at that. I subsequently found that DCCOMBOBOX will do what I want.

Fred
by fbaker
Fri Jun 04, 2010 11:18 am
Forum: eXpress++ Support
Topic: DCSAY...GET...COMBO addon
Replies: 5
Views: 11178

Re: DCSAY...GET...COMBO addon

Roger, I guess I replied a little too soon. The DC_GetComboImmediate(.t.) immediately places the selected combo item in the Get box (so far so good) but does not remove the combo box itself hence requiring two clicks anyway. Can you retest this with something you have? I could probably make up some ...