Search found 129 matches

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: 6100

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: 26226

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: 26226

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: 7322

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: 2991

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: 2991

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: 2991

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: 5143

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: 5143

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
by Piotr D
Fri Aug 27, 2021 3:21 am
Forum: Xbase++ 2.0
Topic: Problem with DCGET PICTURE "@Sn !"
Replies: 5
Views: 5143

Problem with DCGET PICTURE "@Sn !"

A strange effect: In the program I have like: cVar:=SPACE(50) @ 1,0 DCGET cVar PICTURE "@S25 !"+REPLICATE("X",49) because I want that first letter to be capitalized. The problem arises when I enter the 6th character with the Alt key (polish diacritics are Alt-a, Alt-c, Alt-e, Alt-n, Alt-o and Alt-z)...