Search found 565 matches

by unixkd
Sun Oct 07, 2012 6:36 am
Forum: Did you Know?
Topic: Using wheel in a Get
Replies: 5
Views: 18096

Re: Using wheel in a Get

The ChangeValue function can be modified further to be able to deal with fields such as zipcode, telephone etc using a modified version of your DC_NUMINCR() function as shown below: * FUNCTION ChangeValue( a, b, oGet) Local xValue := oGet:getData() IF ValType(xValue) = "C" xValue := IF( b[2] > 0, PP...
by unixkd
Sat Oct 06, 2012 11:14 am
Forum: Did you Know?
Topic: Using wheel in a Get
Replies: 5
Views: 18096

Re: Using wheel in a Get

The Static Function ChangeValue can be modified as shown below to avoid passing xValue to the function FUNCTION ChangeValue( a, b, oGet) Local xValue := oGet:getData() IF b[2] > 0 xValue ++ ELSE xValue -- ENDIF oGet:setData(xValue) RETURN nil You can now define a generic block for GET ..... EVAL as ...
by unixkd
Tue Oct 02, 2012 6:20 am
Forum: eXpress++ Support
Topic: How Can I deploy Express Application On the Cloud
Replies: 2
Views: 6177

How Can I deploy Express Application On the Cloud

Hi all

How Can I deploy Express Application On the Cloud ?

Joseph
by unixkd
Thu Aug 30, 2012 3:23 am
Forum: eXpress++ Support
Topic: SMS Texting API
Replies: 12
Views: 25731

Re: SMS Texting API

If you need flexibility, easy-of-use and advanced mobile messaging system, take a look at www.ActiveXperts.com

Joseph
by unixkd
Tue Aug 21, 2012 3:44 am
Forum: eXpress++ Support
Topic: FastReport Activex
Replies: 1
Views: 4733

FastReport Activex

Hi Roger Fast Report is an EXCELLENT reporting tool, highly versatile. Sergey Spirin adapted the VCL version of it for Xbase++, Harbour and FOXPRO. Works great. Recently Sergey passed on to the world beyond. This makes the future of this adaptation to hang in the balance. The documentation appear to...
by unixkd
Mon Jul 30, 2012 5:15 pm
Forum: eXpress++ Support
Topic: XcodeJock CJTaskPanelGroup
Replies: 4
Views: 7745

Re: XcodeJock CJTaskPanelGroup

Hi Tom

Can you help on the above subject. What to be able to change Font properties in Codejock.

Joseph
by unixkd
Sat Jul 28, 2012 3:34 am
Forum: eXpress++ Support
Topic: xcodeJock.ch
Replies: 9
Views: 12769

Re: xcodeJock.ch

Hi Roger

Thanks, the 258 dclipx fix the problem

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

Re: xcodeJock.ch

Hi Roger I finally figured out why the toolbar is not displaying in 257. The DCADDBUTTON CAPTION no longer support ICON captions. If it is bitmap, it works fine. Run your sample below: Static FUNCTION T_B() /* This is an example of how to use DCSTATUSBAR to create locked status areas around the peri...
by unixkd
Tue Jul 24, 2012 1:58 am
Forum: eXpress++ Support
Topic: XcodeJock CJTaskPanelGroup
Replies: 4
Views: 7745

Re: XcodeJock CJTaskPanelGroup

Hi Roger

The FONT clause of CJTaskPanelGroup is not working properly

Joseph
by unixkd
Tue Jul 24, 2012 1:56 am
Forum: eXpress++ Support
Topic: xcodeJock.ch
Replies: 9
Views: 12769

Re: xcodeJock.ch

Hi Roger

It is Express++ toolbar problem

Thanks

Joseph