Search found 88 matches

by slobodan1949
Tue Feb 18, 2025 12:29 am
Forum: eXpress++ Support
Topic: DCGET COMBO AND WINDOWS 11
Replies: 6
Views: 2383

Re: DCGET COMBO AND WINDOWS 11

Removing the line: aCaption := DC_GetPopupCaption( { "10.Marlett", "u", 1 } ) did not help. The program works the same as with it. The same code processed through the compiler on Windows Server 2019 Standard - works the same The same code processed through the compiler on Windows 11 - works the same...
by slobodan1949
Mon Feb 17, 2025 8:02 am
Forum: eXpress++ Support
Topic: DCGET COMBO AND WINDOWS 11
Replies: 6
Views: 2383

DCGET COMBO AND WINDOWS 11

Dear Roger, Problem: after starting DCGET COMBO the first left mouse click on the caption button shows only the first item from the popup list (image1) Repeated left mouse click on the caption button shows all items from the popup list (image2) This did not happen under windows 7 and 10 It is happen...
by slobodan1949
Wed Jan 15, 2025 12:59 am
Forum: eXpress++ Support
Topic: DCGET COMBO and DATA {||array}
Replies: 2
Views: 1606

DCGET COMBO and DATA {||array}

Dear Roger, why COMBO DATA {|| aarray } returns only the first letter of each member of the string aarray = {"COBA","VANJA","MARKO","ANA"} DATA aarray = {"COBA","VANJA","MARKO","ANA"} DATA {|| aarray } = {"C","V","M","A"} Where am I wrong in the attached code ? * --- PUBLIC aa:=1 PUBLIC aarray:=bbb(...
by slobodan1949
Thu Jan 09, 2025 12:27 am
Forum: eXpress++ Support
Topic: DCBROWSE AND MY PROBLEM
Replies: 4
Views: 2629

Re: DCBROWSE AND MY PROBLEM

Thanks Roger,
this method works well.
by slobodan1949
Mon Jan 06, 2025 11:16 am
Forum: eXpress++ Support
Topic: DCBROWSE AND MY PROBLEM
Replies: 4
Views: 2629

Re: DCBROWSE AND MY PROBLEM

Hvala Slavko.
Ovo mi je stvarno mnogo trebalo a nisam uspeo da provalim gde leži zec. Zadužio si me.
by slobodan1949
Sat Jan 04, 2025 4:45 pm
Forum: eXpress++ Support
Topic: DCBROWSE AND MY PROBLEM
Replies: 4
Views: 2629

DCBROWSE AND MY PROBLEM

Hi Roger, I can't seem to find a solution. Please help. How to retrieve the name of the DBF field being edited from function: AFTER_EDITING(oBrowse) DCBROWSE oBrowse ALIAS "TEST"; EDIT xbeBRW_ItemSelected ; ACTION {|| AFTER_EDITING(oBrowse) } DCBROWSECOL FIELD TEST->ID_NAME CARGO "ID_NAME" PARENT oB...
by slobodan1949
Mon Nov 11, 2024 9:18 am
Forum: Xbase++ 2.0
Topic: XPJ and comment
Replies: 2
Views: 8496

XPJ and comment

Alaska Xbase++ 2.0 If you accidentally place a comment at the beginning of the XPJ file: /* BUG.XPJ */ the application cannot be compiled and an error message is reported: Error BASE/2266;Description : Receiver of message is not an object.;Operation : getDefineCollection;Thread ID : 1 Called from ST...
by slobodan1949
Wed Jul 10, 2024 7:39 am
Forum: User Contributions
Topic: RUNSHELL AND ADMINISTRATORS
Replies: 2
Views: 33769

RUNSHELL AND ADMINISTRATORS

Xbase++ RUNSHELL() COMMAND AND ADMINISTRATOR AUTHORIZATIONS Notes: The RunShell() command is becoming more and more relevant for working with the program CURL.EXE (which is now an integral part of windows) and other similar tools for the development and use of electronic XML and JSON documents via H...
by slobodan1949
Mon Feb 12, 2024 1:55 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 29571

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Hi Roger, It exists in eXpress++ code: <<< Jack Duijf's Single-Thread system -> oHelp := JD_MagicHelp():New() All functions related to this are in _DCJDHLP.PRG and in _DCGETBX.PRG In eXpress++, there is no example for using JD_MagicHelp() in any prg file. I haven't been able to figure out how it wor...
by slobodan1949
Sat Feb 10, 2024 12:01 pm
Forum: PostGreSQL
Topic: How to create a temporary dbf file by copying the structure of a POSTGRESQL table
Replies: 5
Views: 22468

Re: How to create a temporary dbf file by copying the structure of a POSTGRESQL table

Problem: ----------- Situations in which DBF files are used as temporary files for downloading data from SQL tables and various processing and printing of that data Task: -------- sql table CUSTOMER with customer data is copied in the temporary dbf file CUSTOMER.DBF in which the data about to the cu...