Search found 4762 matches

by rdonnay
Fri Aug 13, 2010 1:37 pm
Forum: Did you Know?
Topic: BB Flashback Express
Replies: 10
Views: 25374

Re: BB Flashback Express

Add this to the top of the source file:

pragma Library("dcdesign.lib")
by rdonnay
Fri Aug 13, 2010 12:58 pm
Forum: Did you Know?
Topic: BB Flashback Express
Replies: 10
Views: 25374

Re: BB Flashback Express

What is the name of the unresolved external?
by rdonnay
Fri Aug 13, 2010 12:39 pm
Forum: eXpress++ Support
Topic: The DC_IconDefault (ICON_PV) not working
Replies: 7
Views: 12311

Re: The DC_IconDefault (ICON_PV) not working

Does the icon show if you use DCGETOPTIONS ICON ICON_PV ?
by rdonnay
Fri Aug 13, 2010 11:43 am
Forum: eXpress++ Support
Topic: dc_progress
Replies: 4
Views: 9250

Re: dc_progress

I haven't used DC_Progress in many years. This is old stuff from my Clipper days.

Have you tried using @.. DCPROGRESS oProgres ...

And then:

DC_GetProgress( oProgress, nCount, nMaxCount )
by rdonnay
Fri Aug 13, 2010 11:41 am
Forum: eXpress++ Support
Topic: The DC_IconDefault (ICON_PV) not working
Replies: 7
Views: 12311

Re: The DC_IconDefault (ICON_PV) not working

Is ICON_PV included in a .RES file?
by rdonnay
Fri Aug 13, 2010 11:40 am
Forum: eXpress++ Support
Topic: xsd:base64Binary
Replies: 4
Views: 10009

Re: xsd:base64Binary

Are you using Xb2Net?
by rdonnay
Fri Aug 13, 2010 11:37 am
Forum: Did you Know?
Topic: BB Flashback Express
Replies: 10
Views: 25374

Re: BB Flashback Express

It looks like you have no space between sourcefile and __filepath__
by rdonnay
Wed Aug 11, 2010 3:50 pm
Forum: eXpress++ Support
Topic: Refresh Browser with DC_SQLFieldblock
Replies: 3
Views: 8944

Re: Refresh Browser with DC_SQLFieldblock

I am surprised that the browse is not updated with a :refreshAll().
I have not used SQLexpress in quite a few years and don't even have a test program available to debug this.

I suggest posting this question on Boris Borzic's newsgroup.
by rdonnay
Wed Aug 11, 2010 9:05 am
Forum: eXpress++ Support
Topic: The DC_IconDefault (ICON_PV) not working
Replies: 7
Views: 12311

Re: The DC_IconDefault (ICON_PV) not working

I don't understand. DC_IconDefault() works only with screens created by DCREAD GUI.
by rdonnay
Wed Aug 11, 2010 9:02 am
Forum: Xbase++ Support
Topic: A Clipper Question (668)
Replies: 4
Views: 10840

Re: A Clipper Question (668)

I forgot about DGROUP.ZIP.

Thanks for that.