Search found 135 matches

by MIGUELON
Thu Jan 05, 2023 3:38 am
Forum: eXpress++ Support
Topic: ADT
Replies: 5
Views: 2016

ADT

Hi everyone and happy new year. I am using Xbase++ 1.9, Express and Advantage as a BD engine with free DBF tables I have a table with more than 2 million records and I would like to switch to free ADT tables. Here is the question, what do you advise me: 1) Alaska ADSDBE 2) Directly with advantage co...
by MIGUELON
Wed Jan 04, 2023 10:07 am
Forum: eXpress++ Support
Topic: Mail with Office365
Replies: 4
Views: 1818

Re: Mail with Office365

Hi skiman, I use https://www.marshallsoft.com/see4xb.htm form Xbase++
And I have no problem sending with Microsoft Office 365.
by MIGUELON
Tue Jan 03, 2023 2:24 am
Forum: eXpress++ Support
Topic: Services Xbase++
Replies: 6
Views: 2029

Re: Services Xbase++

Anyway thank you very much for your help TOM
I will use net stop and net start
by MIGUELON
Mon Jan 02, 2023 7:31 am
Forum: eXpress++ Support
Topic: Services Xbase++
Replies: 6
Views: 2029

Re: Services Xbase++

CLASS Logger EXPORTED: INLINE METHOD write( cMsg ) ? cMsg RETURN SELF ENDCLASS PROCEDURE ServiciosControl( cParam ) LOCAL cLocation, oLog, oCtrl, cServiceName oLog:=Logger():new() oCtrl := ServiceController() oCtrl:AddController("Advantage",CurDrive()+":\"+CurDir()+"\Program Files\Advantage 10.10\Se...
by MIGUELON
Mon Jan 02, 2023 5:22 am
Forum: eXpress++ Support
Topic: Services Xbase++
Replies: 6
Views: 2029

Re: Services Xbase++

Ooooo. Thank you very much Tom you made my whole day :) :D
by MIGUELON
Mon Jan 02, 2023 4:27 am
Forum: eXpress++ Support
Topic: Services Xbase++
Replies: 6
Views: 2029

Services Xbase++

Hi everyone and happy new year
My question is: can I stop a windows service and start it again from Xbase++
I want to stop the Advantage engine.
Greetings and thanks for your attention
Miguel
by MIGUELON
Tue May 10, 2022 12:17 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTON blink
Replies: 9
Views: 4237

Re: DCPUSHBUTTON blink

I just need to notify the user of my application that they have messages to view.
You don't have to blink the button but you do have to warn him with a change of icon or color.
It is possible to do this without consuming a lot of resources.
thanks for your ideas
by MIGUELON
Mon May 09, 2022 3:36 pm
Forum: eXpress++ Support
Topic: DCPUSHBUTTON blink
Replies: 9
Views: 4237

Re: DCPUSHBUTTON blink

My intention is to warn the user to press the button
by MIGUELON
Mon May 09, 2022 11:20 am
Forum: eXpress++ Support
Topic: DCPUSHBUTTON blink
Replies: 9
Views: 4237

DCPUSHBUTTON blink

Hello everyone, is it possible to make a DCPUSHBUTTON blink
Greetings and thanks
by MIGUELON
Fri Nov 05, 2021 3:22 am
Forum: eXpress++ Support
Topic: C++
Replies: 2
Views: 2672

C++

Hello everyone, I am translating a code in C ++ to Xbase ++ and I was doing well except in these lines that it gives me an execution error. Any ideas Original c++: ticket.Sujetos.Destinatarios= new TicketBAI.IDDestinatario[1]; ticket.Sujetos.Destinatarios[0]= new IDDestinatario ; Xbase++ ticket:Suje...