Search found 81 matches
- Wed Jul 10, 2024 7:39 am
- Forum: User Contributions
- Topic: RUNSHELL AND ADMINISTRATORS
- Replies: 2
- Views: 14917
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...
- Mon Feb 12, 2024 1:55 pm
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 22057
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...
- 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: 12345
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...
- Thu Feb 08, 2024 3:08 am
- Forum: User Contributions
- Topic: TOOL FOR CHANGING LANGUAGE OF APPLICATION
- Replies: 0
- Views: 17352
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...
- Sun Feb 04, 2024 8:58 am
- Forum: eXpress++ Support
- Topic: DCBROWSECOL ... HIDE
- Replies: 8
- Views: 15086
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 ...
- Thu Jan 18, 2024 6:50 am
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 22057
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"
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"
- Thu Jan 18, 2024 6:46 am
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 22057
Re: TOOLTIPCOLOR and TOOLTIPFONT problem
Hi Roger,
at your request I am sending the program with tooltipcolor
at your request I am sending the program with tooltipcolor
- Mon Jan 15, 2024 1:46 pm
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 22057
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.
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.
- Sun Jan 14, 2024 12:11 pm
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 22057
Re: TOOLTIPCOLOR and TOOLTIPFONT problem
Hi Roger,
Thanks for your reply.
I am sending additional information in a docx file.
Thanks for your reply.
I am sending additional information in a docx file.
- Sat Jan 13, 2024 10:53 am
- Forum: eXpress++ Support
- Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
- Replies: 12
- Views: 22057
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...