Search found 183 matches

by Diego Euri Almanzar
Mon Nov 10, 2025 5:11 pm
Forum: eXpress++ Support
Topic: Communication between DBF and MDB files
Replies: 5
Views: 762

Re: Communication between DBF and MDB files

I'm developing an employee payroll system where employee identification for clocking in and out is based on each person's fingerprint. I couldn't find a fingerprint DLL for Xbase++, so I had to use another language to capture the fingerprints, associated with a fingerprint reader, of course. Since t...
by Diego Euri Almanzar
Mon Nov 10, 2025 7:43 am
Forum: eXpress++ Support
Topic: Communication between DBF and MDB files
Replies: 5
Views: 762

Communication between DBF and MDB files

Greetings, dear friends

Is there a redistributable component, a driver, for the Microsoft Access MDB database engine that can be handled by Xbase and transfer data to a DBF file, or vice versa?

I would appreciate your help.
by Diego Euri Almanzar
Thu Jul 10, 2025 10:23 pm
Forum: eXpress++ Support
Topic: Advantage Database Server For Testing
Replies: 5
Views: 6407

Re: Advantage Database Server For Testing

Wow, great idea.

Thanks so much, Tom.
by Diego Euri Almanzar
Wed Jul 09, 2025 11:29 pm
Forum: eXpress++ Support
Topic: Advantage Database Server For Testing
Replies: 5
Views: 6407

Re: Advantage Database Server For Testing

Dear SlavkoDam and Tom, Between 1986 and 1989, I learned about DBase III+ and Clipper. From the beginning, my reports are very rudimentary. I copy the structure of a table using copy file, then fill it in the temporary file with append from. In some reports, I use set filter to. Just four years ago,...
by Diego Euri Almanzar
Mon Jul 07, 2025 11:28 pm
Forum: eXpress++ Support
Topic: Advantage Database Server For Testing
Replies: 5
Views: 6407

Advantage Database Server For Testing

Hello, distinguished gentlemen I'm continuing to work on the version of my program that includes PostgreSQL, and it's been going well. I've just had to debug all the options, since creating a temporary file isn't the same as creating a temporary table. Also, asking if a file exists isn't the same as...
by Diego Euri Almanzar
Mon May 05, 2025 10:28 pm
Forum: eXpress++ Support
Topic: Function for a sensitive search
Replies: 3
Views: 5425

Re: Function for a sensitive search

Hello, Wolfgang Ciriack, rdonnay,

Very interesting.

Thank you.
by Diego Euri Almanzar
Sun May 04, 2025 11:18 pm
Forum: eXpress++ Support
Topic: Function for a sensitive search
Replies: 3
Views: 5425

Function for a sensitive search

Hello, dear friends. I would like to use DC_FINDBROWSE() or any other Express function for a sensitive search. I notice that when I use DC_FINDBROW(), the search is performed using the first positions of the text or field. However, the searched character is often not at the beginning of the text. It...
by Diego Euri Almanzar
Thu Jan 16, 2025 10:44 pm
Forum: eXpress++ Support
Topic: The debug does not work stably
Replies: 2
Views: 12978

Re: The debug does not work stably

Hello Roger, I have never used the eXpress++ WTF command, I have used the rest. But, when the system is in production, where any of my clients are, I prefer a normal call to ERRORSYS, since I guess adding other tools has negative effects on the execution speed. Also, although my biggest problem is n...
by Diego Euri Almanzar
Wed Jan 15, 2025 11:18 pm
Forum: eXpress++ Support
Topic: The debug does not work stably
Replies: 2
Views: 12978

The debug does not work stably

Best regards. You don't always have the development environment nearby, so invoking the debug at runtime is very useful. I have been using version 2.0 for four years and since I have used it, the debug does not always activate. For example, in functions where I use browse objects, the debug mysterio...
by Diego Euri Almanzar
Thu Sep 19, 2024 4:39 pm
Forum: eXpress++ Support
Topic: Blocks on SMTP servers
Replies: 4
Views: 17601

Re: Blocks on SMTP servers

Hello Omni, k-insis, and Auge_ohr

Your solutions are very good, I will start working with them.

My grateful.