Search found 4769 matches

by rdonnay
Mon Aug 23, 2010 1:27 pm
Forum: eXpress++ Support
Topic: dc_setscopearray() - dc_dbgoto() bug
Replies: 5
Views: 9796

Re: dc_setscopearray() - dc_dbgoto() bug

Add a line of code to the DC_DbGoTo() function in _DCSCOPE.PRG as shown below. Rebuild DCLIPX.DLL by running BUILD19_SL1.BAT. This should fix it. FUNCTION DC_DbGoTo( nRecNo, xDataSource ) LOCAL cDataType := Valtype(xDataSource), aScopeArray, nPointer IF xDataSource == NIL aScopeArray := DC_SetScopeA...
by rdonnay
Mon Aug 23, 2010 12:10 pm
Forum: eXpress++ Support
Topic: dc_setscopearray() - dc_dbgoto() bug
Replies: 5
Views: 9796

Re: dc_setscopearray() - dc_dbgoto() bug

Yes, you are correct.

I should fix that.

I'll send you a fix.
by rdonnay
Mon Aug 23, 2010 10:02 am
Forum: eXpress++ Support
Topic: dc_setscopearray() - dc_dbgoto() bug
Replies: 5
Views: 9796

Re: dc_setscopearray() - dc_dbgoto() bug

Chris -

Have you tried dbGoto() insted of DC_DbGoTo().

I think I recall that DC_DbGoTo() was designed to disallow selection of a record that is not in scope.

Record 31 would not be in the scope array.

Roger
by rdonnay
Wed Aug 18, 2010 4:54 pm
Forum: eXpress++ Support
Topic: Cutting with ContextMenu 'eats buffer
Replies: 6
Views: 11654

Re: Cutting with ContextMenu 'eats buffer

Markus - Make the below change to \exp19\source\dclipx\_DCXBPGT.PRG and rebuild DCLIPX.DLL by running BUILD19_SL1.BAT. Let me know if this works for you. It works for me. METHOD DC_XbpGet:rbUp( mp1, mp2 ) IF ::isCalc ::setParent():rbUp( mp1, mp2 ) ELSE ::Get:Buffer := ::EditBuffer() ::xbpSLE:rbUp( m...
by rdonnay
Wed Aug 18, 2010 10:44 am
Forum: eXpress++ Support
Topic: Cutting with ContextMenu 'eats buffer
Replies: 6
Views: 11654

Re: Cutting with ContextMenu 'eats buffer

Ok, I think I can reproduce a problem, but I don't get an error.

If I cut the text, then move to the 1st get and back to the 2nd get, the buffer size is reduced to the length of the cut text.
I'll see what I can do.
by rdonnay
Wed Aug 18, 2010 10:32 am
Forum: eXpress++ Support
Topic: The DC_IconDefault (ICON_PV) not working
Replies: 7
Views: 12393

Re: The DC_IconDefault (ICON_PV) not working

I am very confused about what is your problem.

Do you have a sample program that demonstrates your problem?
by rdonnay
Wed Aug 18, 2010 10:30 am
Forum: eXpress++ Support
Topic: So much in there ...
Replies: 2
Views: 7074

Re: So much in there ...

Tom -

The HILITEGETS clause of DCGETOPTIONS uses this function, but it never occurred to me to document the function.
Maybe I'll do that.

Roger
by rdonnay
Fri Aug 13, 2010 1:37 pm
Forum: Did you Know?
Topic: BB Flashback Express
Replies: 10
Views: 25530

Re: BB Flashback Express

Add this to the top of the source file:

pragma Library("dcdesign.lib")
by rdonnay
Fri Aug 13, 2010 12:58 pm
Forum: Did you Know?
Topic: BB Flashback Express
Replies: 10
Views: 25530

Re: BB Flashback Express

What is the name of the unresolved external?
by rdonnay
Fri Aug 13, 2010 12:39 pm
Forum: eXpress++ Support
Topic: The DC_IconDefault (ICON_PV) not working
Replies: 7
Views: 12393

Re: The DC_IconDefault (ICON_PV) not working

Does the icon show if you use DCGETOPTIONS ICON ICON_PV ?