Search found 229 matches

by PedroAlex
Fri Nov 07, 2014 4:04 am
Forum: Xbase++ 2.0
Topic: What you need to know to start developing a Web app
Replies: 4
Views: 12991

Re: What you need to know to start developing a Web app

Roger & comunity. Can I begin by saying that this topic of discussion is the remarkable interest for actual existing Xbase programmers. Really this is a point at which I invest much of my time in research. I still use the Xbase 1.9 and have an urgent need to integrate Websites (Online Shops) made by...
by PedroAlex
Thu Oct 30, 2014 10:04 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER is still using IE 7
Replies: 6
Views: 10046

Re: DCHTMLVIEWER is still using IE 7

Andy.

Get the CLSID

regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\

Press F3
and search excel for exemple.

Pedro
by PedroAlex
Wed Sep 10, 2014 10:23 am
Forum: eXpress++ Support
Topic: Get Public IP
Replies: 2
Views: 5208

Re: Get Public IP

Hi Cris. many thanks for feed Back. LoadFromUrl() works well for me and even better with this link : Function GetPublicIPAddress() LOCAL cIP := LoadFromURL('http://ipecho.net/plain') return cIP Sounds like a good solution and does not need external Libs However someone knows a more recent technique?...
by PedroAlex
Wed Sep 10, 2014 4:25 am
Forum: eXpress++ Support
Topic: Get Public IP
Replies: 2
Views: 5208

Get Public IP

Hello Comunity.

For anyone who has experience with work on the net, could give a hint on the best way to get the Public IP in an application xBase..

Thanks in advance.
Pedro
by PedroAlex
Wed May 14, 2014 9:56 am
Forum: eXpress++ Support
Topic: Open Cash Drawer
Replies: 2
Views: 5422

Re: Open Cash Drawer

Mark.

Thanks for feedback.

You right. Exist a API (cashdrawer.dll) to conect the driver.

it is solved.

Many thanks
Pedro
by PedroAlex
Tue May 13, 2014 3:43 am
Forum: eXpress++ Support
Topic: Open Cash Drawer
Replies: 2
Views: 5422

Open Cash Drawer

Hello. It is possible in xBase send a signal to a specific adress. I need open a cash drawer conected directly on a DRW port. The manual book refer this : Prox-3100 cash drawer control in GPIO port To Open Drawer1 Write "00"h to I/O Port "48F"h To Close Drawer1 Write "02"h to I/O Port "48F"h Detect ...
by PedroAlex
Mon Dec 30, 2013 2:45 am
Forum: eXpress++ Support
Topic: eXpress Build 258 test.
Replies: 2
Views: 4520

Re: eXpress Build 258 test.

Hi Roger. Thanks for feedback. The most important is the situation reported in point 1. Can you confirm that there is a problem in refresh? In relation to point 2 if you add the "freezeleft {} in the "browse" the problem of hiding the last column is solved, but in relation to the starting position a...
by PedroAlex
Mon Dec 16, 2013 11:24 am
Forum: eXpress++ Support
Topic: eXpress Build 258 test.
Replies: 2
Views: 4520

eXpress Build 258 test.

Hello Group. I currently use xBase 1.90.355 and eXpress 252 on Win 7 PC. I have Not to much time for this adventures, but I decided to test the 258 Express and compiled a small application, and the problems appeared. Point 1. Dcbrowse do not refresh and do not show the lines correctly when scoped I ...
by PedroAlex
Mon Jul 08, 2013 4:12 am
Forum: eXpress++ Support
Topic: Use OpenSSl comand from API / DLL
Replies: 6
Views: 14097

Re: Use OpenSSl comand from API / DLL

patito. many thanks for feedback I need this to work with openssl. I have other solutions to work with openssl. è robust and free. I have SSL functions that work very well. Thanks to Phil Idle examples. But this small example rsa_sign not going well for me, and I do not see why. cares to take a look...
by PedroAlex
Fri Jul 05, 2013 7:42 am
Forum: eXpress++ Support
Topic: Use OpenSSl comand from API / DLL
Replies: 6
Views: 14097

Re: Use OpenSSl comand from API / DLL

Cliff. Many Thanks for reply. Right now I'm trying to run the commands mentioned in the previous post, from the DLL libeay32.dll from openssl. It's a matter of time and research so I can get it. It's a toothless that xbase has nothing on this type of tool increasingly important in current times. If ...