Search found 14 matches

by jezda
Thu Mar 14, 2024 2:41 pm
Forum: eXpress++ Support
Topic: Postgre ISAM command
Replies: 9
Views: 676

Postgre ISAM command

I am working on switching my application to postgresql. Most things work fine but I have a problem with the isam command "SET FILTER TO...".
Does anyone have any replacement for this ISAM command?
by jezda
Thu Jan 18, 2024 5:38 am
Forum: eXpress++ Support
Topic: DCBROWSE HELP
Replies: 2
Views: 879

Re: DCBROWSE HELP

Problem solved, thank you very much...
by jezda
Wed Jan 17, 2024 1:18 pm
Forum: eXpress++ Support
Topic: DCBROWSE HELP
Replies: 2
Views: 879

DCBROWSE HELP

Hello everybody I started developing software using MySQL as a database... It mostly works well but there is a problem with displaying data in DCBROWSE... When I first filter the data (before the create a browse object), everything is ok cQuery:="SELECT * FROM dbo WHERE id = 1" oTbl := MyResult():Ne...
by jezda
Sat Jul 22, 2023 8:12 am
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 2767

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Try
nNum:=RandomInt(0,9999999999) //--for 10 digit number
nNum:=RandomInt(0,999999999999) //--for 12 digit number
by jezda
Tue Jan 11, 2022 2:14 pm
Forum: eXpress++ Support
Topic: Email Importing
Replies: 2
Views: 2309

Re: Email Importing

Donnay is in right.... You can use only one xml file as 1 attachment in which you can store content of many (1,2,3,4....) pdf documents using the function Bin2Base64() ... e.g *------content of test.xml (attachment) <?xml version="1.0" encoding="UTF-8"?> <eMail> <AdditionalDocumentReference> <Docume...
by jezda
Mon Jan 03, 2022 12:14 pm
Forum: Xbase++ 2.0
Topic: dbAppend() spurious errors
Replies: 4
Views: 3329

Re: dbAppend() spurious errors

maybe this will help: 5xxx - ???: =========== 5381 - [BASE] - ??? Associated with (non-standard) Gen Error: "8999" Can be caused by: "OrdCreate()" when Tag Name is longer than allowed (e.g. 11 characters for a CDX Index) Can be caused by: "DbAppend()" when database (session) is opened via PGDBE Rema...
by jezda
Tue Dec 07, 2021 4:09 am
Forum: eXpress++ Support
Topic: Command to change the database structure
Replies: 13
Views: 7452

Re: Command to change the database structure

LOCAL astructure := {} aStructure := { { "KOD_OpSc" , "N", 15, 0 }, ; { "NAME_OpSc" , "C",250, 0 }, ; { "INT_INF" , "N", 19, 7 }, ; { "SUM_II" , "N", 19, 7 }, ; { "SII_PERC" , "N", 19, 7 }, ; { "RANG" , "N", 15, 0 }, ; { "ABS" , "N", 15, 0 }, ; { "PERC_FIZ" , "N", 19, 7 }, ; { "Sum_ZnGr" , "N", 19, ...
by jezda
Mon Feb 01, 2021 2:04 pm
Forum: Xbase++ 2.0
Topic: Advantage database server - Linux
Replies: 0
Views: 4300

Advantage database server - Linux

Does anyone have any experience with settings linux advantage database server!
by jezda
Mon Jun 15, 2020 1:37 pm
Forum: eXpress++ Support
Topic: ADS SQL problem
Replies: 6
Views: 9202

Re: ADS SQL problem

Ok Roger,thank you very much for your explain...

Lots of greetings and health :D
by jezda
Mon Jun 15, 2020 9:33 am
Forum: eXpress++ Support
Topic: ADS SQL problem
Replies: 6
Views: 9202

Re: ADS SQL problem

Thanks advance