Search found 21 matches

by ivanvazan
Tue Jan 31, 2017 12:44 pm
Forum: eXpress++ Support
Topic: Mouse right click and past into a DC_GET
Replies: 1
Views: 4646

Mouse right click and past into a DC_GET

We have noticed that when we paste into a DC_GET using right click the system seems to insert the value and not trim it to the correct length after the paste. We are using: XBase++ version 1.9 Build 335 eXpress++ version 2.0 Build 261 I have attached an example document. Let me know if there is some...
by ivanvazan
Thu Mar 01, 2012 10:42 am
Forum: eXpress++ Support
Topic: DC_AdsStatement not respecting Alias option
Replies: 1
Views: 4427

DC_AdsStatement not respecting Alias option

When a statement object is created and the method :Execute() is called with the option cAlias parameter - the result is ... "QUERY" for the alias. It is always "QUERY", no matter what. How do we change this? The code in the _DCADS.PRG looks like this: // feed cursor handle into dbusearea DbUseArea( ...
by ivanvazan
Thu Feb 02, 2012 11:59 am
Forum: eXpress++ Support
Topic: Drop Down List Box
Replies: 1
Views: 4475

Drop Down List Box

I like using the DCCOMBOBOX in combination with an editable DCBROWSECOL where you use the EDITOR clause like so: DCBROWSECOL ; ELEMENT 4 ; EDITOR 'idList' @ NIL, NIL DCCOMBOBOX xNil ; LIST aVals ; TYPE XBPCOMBO_DROPDOWNLIST ; IMMEDIATE ; SIZE 20, 8 ; ID 'idList' Except - I would really like to be ab...
by ivanvazan
Thu Aug 18, 2011 9:44 am
Forum: eXpress++ Support
Topic: DCPRINT ON Window Parent
Replies: 4
Views: 7848

Re: DCPRINT ON Window Parent

Roger,

I was in the middle of a major customer upgrade and could not get to this until today. This change worked perfectly. Thanks for all of your help.
by ivanvazan
Wed May 04, 2011 9:02 am
Forum: eXpress++ Support
Topic: DCPRINT ON Window Parent
Replies: 4
Views: 7848

Re: DCPRINT ON Window Parent

Hi Roger, I tried your suggestion and it worked, but only up to certain point. The 'Page Counter' window is modal to the application, so it was popping up in the other application thread windows, which is kind of confusing for the user. The second thing is that since the :tofront() was executed only...
by ivanvazan
Mon Apr 25, 2011 1:42 pm
Forum: eXpress++ Support
Topic: DCPRINT ON Window Parent
Replies: 4
Views: 7848

DCPRINT ON Window Parent

Hi Roger,

When using DCPRINT ON to a printer with a large report, there is a page counter window that appears but I can click away and the counter window 'hides' behind my application. How can I set the parent window of the dialog so that I cannot click away.

Ivan
by ivanvazan
Mon Apr 04, 2011 12:37 pm
Forum: eXpress++ Support
Topic: DCREAD BUTTONS clause and bitmaps
Replies: 3
Views: 7036

Re: DCREAD BUTTONS clause and bitmaps

No pressure... It was my wishlist anyhow...
I appreciate it. Thanks.
by ivanvazan
Mon Apr 04, 2011 12:14 pm
Forum: eXpress++ Support
Topic: DCREAD BUTTONS clause and bitmaps
Replies: 3
Views: 7036

Re: DCREAD BUTTONS clause and bitmaps

Hey Roger,
Don't see any replies... Have you had a chance to mull over this one yet?
by ivanvazan
Wed Feb 23, 2011 11:12 am
Forum: eXpress++ Support
Topic: DC_EditControlLastFocus() and EDITPROTECT
Replies: 2
Views: 5907

Re: DC_EditControlLastFocus() and EDITPROTECT

That solved it. Thanks Roger, I appreciate it.
by ivanvazan
Wed Feb 23, 2011 9:56 am
Forum: eXpress++ Support
Topic: DC_EditControlLastFocus() and EDITPROTECT
Replies: 2
Views: 5907

DC_EditControlLastFocus() and EDITPROTECT

Roger, I think there is an issue with your newly added function DC_EditControlLastFocus() . You get an error if you have a screen with some dc_gets and dc_pushbuttons and all gets on the screen are EDITPROTECTed and the button has DC_EditControlLastFocus() in the action clause. System does not recog...