Search found 453 matches

by digitsoft
Fri May 19, 2023 1:11 pm
Forum: eXpress++ Support
Topic: example of combobox + checkbox combined
Replies: 10
Views: 5177

example of combobox + checkbox combined

hello Roger
you have an example of combobox + checkbox combined
by digitsoft
Fri Mar 17, 2023 5:15 am
Forum: eXpress++ Support
Topic: help with please - Ayuda por favor
Replies: 4
Views: 2398

Re: help with please - Ayuda por favor

Buen dia Jose
Usa arc32 que es un editor de db que trae ADS y con ese editor puede recuperar los datos de una DB corrupta
si no logra conseguirme me avisa para buscarlo, en mis backup.


Espero te ayude
by digitsoft
Wed Aug 10, 2022 5:19 am
Forum: eXpress++ Support
Topic: How can I update the DCBROWCOL FOOTER
Replies: 2
Views: 2195

Re: How can I update the DCBROWCOL FOOTER

DCBROWSECOL DATA {|| SQLFieldGet(oPVCAM02F,"BCE_Cap") } HEADER "BALANCE;PENDIENTE" WIDTH 08 PARENT oFPendiente PICTURE "9,999,999.99" eval {|oB|oB:dataArea:lbClick := {|a,b,o| SetAppFocus( IIF(lFactura,oFactura,oNombre) ) } } OWNERDRAW FOOTER {|| "" } FOOTPRES aFootPres OBJECT oColColumn4 // ALIGN X...
by digitsoft
Tue Aug 09, 2022 12:46 pm
Forum: eXpress++ Support
Topic: Topaz signature tablet
Replies: 12
Views: 6196

Re: Topaz signature tablet

hello Roger
Can you tell me what is the brand of the Topaz signature tablet, if you can give an example please.
by digitsoft
Tue Jul 12, 2022 1:59 pm
Forum: eXpress++ Support
Topic: Here is an example of the use of Biometric Fingerprint Reader
Replies: 10
Views: 5392

Re: Here is an example of the use of Biometric Fingerprint Reader

I wonder if anyone has an example of fingerprint reading in xbase
by digitsoft
Wed Jul 06, 2022 10:10 am
Forum: eXpress++ Support
Topic: Visual Foxpro
Replies: 5
Views: 3143

Re: Visual Foxpro

hello Roger
what I recommend is to migrate everything to Postgress SQL when the whole system is functional migrate the data because if the dbf are very large they suffer from corrupting the indexes.
by digitsoft
Wed Jun 29, 2022 11:10 am
Forum: eXpress++ Support
Topic: Here is an example of the use of Biometric Fingerprint Reader
Replies: 10
Views: 5392

Here is an example of the use of Biometric Fingerprint Reader

Here is an example of the use of Biometric Fingerprint Reader
by digitsoft
Wed May 11, 2022 12:04 pm
Forum: eXpress++ Support
Topic: Topaz signature tablet
Replies: 12
Views: 6196

Re: Topaz signature tablet

hello Roger I save the photo in base64 format in a postgress table with the field type "character varying" when I read the field before presenting the image I decompile it and it works for me in the photo I think that should work for you too This functions is from the lib by Pablo Botello ot4xb.dll ...
by digitsoft
Wed Apr 06, 2022 7:24 am
Forum: eXpress++ Support
Topic: using DCADDCELLITEM how can I know the width of the column in DCBROWSE
Replies: 3
Views: 2324

Re: using DCADDCELLITEM how can I know the width of the column in DCBROWSE

I am using this code
oColumn := oBrowse:GetColumn(1)
nCellWidth := oColumn:dataArea:currentSize()[1]

and it generates this error
by digitsoft
Wed Apr 06, 2022 6:59 am
Forum: eXpress++ Support
Topic: using DCADDCELLITEM how can I know the width of the column in DCBROWSE
Replies: 3
Views: 2324

using DCADDCELLITEM how can I know the width of the column in DCBROWSE

Hello Roger
using DCADDCELLITEM how can I know the width of the column in DCBROWSE