Search found 565 matches

by unixkd
Sun Mar 27, 2022 10:54 am
Forum: eXpress++ Support
Topic: DCBROWSE :refreshAll()
Replies: 1
Views: 1545

DCBROWSE :refreshAll()

Hi All In SQLExpress++ when I change a record in form, I need to execute oBrowse:refreshAll() for the changes to reflect in the Browse. But in doing that, the cursor move to the top of the browse. I want the record pointer to remain in the position prior to the update of the changes. I executed oBro...
by unixkd
Wed Mar 02, 2022 12:25 pm
Forum: Zen and the art of Software Maintenance
Topic: Solidarity with Ukraine
Replies: 8
Views: 5917

Re: Solidarity with Ukraine

To say I agree will be an understatement. My is capital AGREE.

I begin to think that we always overestimate this so call RULERS not leaders anyway. Some of them may have lost their senses long time ago.
God bless Ukraine

Joe
by unixkd
Sun Feb 13, 2022 1:28 pm
Forum: eXpress++ Support
Topic: Automatic Updater for application
Replies: 23
Views: 11432

Re: Automatic Updater for application

A service always ran that was responsible for sending the emails.
Hi Roger

Can you share with us the SERVICE program routine responsible for sending the emails ?

Thanks

Joe
by unixkd
Sun Feb 13, 2022 12:45 pm
Forum: eXpress++ Support
Topic: Automatic Updater for application
Replies: 23
Views: 11432

Re: Automatic Updater for application

Hi All,

I developed an updater which I called AppLoader.exe and it is based on the Donnay xppload.prg. This Apploader.exe will check the current app.exe /???.DLL and if the update is newer then download it before executing the App.exe, works fine for us.

Joe
by unixkd
Sat Feb 05, 2022 1:06 pm
Forum: eXpress++ Support
Topic: How can I change the Datasource of DCBROWSE
Replies: 1
Views: 1548

How can I change the Datasource of DCBROWSE

Hi All

How can I change the Datasource of DCBROWSE for SQLExpress after the object is created similar to changing array data source using dc_getbrowarray(oBrowse,NewArray) or oBrowse:Datasource := NewArray

Thanks

Joe
by unixkd
Mon Jan 24, 2022 1:12 am
Forum: eXpress++ Support
Topic: Is there a portable ADS with an ISAM interface?
Replies: 41
Views: 21259

Re: Is there a portable ADS with an ISAM interface?

Hi

I have been using ADT for more than 15 years, earlier with ADSDBE and now with SQLExpress and I can tell you that ADT is by far more optimized with better performance than DBF tables. Table size limit is 16 exabites and many more. ADT under ADS gives you more power.

Thanks

Joe
by unixkd
Sat Jan 22, 2022 1:45 am
Forum: eXpress++ Support
Topic: I need a function to download file from a website
Replies: 2
Views: 2196

I need a function to download file from a website

Hi all

I need a function to download file from a website. CHILKAT activeX has it but I dont have chilkat yet

Thanks

Joe
by unixkd
Tue Jan 11, 2022 2:25 pm
Forum: Did you Know?
Topic: The worst programming language ever
Replies: 3
Views: 3738

Re: The worst programming language ever

Hi Roger

I have never program web before but had heard from web developers how nice php is and I became convinced that when I realised that it is used in writing this web board ? so ...

Joe
by unixkd
Thu Dec 30, 2021 1:29 pm
Forum: eXpress++ Support
Topic: How to Verify that a given SQL statemen is a valid
Replies: 2
Views: 2161

How to Verify that a given SQL statemen is a valid

Hi all and merry Christmas,

I need a function to verify that a given SQL statement is a valid SQL statement. The statement is sent to the server where it is parsed but not executed and an exception is raised if the statement is not valid. ADS has it but I want to use it in SQLExpress

Thanks

Joe
by unixkd
Tue Jul 20, 2021 3:45 am
Forum: User Contributions
Topic: FastReport for Alaska Xbase++ FRAX
Replies: 12
Views: 19960

Re: FastReport for Alaska Xbase++ FRAX

Hi Slobodan/Others I do NOT agree that the way to go is to get alternative for fastreport. Everything about fastreport is awesome. What I suggest we do is to emulate what the folks at harbour did http://www.ozs.es/files/FastReport/FastReport.pdf. Harbour and Xbase++ share a lot in common. Using ot4x...