Search found 105 matches

by Andy Edward
Fri Sep 26, 2014 12:12 am
Forum: XCodeJock Support
Topic: SuiteControls in Sample folder
Replies: 4
Views: 16142

SuiteControls in Sample folder

Hi Roger,

I'm trying to run TaskDialog.exe in \XCodeJock\Samples\SuiteControls\TaskDialog, but got a message saying CLSID is required for ActiveX Control.

Any ideas on what I should do? I'm still new with codejock and xcodejock

I'm using Codejock 16.3.1 if that's any help.

Best Regards,

Andy
by Andy Edward
Mon Jul 21, 2014 8:21 pm
Forum: eXpress++ Support
Topic: Xbase++ 2.0 the business platform
Replies: 16
Views: 19896

Re: Xbase++ 2.0 the business platform

Will the new feature (Xbase++ 2.0 + Postgres), achieve the same performance level as native SQL? or is it still a record by record process but using a SQLesque command? Xbase++ 2.0 gives you the best of both worlds. If you require SQL performance, then use SQL commands. If you demand ISAM compatabl...
by Andy Edward
Thu Jul 17, 2014 8:45 pm
Forum: eXpress++ Support
Topic: Xbase++ 2.0 the business platform
Replies: 16
Views: 19896

Re: Xbase++ 2.0 the business platform

Thanks for the reply. Anyone knows how is the performance is like? I'm almost done migrating a DBF based app to using native SQL for their batch computation. I've cut down their batch processing time 70%-80% using Native SQL. Will the new feature (Xbase++ 2.0 + Postgres), achieve the same performanc...
by Andy Edward
Wed Jul 16, 2014 10:06 pm
Forum: eXpress++ Support
Topic: Xbase++ 2.0 the business platform
Replies: 16
Views: 19896

Re: Xbase++ 2.0 the business platform

Hi, I've also received the same letter. For '• Migrate existing dbf/ntx/cdx applications to the PostgreSQL without code changes ', is there any sample that shows how this feature will work?? Such as when we say DC_AddRec(), what will happen? Will Express++/ Xbase++ will change the command to 'Insert...
by Andy Edward
Wed Feb 12, 2014 7:33 pm
Forum: eXpress++ Support
Topic: Font in DCBROWSE
Replies: 3
Views: 5692

Re: Font in DCBROWSE

Hi,

Thanks for the help. From your examples, it lead me to the problem, which was my cGETFONT content

The cGETFONT was returning '9.Arial ', which will not register with the FONT parameter.

So what I use is

Code: Select all

FONT {|| ALLTRIM(cGETFONT)}
Thanks again

Andy
by Andy Edward
Wed Feb 12, 2014 2:50 am
Forum: eXpress++ Support
Topic: Font in DCBROWSE
Replies: 3
Views: 5692

Font in DCBROWSE

Hi Roger, In my DCBROWSE command I use the FONT parameter as such @ nRow + IIF(lAutoSeek,1.5*IIF(lPixel,20,1),0), nCol DCBROWSE aData[1] ; FONT cGETFONT where cGETFONT = '9.Arial'. But, the DCBROWSE keep showing me a bold and larger font. ***************** When I write the FONT parameter as such @ n...
by Andy Edward
Thu Nov 14, 2013 6:44 pm
Forum: eXpress++ Support
Topic: VALID not firing if WHEN is used
Replies: 8
Views: 13873

Re: VALID not firing if WHEN is used

The WHEN clause is also processed first and buy the windows system first, so its value/state is changed prior to the determination of whether the VALID clause should be evaluated. Is it a new implementation where the WHEN clause is processed first? I have two exactly the same applications where one...
by Andy Edward
Thu Nov 14, 2013 1:40 am
Forum: eXpress++ Support
Topic: VALID not firing if WHEN is used
Replies: 8
Views: 13873

Re: VALID not firing if WHEN is used

HI, The valid of your second get will never be executed if the get is not active. So if your first get remains empty, the second get isn't active, you can't enter data, and there is no reason to validate. The second GET is active / not grayed out when the first time the form is generated. Also the ...
by Andy Edward
Thu Nov 14, 2013 12:09 am
Forum: eXpress++ Support
Topic: VALID not firing if WHEN is used
Replies: 8
Views: 13873

VALID not firing if WHEN is used

Hi, I know that VALID will fire before the focus goes to the next object, and WHEN is to decide whether the DCGET greyed out or not. @1,71 DCGET MREFNO popup {|c| c:=GETREFNO(COM_TYPE,aLocals,' '),; EVAL ({|c| SEEK_ORDER(c,COM_TYPE,xARRAY,aLocals,xNEWARRAY,bTASK),DC_GETREFRESH(GETLIST)},c),c}; VALID...
by Andy Edward
Mon Nov 11, 2013 12:29 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER
Replies: 14
Views: 18190

Re: DCHTMLVIEWER

Well DCHTMLVIEWER() doesn't hang anymore even though I tried to click on the chart as fast as I could. We will see when the actual page is done, but for now it's alright for me.

Best Regards,

Andy