Search found 23 matches

by bamunz@earthlink.net
Tue Apr 07, 2020 6:36 am
Forum: SqlQuery
Topic: Error connecting with PGDBE
Replies: 13
Views: 28495

Error connecting with PGDBE

I am getting an error on SqlQuery trying to connect with PGDBE. I am connecting fine with my program using: cConnStr := "DBE=pgdbe;server=MAIN;db=MUNZ;uid=postgres;pwd=..." DbeLoad("pgdbe") dbeSetDefault("pgdbe") oSession := DacSession():New(cConnStr) but have tried both the following ini entries: [...
by bamunz@earthlink.net
Fri Oct 25, 2019 10:14 am
Forum: eXpress++ Support
Topic: DC_Var2SQL with date
Replies: 4
Views: 8562

Re: DC_Var2SQL with date

I copied the code renamed it to My_Var2SQL and it works fine.
by bamunz@earthlink.net
Wed Oct 23, 2019 6:50 am
Forum: eXpress++ Support
Topic: DC_Var2SQL with date
Replies: 4
Views: 8562

Re: DC_Var2SQL with date

Forgot that detail, I am using Postgres with the pgdbe.
by bamunz@earthlink.net
Wed Oct 16, 2019 8:33 am
Forum: eXpress++ Support
Topic: DC_Var2SQL with date
Replies: 4
Views: 8562

DC_Var2SQL with date

cSQL := 'SELECT * FROM customer WHERE next_due >= ' + DC_Var2SQL( Date() )

Returns SELECT * FROM customer WHERE next_due >= { d '2019-10-16' }

I am on Build 267.
by bamunz@earthlink.net
Thu Jan 07, 2016 4:29 pm
Forum: Xbase++ Support
Topic: SET PRINTER TO OBJECT oPrinter issue
Replies: 3
Views: 10389

Re: SET PRINTER TO OBJECT oPrinter issue

I send PCL codes to do whatever I want. (Fonts, shading or whatever).

chr(27)+"(s17v0sb16602T" is arial 7.
by bamunz@earthlink.net
Mon Dec 21, 2015 1:24 pm
Forum: Xbase++ 2.0
Topic: Runshell in Windows10
Replies: 1
Views: 7760

Runshell in Windows10

Anybody having a problem with runshell in Win 10?
by bamunz@earthlink.net
Fri Nov 06, 2015 12:49 pm
Forum: eXpress++ Support
Topic: asinet1c.lib
Replies: 2
Views: 5469

Re: asinet1c.lib

Thanks Roger :D
by bamunz@earthlink.net
Fri Nov 06, 2015 11:58 am
Forum: eXpress++ Support
Topic: asinet1c.lib
Replies: 2
Views: 5469

asinet1c.lib

I am trying to pbuild \samples\tracker but I am missing asinet1c.lib. I have professional subscription and I have asinet10.lib but not the asinet1c.
Where can I get it?
by bamunz@earthlink.net
Mon Jun 29, 2015 3:09 pm
Forum: Xbase++ Support
Topic: Workarea alias
Replies: 2
Views: 7739

Workarea alias

I have several area in my code were database is addressed with alpha workarea.
Select a
use customer
REPLACE a->company WITH 'Sample'

This stopped working recently and I am not sure what broke it.
by bamunz@earthlink.net
Fri Jun 19, 2015 10:40 am
Forum: eXpress++ Support
Topic: DCPS how not to preview in Acrobat
Replies: 4
Views: 9258

Re: DCPS how not to preview in Acrobat

That worked thanks.