Search found 60 matches

by TWolfe
Tue Nov 23, 2010 9:49 am
Forum: eXpress++ Support
Topic: Navigation difference Version 252 to 254
Replies: 1
Views: 5425

Navigation difference Version 252 to 254

Something changed between version 252 and 254 in the way navigation through DCCHECKs works. The attached .PRG runs differently on the two versions. With Version 252 hitting the 'ENTER' key on the first get transfers focus to the 'OK' button. With Version 254 hitting the 'ENTER' key on the first get ...
by TWolfe
Thu Nov 04, 2010 9:25 pm
Forum: eXpress++ Support
Topic: Hide and UnHide DIALOG
Replies: 13
Views: 22575

Re: Hide and UnHide DIALOG

If you just want to hide the dialog for a while why not just move it off the active desktop. It is much faster to move the dialog than to 'hide / unhide', it also avoids any sizing issues.

Just a thought,
Terry
by TWolfe
Mon Oct 18, 2010 11:14 am
Forum: phpBB Board Support
Topic: Eureka
Replies: 1
Views: 11709

Re: Eureka

If you can see this then it worked! Congratulations.
by TWolfe
Thu Jun 24, 2010 9:38 pm
Forum: eXpress++ Support
Topic: Picture in dcbrowseol
Replies: 14
Views: 24258

Re: Picture in dcbrowseol

Give this a try:

DCBROWSECOL ELEMENT 6 HEADER "Qty" PARENT oBrowse;
ID 'FIRST';
EDITOR 'IQTY';
PICTURE {||svc_test(cVar)};
WIDTH 8

-----------------

function svc_test(cVar)
LOCAL ret_val := '99999'
if at(cVar,'HRS;HR ')>0
ret_val:= '99999.99'
endif
return ret_val
by TWolfe
Thu Jun 24, 2010 5:25 am
Forum: eXpress++ Support
Topic: Picture in dcbrowseol
Replies: 14
Views: 24258

Re: Picture in dcbrowseol

Hi Bruce,

The PICTURE must be a detached code block if you want it to react to dynamic cell data.

Terry
by TWolfe
Tue Jun 22, 2010 7:51 pm
Forum: eXpress++ Support
Topic: DCGet with Dragon Natually Speaking
Replies: 7
Views: 13439

DCGet with Dragon Natually Speaking

Has anyone had success filling in DCGETs with Dragon? The text shows in a DCGET, but it just vanishes when you move to the next get? I am using Dragon version 10.0 to fill-in DCKLMLE objects with no problem. Dragon also works well for navigating menu selections. Just speak the menu titles and the me...
by TWolfe
Sat May 08, 2010 8:30 pm
Forum: eXpress++ Support
Topic: Browse with transparent background
Replies: 16
Views: 28916

Re: Browse with transparent background

>> the screenshot is exact what I need, but I don't have SL1. So I think I will try it with XOANON.

I never cease to wonder at the amount of time that is wasted by "programmers" that do not keep their tools up to date and then spend hours trying to drive nails with a screw driver.
by TWolfe
Mon May 03, 2010 2:33 pm
Forum: eXpress++ Support
Topic: Devcon anyone?
Replies: 37
Views: 60340

Re: Devcon anyone?

What is the status on a DevCon??

Terry
by TWolfe
Thu Feb 18, 2010 3:05 pm
Forum: eXpress++ Support
Topic: Devcon anyone?
Replies: 37
Views: 60340

Re: Devcon anyone?

Count me in too!
by TWolfe
Thu Jan 28, 2010 7:55 am
Forum: phpBB Board Support
Topic: Welcome
Replies: 17
Views: 40408

Re: Welcome

Roger,

Looks good so far. Cold here in NY today currently 20 deg F expecting 5-6 inch of snow.

Terry