Search found 130 matches

by Piotr D
Thu Aug 04, 2022 11:40 pm
Forum: Xbase++ 2.0
Topic: Validate XML with XSD schema
Replies: 10
Views: 7975

Re: Validate XML with XSD schema

Dear Diego, unable to find a library for Xbase to handle thisk task, I asked a friend to write a C# program. There are ready-made functions in C# to handle this task. The ready program is called by passing the XML file and the address of the XSD file as parameters. I get the validation effect back. ...
by Piotr D
Wed May 11, 2022 11:39 pm
Forum: Zen and the art of Software Maintenance
Topic: Once Again Full Circle - Happy Birthday
Replies: 9
Views: 6681

Re: Once Again Full Circle - Happy Birthday

Happy birthday, dear Roger!
by Piotr D
Fri Apr 15, 2022 4:18 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 28206

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hi Chris,
thanks for your quick answer. You have right - it was blocked by my fortiGate

Regards
Piotr
by Piotr D
Fri Apr 15, 2022 1:53 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 28206

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Chris,
Something is wrong when login into demo version. After set user: en password: en01
i am getting an error:
"Http failure response for http://109.237.216.152:8880/v1.0/login: 0 Unknown Error"

The "URL or API server" box was empty.

Regards
Piotr
by Piotr D
Wed Feb 02, 2022 2:54 am
Forum: Xbase++ 2.0
Topic: SmtpClient() does not connect to gmail.
Replies: 12
Views: 7495

Re: SmtpClient() does not connect to gmail.

Hi Pedro,
for gmail try to use port 587.

Piotr
by Piotr D
Sun Jan 02, 2022 9:47 am
Forum: Xbase++ 2.0
Topic: Print PDF file in background
Replies: 4
Views: 3032

Re: Print PDF file in background

Wolfgang,
thanks for the idea, i'll try. But isn't "print" just for printing txt files?

Piotr
by Piotr D
Mon Dec 27, 2021 11:30 am
Forum: Xbase++ 2.0
Topic: Print PDF file in background
Replies: 4
Views: 3032

Re: Print PDF file in background

Wolfgang,
I am concerned with printing PDF files already existing on disk.
Piotr
by Piotr D
Mon Dec 27, 2021 6:43 am
Forum: Xbase++ 2.0
Topic: Print PDF file in background
Replies: 4
Views: 3032

Print PDF file in background

Hi,
How can I print PDF file in background (without displaying its content)?

Regards
Piotr
by Piotr D
Fri Aug 27, 2021 6:15 am
Forum: Xbase++ 2.0
Topic: Problem with DCGET PICTURE "@Sn !"
Replies: 5
Views: 5243

Re: Problem with DCGET PICTURE "@Sn !"

Hi Wolfgang, this is not UNDOCUMENTED function - see at Xbase guide (under "@...GET"). "... Formatting functions with GET...PICTURE Function Data type Formatting A C Only letters are allowed B N Displays numbers left justified C N Displays CR (Credit) after positive numbers D C Displays character st...
by Piotr D
Fri Aug 27, 2021 4:15 am
Forum: Xbase++ 2.0
Topic: Problem with DCGET PICTURE "@Sn !"
Replies: 5
Views: 5243

Re: Problem with DCGET PICTURE "@Sn !"

Hi,
"@Sn" i a PICTURE function, horizontal scroll of entry field when the value is longer than <n>. <n> is an integer determining the width of the entry

Piotr