Search found 626 matches

by Victorio
Wed Oct 11, 2023 5:29 am
Forum: eXpress++ Support
Topic: Open database in thread ?
Replies: 6
Views: 1895

Re: Open database in thread ?

edit:
When put oConnection:DestroyContext(), dbf was released, and can delete it.
That solved :dance:
by Victorio
Wed Oct 11, 2023 5:20 am
Forum: eXpress++ Support
Topic: Open database in thread ?
Replies: 6
Views: 1895

Re: Open database in thread ?

Thanks for thanks for trying to help, now I found problem ! because database is not open by standard DBF (via DBFCDX), everything pointed to a SQL problem. When I closing connections with oConnection:destroy(), database was still blocked When put oConnection:DestroyContext(), dbf was released, and c...
by Victorio
Wed Oct 11, 2023 3:10 am
Forum: eXpress++ Support
Topic: Open database in thread ?
Replies: 6
Views: 1895

Re: Open database in thread ?

Hi Tom, In individual functions, I have closing databases either Close alias or Close all Even in the function, after closing which the database on the disk remains blocked, I have Close all, DBCloseall(), but still after closing it, but if the main program remains on, the DBF and CDX files on the d...
by Victorio
Wed Oct 11, 2023 2:24 am
Forum: eXpress++ Support
Topic: Open database in thread ?
Replies: 6
Views: 1895

Open database in thread ?

Hi, I have this problem, after some database operations (mixed DBF CDX and SQL) and database is Visual Foxpro , stay one DBF with CDX open. But when I put Close all, and test if any database is open not see any DBF opened. This look, to database is opened in some other thread, which I not see from m...
by Victorio
Wed Mar 08, 2023 8:14 am
Forum: eXpress++ Support
Topic: help with please - Ayuda por favor
Replies: 4
Views: 2326

Re: help with please - Ayuda por favor

Hi Jose, I've tried many different Foxpro or Visual Foxpro database repair programs and the best I've found and been able to try is DBF Recovery. https://www.dbf2002.com/dbf-recovery/ I have been able to repair most corrupted DBFs with this, although it may not always be able to reconstruct the cont...
by Victorio
Tue Feb 28, 2023 3:15 am
Forum: eXpress++ Support
Topic: ReplaceBookmark error Word automation
Replies: 2
Views: 1794

Re: ReplaceBookmark error Word automation

Hi Klaus, I tryed modify this settings but this was not problem Today I hope found problem, * not work, problem with ActiveX access oWord:documents:open( cFile, .F., .T. ) * work without problems oWord:documents:open( cFile) at this moment I do not know why I put this two parametres to function Open...
by Victorio
Thu Feb 16, 2023 5:51 am
Forum: eXpress++ Support
Topic: ReplaceBookmark error Word automation
Replies: 2
Views: 1794

ReplaceBookmark error Word automation

Hi, I am using this function for automation replacing bookmarks with data from database to Word DOC document. static FUNCTION ReplaceBookmark(oBM,cBM,cValue) LOCAL lRet := oBM:Exists(cBM) // zistÝ, Ŕi bookmark existuje LOCAL oF IF(lRet) oF := oBM:Item(cBM) // oF : Range:Text := cValue // At this row...
by Victorio
Thu Jan 19, 2023 7:16 am
Forum: eXpress++ Support
Topic: PACK, DC_PACK, DBPACK Error Windows 10
Replies: 0
Views: 2283

PACK, DC_PACK, DBPACK Error Windows 10

Hi, Long time I have problem with PACK database (DBF are Visual FOXPRO structure with CDX indexes). This problem occurs occasionally, sometimes I have to process the same database many times before it goes away, sometimes the problem does not appear at all. Here is error code : FATAL ERROR LOG No co...
by Victorio
Tue Dec 13, 2022 8:24 am
Forum: eXpress++ Support
Topic: DC_Workarea2excel - error Freezepanes
Replies: 2
Views: 1577

DC_Workarea2excel - error Freezepanes

Hi, Roger, Sometimes my clients have problem, when creating xls table with function DC_Workarea2excel. Only on some computers, and on more than one row header. I found solution, in function DC_Workarea2excel where is row : oSheet:Application:ActiveWindow:FreezePanes:=.T. i replace it with this : oSh...
by Victorio
Wed Oct 12, 2022 4:38 am
Forum: Announcements
Topic: Windows 11 22H2 speed
Replies: 4
Views: 3148

Re: Windows 11 22H2 speed

Hi Chris,
Good to know, one more reason to wait at least a year before installing Windows 11 somewhere.