Search found 4596 matches
- Mon Aug 08, 2022 1:28 pm
- Forum: eXpress++ Support
- Topic: How can I default first element in DCBROWSE with editor
- Replies: 1
- Views: 29
Re: How can I default first element in DCBROWSE with editor
DCREAD GUI .. EVAL {||PostAppEvent(xbeBRW_ItemSelected,,,oBrowse)}
- Fri Aug 05, 2022 10:23 am
- Forum: eXpress++ Support
- Topic: DCGET PICTURE "(999)999-9999" problem
- Replies: 14
- Views: 10757
Re: DCGET PICTURE "(999)999-9999" problem
Here is a fix for you:
Code: Select all
#INCLUDE "dcdialog.CH"
FUNCTION Main()
LOCAL GetList[0], cPhone
cPhone := Space(13)
@ 0,0 DCSAY 'Phone' GET cPhone PICTURE '(999)999-9999' ;
GETEVAL {|o|o:savePos := 2}
DCREAD GUI FIT
RETURN nil
PROC appsys ; return
- Fri Aug 05, 2022 9:49 am
- Forum: eXpress++ Support
- Topic: DCGET PICTURE "(999)999-9999" problem
- Replies: 14
- Views: 10757
Re: DCGET PICTURE "(999)999-9999" problem
I agree that this appears to be a problem with Xbase++ 2.0.
I'll see if I can give you a workaround.
I'll see if I can give you a workaround.
- Thu Aug 04, 2022 6:22 am
- Forum: eXpress++ Support
- Topic: DCGET PICTURE "(999)999-9999" problem
- Replies: 14
- Views: 10757
Re: DCGET PICTURE "(999)999-9999" problem
What is the problem with the picture?
It works for me.
It works for me.
- Fri Jul 08, 2022 5:51 am
- Forum: Xbase++ 2.0
- Topic: use xbase to communicate with a rest API
- Replies: 8
- Views: 614
Re: use xbase to communicate with a rest API
The response implies there is a problem with the username and password.
Sometimes, servers require that these values must be in the header.
oPost:httpRequest:setHeader( "Username", "comercial@algarbytes.pt" )
oPost:httpRequest:setHeader( "Password","ab917007041**" )
Sometimes, servers require that these values must be in the header.
oPost:httpRequest:setHeader( "Username", "comercial@algarbytes.pt" )
oPost:httpRequest:setHeader( "Password","ab917007041**" )
- Thu Jul 07, 2022 11:24 am
- Forum: Xbase++ 2.0
- Topic: use xbase to communicate with a rest API
- Replies: 8
- Views: 614
Re: use xbase to communicate with a rest API
What response are you getting?
- Fri Jul 01, 2022 6:23 am
- Forum: eXpress++ Support
- Topic: Visual Foxpro
- Replies: 5
- Views: 617
Visual Foxpro
Does anyone know if Visual Foxpro is available to download and install? Searching the internet is very confusing about this. I have a customer who wants me to help convert their Clipper applications to Xbase++. They require concurrency of the FoxCDX data, meaning that Clipper, FoxPro and Xbase++ pro...
- Fri Jul 01, 2022 5:33 am
- Forum: eXpress++ Support
- Topic: Here is an example of the use of Biometric Fingerprint Reader
- Replies: 10
- Views: 977
- Tue Jun 28, 2022 6:43 am
- Forum: eXpress++ Support
- Topic: DcBrowse SelectItem on a touchscreen
- Replies: 9
- Views: 739
Re: DcBrowse SelectItem on a touchscreen
What version of Xbase++ are you using?
My touch screen monitor (Windows 10) selects rows and also toggles the checkbox just fine with your CheckBrow sample.
My touch screen monitor (Windows 10) selects rows and also toggles the checkbox just fine with your CheckBrow sample.
- Tue Jun 21, 2022 7:18 am
- Forum: eXpress++ Support
- Topic: Geolocation by IP address in Alaska
- Replies: 8
- Views: 856
Re: Geolocation by IP address in Alaska
You can do this with LoadFromURL().I have a problem reading the site into a text variable without opening the browser.