Search found 565 matches

by unixkd
Sun Jul 22, 2012 10:27 pm
Forum: eXpress++ Support
Topic: xcodeJock.ch
Replies: 9
Views: 12769

Re: xcodeJock.ch

I solved it, but now my main toolbar will not display as shown below:
MainTB1.jpg
MainTB1.jpg (563.72 KiB) Viewed 12734 times
by unixkd
Sat Jul 21, 2012 3:57 am
Forum: eXpress++ Support
Topic: xcodeJock.ch
Replies: 9
Views: 12769

xcodeJock.ch

Hi Roger

XCodeJock.ch compile with errors in 257

Joseph
by unixkd
Sat Jul 14, 2012 4:18 am
Forum: eXpress++ Support
Topic: XcodeJock CJTaskPanelGroup
Replies: 4
Views: 7745

XcodeJock CJTaskPanelGroup

Hi Roger CJTaskPanelGroup oGroup CAPTION "Testing" PARENT oTaskPanel EXPANDABLE ON SPECIAL ON LAYOUT xtpTaskItemLayoutDefault //FONT cGroupFont In the above code, if I uncomment the FONT property, my program will hang occationally. It took me almost 2 days to detect that it was the FONT clause that ...
by unixkd
Sat Jul 07, 2012 2:39 pm
Forum: eXpress++ Support
Topic: <CXP/> versus Xb2.Net, Which way to go ??
Replies: 2
Views: 5511

Re: <CXP/> versus Xb2.Net, Which way to go ??

Thanks Roger From the features of RealBasic Web, you see that it will not require one to learn HTML and other stuffs. Simply put, you develop Web application like desktop applications, If Boris can think along this line it will be great. Just like Xb2.net, RealBasic application is the web server. Jo...
by unixkd
Sat Jul 07, 2012 2:02 pm
Forum: eXpress++ Support
Topic: <CXP/> versus Xb2.Net, Which way to go ??
Replies: 2
Views: 5511

<CXP/> versus Xb2.Net, Which way to go ??

I want to get begin with internet application but confused about the tools to use. It would be fantastic if we can have a product like Real Basic Web for Xbase/Express++ with the following lifted from realBasic web site: Introducing Real Studio Web Edition, the fastest, easiest way to build web 3.0 ...
by unixkd
Wed Jul 04, 2012 1:51 am
Forum: eXpress++ Support
Topic: Build 257
Replies: 4
Views: 7651

Re: Build 257

Hi Tom Thanks a lot for your comment. I equally want to appreciate the contribution of D.J to express++. I my opinion, we should encourage more members to be actively involved in the development and contribution to express++ like DJ. You have said it correctly, Express++ is a very very complex syste...
by unixkd
Sat Jun 30, 2012 7:45 am
Forum: eXpress++ Support
Topic: XCodeJock TabPage
Replies: 3
Views: 6470

XCodeJock TabPage

Hi Roger

How can I change Tab height and Tab Width in Codejock Tabpage control like
TABHEIGHT and TABWIDTH

Thanks

Joseph
by unixkd
Fri Jun 29, 2012 3:52 pm
Forum: eXpress++ Support
Topic: ICON on Tabpage Caption
Replies: 2
Views: 5358

ICON on Tabpage Caption

Hi Roger

@ 4,0 DCTABPAGE oTabPage CAPTION "Processor" SIZE 90,15 PREOFFSET 1 POSTOFFSET 87 IMAGE PPS_ICON_USERS TABHEIGHT 50

The above will not show Icon on the tabpage.

Joseph
by unixkd
Fri Jun 29, 2012 5:51 am
Forum: eXpress++ Support
Topic: Xbase++ and .NET components
Replies: 1
Views: 4493

Xbase++ and .NET components

Hi all

Can we use .NET components in Xbase++ applications ?

Thanks

Joseph
by unixkd
Thu Jun 28, 2012 10:18 am
Forum: eXpress++ Support
Topic: Advantage Database Server store procedures
Replies: 3
Views: 6362

Re: Advantage Database Server store procedures

What I need is the invocation of sp_* of ASD like:

EXECUTE PROCEDURE sp_GetTables( catalog,Character,200;
schemaPattern, Character,200;
tableNamePattern, Character,255;
Types,memo; )

Thanks