Search found 460 matches

by digitsoft
Fri Oct 11, 2024 6:32 am
Forum: eXpress++ Support
Topic: Where you can see an example of the use of DCPANEL
Replies: 5
Views: 5450

Re: Where you can see an example of the use of DCPANEL

Thanks Roger
for your help
by digitsoft
Wed Sep 18, 2024 6:12 am
Forum: eXpress++ Support
Topic: Where you can see an example of the use of DCPANEL
Replies: 5
Views: 5450

Where you can see an example of the use of DCPANEL

Good morning Roger
Where you can see an example of the use of DCPANEL


Thank you
by digitsoft
Mon Sep 02, 2024 7:13 am
Forum: eXpress++ Support
Topic: The HIDE clause does not work in DCCOMBOBOX with Alaska 2.0
Replies: 4
Views: 8551

Re: The HIDE clause does not work in DCCOMBOBOX with Alaska 2.0

I attach an example
If you change HP Lasert for Fiscal Printer and change it again for HP Lasert it does not present the same information, in xBase 1.9.255 it works fine but since I complied with 2.0 I have that problem

Thank you.
by digitsoft
Wed Aug 07, 2024 1:35 pm
Forum: eXpress++ Support
Topic: Error using Alaska 2.0 + eXpress
Replies: 1
Views: 4625

Re: Error using Alaska 2.0 + eXpress

the solution was
1) Compile eXpress
2) Rebuild the .RES file
3) Rebuild the .DLLs
4) Compile the entire System

Thank you.
by digitsoft
Wed Aug 07, 2024 10:38 am
Forum: eXpress++ Support
Topic: Error using Alaska 2.0 + eXpress
Replies: 1
Views: 4625

Error using Alaska 2.0 + eXpress

Error using Alaska 2.0
When I compile with version 1.90 I have no problem but if I compile with version 2.0 the same application gives me this error

Does anyone have any idea why this error is occurring?

Thank you
by digitsoft
Tue Aug 06, 2024 5:55 am
Forum: eXpress++ Support
Topic: The HIDE clause does not work in DCCOMBOBOX with Alaska 2.0
Replies: 4
Views: 8551

The HIDE clause does not work in DCCOMBOBOX with Alaska 2.0

hello Roger The HIDE clause does not work in DCCOMBOBOX with Alaska 2.0 @ 6.5,00.0 DCSAY "Nº Banco:" SAYSIZE 10.5,1.0 HIDE {|| LEFT(cFormaPago,2) $ {"05","09","12"} } @ 6.4,12.0 DCCOMBOBOX cCodBco LIST aCodBco TYPE XBPCOMBO_DROPDOWNLIST SIZE 60.2,15 ; COLOR GRA_CLR_BLUE,GRA_CLR_WHITE ; REFRESH ; WHE...
by digitsoft
Tue Jul 02, 2024 10:39 am
Forum: eXpress++ Support
Topic: How can I print an XML or HTML document
Replies: 2
Views: 7092

How can I print an XML or HTML document

hello Roger
How can I print an XML or HTML document
by digitsoft
Wed Mar 13, 2024 8:55 am
Forum: eXpress++ Support
Topic: How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9"
Replies: 2
Views: 8257

Re: How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9"

Thanks for your help use this solution bPicture := {|| IIF(LEFT(cMetodo,3)="FSS" .AND. LEFT(cFp,1)="Q","9999.9","99,999") } @ 05.4,01 DCSAY "Duración:" GET cTiempo PICT bPicture MESSAGE "Digite el Tiempo ó Duración del Prestamo" INTO oMsgBox ; GETPOS 05.25,08 ; GETOBJECT oTiempo ; POPUP {|n|DC_PopCa...
by digitsoft
Mon Mar 11, 2024 7:54 am
Forum: eXpress++ Support
Topic: How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9"
Replies: 2
Views: 8257

How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9"

Good morning Roger
How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9" and have it reflected on the screen at once

Thank you.
by digitsoft
Fri Jan 12, 2024 12:23 pm
Forum: eXpress++ Support
Topic: Char2UTF8() in XML
Replies: 5
Views: 10852

Re: Char2UTF8() in XML

You could send an example of the XML file