Search found 627 matches

by Victorio
Wed Oct 12, 2022 4:38 am
Forum: Announcements
Topic: Windows 11 22H2 speed
Replies: 4
Views: 3227

Re: Windows 11 22H2 speed

Hi Chris,
Good to know, one more reason to wait at least a year before installing Windows 11 somewhere.
by Victorio
Fri Oct 07, 2022 2:34 am
Forum: eXpress++ Support
Topic: Is there an automated translator from Alaska to Python?
Replies: 1
Views: 1853

Re: Is there an automated translator from Alaska to Python?

it would be fantastic if it existed :?:
i have one source file for converting digital map to SHP in python but enought time to convert it to Xbase++...
by Victorio
Thu Oct 06, 2022 8:47 am
Forum: User Contributions
Topic: code4 to code5 in dbf file
Replies: 7
Views: 3344

Re: code4 to code5 in dbf file

hi, when i must change length of database field, I use automatic update structure by pattern dbf which updated with every newer version of application. but i must also manually change dialogs, browsers etc. in source code . maybe solution will be once invest more time and modify application to recal...
by Victorio
Tue Sep 27, 2022 1:16 am
Forum: eXpress++ Support
Topic: FTP Directory
Replies: 2
Views: 2137

Re: FTP Directory

Hi, problem solved,
Problem was with XB2NET.DLL, and his problem with Windows 10 FallCreator bug. I had version from 16.4.2016
I found newer version 3.5.04 from 22.10.2017 which I forget update.
Older version crash with error W2bin wrong parameter, newer work fine.
:dance:
by Victorio
Tue Sep 27, 2022 12:17 am
Forum: eXpress++ Support
Topic: FTP Directory
Replies: 2
Views: 2137

FTP Directory

Hi, who works with xb2net, know why oFtp:Directory() return still NIL ? FTP connection works, also set/get current directory, and also create directory. Only Directory() not. Local oFtp, bCallback,pripftpok2:=.F. Local aDir Local cPath:="",cFlag:="",cFlag2:="",cFlag3:="" // musím predvoliť, lebo chc...
by Victorio
Fri Sep 09, 2022 3:41 am
Forum: eXpress++ Support
Topic: For some reason, in Windows-10, the DC_PrintPreviewAcrobat() command does not show the pdf file
Replies: 6
Views: 2787

Re: For some reason, in Windows-10, the DC_PrintPreviewAcrobat() command does not show the pdf file

Hi Eugene, I am opening PDF files simply with Runshell() RunShell(pathpdf+filepdf,pathtopdfviewer,.t.,.f.) and pathtopdfviewer I found in registry : pathtopdfviewer:=DC_Regquery(HKEY_CLASSES_ROOT,"Software\Adobe\Acrobat\Exe") if Valtype(pathtopdfviewer) # 'C' .OR. Empty(pathtopdfviewer) oznam("Upozo...
by Victorio
Fri Aug 12, 2022 5:40 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6161

Re: filetime and filedate in directory

Chris, 1 second is only example, in real use this will be set to 10 or more minutes. my client add about 10 - 15 processes afternoon to run it at night. At morning he has results. But when some of process frozen, or crash, he has not any result. This solution I want use to prevent waiting main progr...
by Victorio
Thu Aug 11, 2022 6:46 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6161

Re: filetime and filedate in directory

Wolfgang and Eugene: I am testing it, but I am also dealing with the situation, when external process still run, but stay in cycle, or "frozen" . In this situation read every x seconds last row from temporary "TIM" file and when actually time - last time from "TIM" file is more than for example 30 s...
by Victorio
Wed Aug 10, 2022 4:50 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6161

Re: filetime and filedate in directory

Ok, Chris, i work on this variant.
by Victorio
Wed Aug 10, 2022 3:40 am
Forum: eXpress++ Support
Topic: filetime and filedate in directory
Replies: 15
Views: 6161

Re: filetime and filedate in directory

Jimmy, please can you save attached file againg ? It cannot download, THX