Search found 17 matches

by pauld
Fri May 12, 2017 12:07 pm
Forum: Xbase++ 2.0
Topic: Program lag when selecting files (affects DC_PopFile)
Replies: 2
Views: 11856

Program lag when selecting files (affects DC_PopFile)

We use DC_PopFile to select files and notice that there is a lag when we open and close the dialog window (the lag increases each time we open and close the window). This seems to be an issue with Xbase (build 785). When we reverted back to build 779 this issue no longer existed. I assume it has to ...
by pauld
Tue Dec 22, 2015 4:12 pm
Forum: Xbase++ Support
Topic: Checking that dbf index is corrupt
Replies: 1
Views: 6748

Checking that dbf index is corrupt

Hi. We're running into an issue where our program kicks us out due to a corrupt index. My question is, is there a function (either in xbase or xpress++) where we can check an index or an index's header to see if it's corrupt?
by pauld
Tue Dec 22, 2015 4:09 pm
Forum: Xbase++ 2.0
Topic: DLLCall calling function from wrong dll
Replies: 2
Views: 9374

Re: DLLCall calling function from wrong dll

Sorry. This should be under xbase++ support.
by pauld
Tue Dec 22, 2015 4:03 pm
Forum: Xbase++ 2.0
Topic: DLLCall calling function from wrong dll
Replies: 2
Views: 9374

DLLCall calling function from wrong dll

So here's the issue we're seeing: We have 3 dll’s (let’s call them dll1, dll2, dll3) which all have a function with the same name (let’s call it dllfunction). The issue we’re running into is that we are trying to call dllfunction from dll2 using dllcall(). However, the dll function that is actually ...
by pauld
Wed Jan 07, 2015 3:41 pm
Forum: Xbase++ 2.0
Topic: dbsetfilter and pgdbe
Replies: 4
Views: 13305

dbsetfilter and pgdbe

I'm running into an issue when using dbsetfilter() with pgdbe. If I have a Go Top after the dbsetfilter() I get this error:

Description: Operating system error
Code: 40
Operation: DbGoTop
Args: {}

Is anyone else running into issues when using filters with postgres?
by pauld
Wed Jan 07, 2015 3:35 pm
Forum: Xbase++ 2.0
Topic: SELECT with an ALIAS
Replies: 5
Views: 16445

Re: SELECT with an ALIAS

We also used executequery() to place the results in a workarea. I know this is a couple of years old but I just wanted to clarify that Alias in postgres doesn't work the same way as it does with dbf. Here's an example of Alias in postgres: SELECT * FROM clients AS c, houses AS h WHERE c.recordid = h...
by pauld
Wed Nov 12, 2014 12:53 pm
Forum: XCodeJock Support
Topic: CJTabControlPage and Tooltips
Replies: 0
Views: 11093

CJTabControlPage and Tooltips

I'm running into an issue when I add tooltip to a button that is currently in the body of a CJTabControlPage. The tooltip appears much lower than it should.

I've attached an image of the issue.

It works correctly for buttons not in the tab page.