Search found 231 matches

by PedroAlex
Fri Jan 10, 2020 5:58 am
Forum: eXpress++ Support
Topic: DcSay get on DcTabPage wrong operation
Replies: 6
Views: 9387

Re: DcSay get on DcTabPage wrong operation

Roger,

This error occurs with any get in all situations.
Gets are directly over file fields

Attached sample program
by PedroAlex
Fri Jan 10, 2020 2:10 am
Forum: eXpress++ Support
Topic: DcSay get on DcTabPage wrong operation
Replies: 6
Views: 9387

DcSay get on DcTabPage wrong operation

Hi Roger, My problema is : Yesterday I compiled some applications with eXpress 267 and XB 2.01113 and there was a wrong operation in DCay get and combo over a dctabpage. This code runs OK with eXpress 264 and XB 2.01113. //---------------------------------------------- FUNCTION Teste_ListBox() LOCAL...
by PedroAlex
Mon Nov 18, 2019 7:47 am
Forum: eXpress++ Support
Topic: Second monitor
Replies: 4
Views: 11042

Re: Second monitor

Miguelon and Chris.

many thanks.

I will try that tips.

Best Regards.
by PedroAlex
Mon Nov 18, 2019 2:31 am
Forum: eXpress++ Support
Topic: Second monitor
Replies: 4
Views: 11042

Re: Second monitor

Hi Chris,

Have you found a solution to this problem?
Appdesktop only controls 1 screen! right?

Now the POS brings a second screen.
I need to control this second screen.
any tips would be grateful.

regards
by PedroAlex
Sat Nov 16, 2019 10:43 am
Forum: eXpress++ Support
Topic: AutoFresh GetList
Replies: 6
Views: 9334

Re: AutoFresh GetList

Roger,

Thank you very much.
It works very well.
by PedroAlex
Sat Nov 16, 2019 2:30 am
Forum: eXpress++ Support
Topic: AutoFresh GetList
Replies: 6
Views: 9334

Re: AutoFresh GetList

I had already tried this way..

[img][/[img]
by PedroAlex
Fri Nov 15, 2019 8:33 am
Forum: eXpress++ Support
Topic: AutoFresh GetList
Replies: 6
Views: 9334

Re: AutoFresh GetList

Roger, Maybe it didn't explain well.. I want a passive small program without any buttons and without user intervention. How can i refresh the getlist without user intervention? Edit abdisplay.prg and delete or disable the pushbutton comand and compile. than run abdisplay. than run cliente.exe and se...
by PedroAlex
Thu Nov 14, 2019 10:23 am
Forum: eXpress++ Support
Topic: AutoFresh GetList
Replies: 6
Views: 9334

AutoFresh GetList

hello, I have a small program to receive data from a client.exe program via websocket. This program is for a Customer DualDisplay POS system. The program AbDisplay.exe receive de data but I need to refresh the getlist without clicking the button. What I want is that when data is entered the abdispla...
by PedroAlex
Mon Nov 11, 2019 5:41 am
Forum: Xbase++ Support
Topic: Convert Hexadecimal to Decimal
Replies: 2
Views: 7486

Re: Convert Hexadecimal to Decimal

Roger, Many thanks for the feedback. I take the opportunity to put another difficulty that I found. I have a small program to receive data from a client.exe program via websocket. This program is for a Customer DualDisplay POS system. The program AbDisplay.exe receive de data but I need to refresh t...
by PedroAlex
Wed Nov 06, 2019 4:25 am
Forum: Xbase++ Support
Topic: Convert Hexadecimal to Decimal
Replies: 2
Views: 7486

Convert Hexadecimal to Decimal

Hello.

Does Alaska xBase have any functions to convert Hexadecimal to decimal?

I have a hexadecimal string to send to the printer.
Can I send directly in hexadecimal or should I convert to decimal?

Many thanks.