Search found 80 matches

by slobodan1949
Mon Feb 12, 2024 1:55 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2267

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

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...
by slobodan1949
Thu Feb 08, 2024 3:08 am
Forum: User Contributions
Topic: TOOL FOR CHANGING LANGUAGE OF APPLICATION
Replies: 0
Views: 596

TOOL FOR CHANGING LANGUAGE OF APPLICATION

TOOL FOR CHANGING LANGUAGE OF APPLICATION A business application that will be used in different countries must allow the user of that application to translate inscriptions, titles, messages and other texts in the application into their local language. Such an application should fulfill two condition...
by slobodan1949
Sun Feb 04, 2024 8:58 am
Forum: eXpress++ Support
Topic: DCBROWSECOL ... HIDE
Replies: 8
Views: 1220

Re: DCBROWSECOL ... HIDE

* Solution variant A "HALF eXpress++" **************************************** function testbrowse() **************************************** Local getlist := {} , oBrowse Local aTestData := { {"abc","xyz",123} } @ 1,1 dcbrowse oBrowse data atestdata SIZE 40,10 FIT DCBROWSECOL ELEMENT 1 HEADER "Col ...
by slobodan1949
Thu Jan 18, 2024 6:50 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2267

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Note:
Commands are set only in the module:

1_KASA_stolovi_screen.prg

DCGETOPTIONS NOESCAPEKEY ICON 1;
WINDOWWIDTH 985 WINDOWHEIGHT 860 ;
AUTORESIZE ;
HIDE TOOLTIPCOLOR GRA_CLR_BLACK,GRA_CLR_YELLOW TOOLTIPFONT "10.Consolas"
by slobodan1949
Thu Jan 18, 2024 6:46 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2267

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Hi Roger,
at your request I am sending the program with tooltipcolor
by slobodan1949
Mon Jan 15, 2024 1:46 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2267

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Hi Roger
That's the first thing I did. I tried my application with DCLIPX.DLL which I downloaded from the forum (where you posted it). Nothing has changed. The problem is not solved.
by slobodan1949
Sun Jan 14, 2024 12:11 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2267

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Hi Roger,
Thanks for your reply.
I am sending additional information in a docx file.
by slobodan1949
Sat Jan 13, 2024 10:53 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2267

TOOLTIPCOLOR and TOOLTIPFONT problem

TOOLTIPCOLOR and TOOLTIPFONT problem I have been having a problem with TOOLTIPCOLOR and TOOLTIPFONT for a long time When I don't use these two commands the tooltip works fine. When I use these two commands: DCGETOPTIONS ; TOOLTIPCOLOR GRA_CLR_BLACK,GRA_CLR_YELLOW TOOLTIPFONT "10.Consolas" or just on...
by slobodan1949
Fri Nov 17, 2023 2:35 am
Forum: PostGreSQL
Topic: Xbase++ DBF application to Upsize PostgreSQL application
Replies: 13
Views: 3762

Re: Xbase++ DBF application to Upsize PostgreSQL application

CORRECTIONS in the KASA-STOLOVI.EXE program: (1) from file: 1_KASA_stolovi_screen.prg two lines of code should be deleted: *************************************************************************** * " DONJI TOOLBAR" *************************************************************************** END PU...