Search found 105 matches

by Andy Edward
Thu Nov 07, 2013 6:10 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 14
Views: 18169

Re: DCHTMLVIEWER

rdonnay wrote:
they suggests to disable all animations.
How did you do that in the HTMLVIEWER object?
The animations were controlled by the Javascript.

A simple 'animation:false' in one of the options did the trick.
by Andy Edward
Wed Nov 06, 2013 7:51 pm
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 14
Views: 18169

Re: DCHTMLVIEWER

Yes, when I'm using a normal browser (IE, Opera, Firefox, Chrome) the charts work perfectly. i mean other Xbase++ Solution : c:\ALASKA\XPPW32\Source\samples\activex\webbrowser\webbrowser.exe on Win 7 / 8.x with IE > 8 Unfortunately, I didn't have such luck. I tried using c:\ALASKA\XPPW32\Source\sam...
by Andy Edward
Tue Nov 05, 2013 7:35 pm
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 14
Views: 18169

Re: DCHTMLVIEWER

Hi Jimmy, inside your Code i saw name: 'MSIE versions', categories: ['MSIE 6.0', 'MSIE 7.0', 'MSIE 8.0', 'MSIE 9.0'], but you say you are using IE10 ? The categories array, is just a collection of strings that will make up the chart. It's a demo datafrom the highchart website. so i try it on a XP PC...
by Andy Edward
Mon Nov 04, 2013 6:40 pm
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 14
Views: 18169

Re: DCHTMLVIEWER

Hi Roger, You raised an interesting point on the javascript being on remote location instead of the local server. I've downloaded all the necessary javascript in my local server, but the occasional hangs still occur. It's like that the XbpHtmlViewer() is unable to process the chart's animation. Plea...
by Andy Edward
Mon Nov 04, 2013 1:35 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 14
Views: 18169

DCHTMLVIEWER

Hi Roger, I tried using your sample in \exp19258\Samples\Activex\Webbrow.exe to run the attached html file. It is a page with some charts done using highcharts and I'm seeing occasional crashes and hangs. Sometimes the sample will just quit by itself. Please click around the first chart and run agai...
by Andy Edward
Mon Oct 07, 2013 12:04 am
Forum: eXpress++ Support
Topic: Crystal 11 Report Parameters
Replies: 5
Views: 10604

Re: Crystal 11 Report Parameters

Hi Stuart,

Is there a site that lists all the CR methods available for us to use in a XBASE application?

Best Regards,

Andy
by Andy Edward
Fri Oct 04, 2013 2:19 am
Forum: Xbase++ Support
Topic: Crystal Report
Replies: 5
Views: 12863

Crystal Report

Hi,

Anyone can point me to a tutorial of using crystal report with xbase??

I've searched in google and found FRAX, but quite worried that the product might not be supported anymore.

Regards,

Andy
by Andy Edward
Tue Jan 29, 2013 7:56 pm
Forum: eXpress++ Support
Topic: Multirow Browsing
Replies: 6
Views: 10322

Re: Multirow Browsing

Hi Roger,

The 258 build solved the issue. Thank you.

Best Regards,

Andy
by Andy Edward
Thu Jan 24, 2013 8:43 pm
Forum: eXpress++ Support
Topic: Multirow Browsing
Replies: 6
Views: 10322

Re: Multirow Browsing

It doesn't work. here is the log from xpperror.log ------------------------------------------------------------------------------ ERROR LOG of "C:\EXP19\Samples\Browse\MULTIROW.EXE" Date: 01/25/2013 11:33:15 Xbase++ version : Xbase++ (R) Version 1.90.331 Operating system : Windows XP 05.01 Build 026...
by Andy Edward
Wed Jan 23, 2013 8:21 pm
Forum: eXpress++ Support
Topic: Multirow Browsing
Replies: 6
Views: 10322

Re: Multirow Browsing

Hi Tom,

Code: Select all

bRightClick := {|o|o:dataArea:rbDown := ;
DC_MergeBlocks(o:dataArea:rbDown,{|x,y,z| SALESGRAPH(),oBrowse:refreshAll(),DC_GETREFRESH(GETLIST) })}
Best Regards,

Andy