Search found 121 matches

by patito
Thu Aug 31, 2017 10:18 am
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 133373

Re: PostgreSQL native from Phil Ide

Hi Jimmy Please run this example, and you will see that the query is correct, but the browse does not work. 1.- CREATE DATABASE pruebas (example) 2.- cSql := "CREATE TABLE notes(" cSql += " notes_id serial , " cSql += " First Varchar(20) not null, " cSql += " Last Varchar(20), " cSql += " Street Var...
by patito
Wed Aug 30, 2017 8:37 pm
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 133373

Re: PostgreSQL native from Phil Ide

Hi Jimmy This query displays the empty browse screen, without field and data names. There is no error in the query, one can with debug see the correct answer Best Regard Hector dbname := "pruebas" user := "postgres" pwd := "+++" cConnect := "host=localhost dbname="+dbName+" user="+user+" password="+...
by patito
Tue Aug 29, 2017 12:47 pm
Forum: User Contributions
Topic: PostgreSQL native from Phil Ide
Replies: 54
Views: 133373

Re: PostgreSQL native from Phil Ide

Hi Jimmy

Browse does not work, skipper does not recover the value of the data that should appear in the browse screen.
If possible, perform a test to verify the problem.

Best Regard
Hector Pezoa
by patito
Thu Aug 03, 2017 8:01 pm
Forum: eXpress++ Support
Topic: Pagescript from Abeelabs
Replies: 6
Views: 11300

Re: Pagescript from Abeelabs

Hi Victorio

attach pdfcreator.prg

best regard
hector
by patito
Mon Jan 30, 2017 9:35 pm
Forum: Xbase++ Support
Topic: Need Automated Web Scraping Advice
Replies: 5
Views: 16604

Re: Need Automated Web Scraping Advice

Hi Roger

Scrapping with CURL
The curl is a part of libcurl, a library that allows you to connect to servers with many different types of protocols.
It supports the http, https and other protocols. This way of getting data from web

Best Regard
Hector Pezoa
by patito
Wed Jan 04, 2017 6:22 pm
Forum: Xbase++ Support
Topic: Animated GIF with transparency
Replies: 11
Views: 25621

Re: Animated GIF with transparency

Hi Roger http://www.imagemagick.org/script/binary-releases.php ImageMagick-7.0.4-2-Q16-x64-dll.exe Use ImageMagick® to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscrip...
by patito
Mon Dec 26, 2016 1:00 pm
Forum: Xbase++ Support
Topic: DLLCALL() error
Replies: 12
Views: 26846

Re: DLLCALL() error

Hi You need to implement DllGetClassObject in (and export it from) DLLs that support COM Notes to Callers You should not call DllGetClassObject directly. When an object is defined in a DLL, CoGetClassObject calls the CoLoadLibrary function to load the DLL, which, in turn, calls DllGetClassObject Bes...
by patito
Tue May 17, 2016 6:14 pm
Forum: Announcements
Topic: Phil Ide
Replies: 0
Views: 13085

Phil Ide

Phil Ide

1 h ·

..
I'm getting ready to publlish my first novella, called 'Karyn'. It should be available for download on Amazon within a couple of weeks, depending on how the 2nd edit goes.


https://www.facebook.com/phil.ide.33?fref=nf
by patito
Wed Feb 10, 2016 7:28 am
Forum: Xbase++ Support
Topic: How to create a WSDL web service
Replies: 36
Views: 69637

Re: How to create a WSDL web service

Hi Something simple is to use MSSOAPLib Sample of using InterFAX binary files ' Warning: No error handling is provided in this sample... ' Const WSDL = "http://ws.interfax.net/dfs.asmx?WSDL" ' To achieve a better performance, it is HIGHLY recommended to ' save the WSDL as a LOCAL file, thus eliminat...
by patito
Tue Feb 09, 2016 8:48 pm
Forum: Xbase++ Support
Topic: How to create a WSDL web service
Replies: 36
Views: 69637

Re: How to create a WSDL web service

Hi Roger There are two versions of soapui, one is free and a paying You only need the versión SoapUI OpenSource url :: [https://www.soapui.org/downloads/soapui.html ] Get the open source version of the most widely used API testing tool in the world. Get It ------->> doble click and download You once...