Hello friends,
I want to get rid of memo fields in my programs.
I am convinced that data is better stored in files and the storage can be better structured.
I am now starting and will first export the memo fields into separate files.
I will create a folder for each database that has a memo field ...
Search found 6 matches: rid
Searched query: rid
- Mon Jul 29, 2024 10:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching from memo fields to files -
- Replies: 8
- Views: 1282
- Mon May 15, 2023 2:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: using PUBLIC FONT in DIALOG
- Replies: 3
- Views: 340
Re: using PUBLIC FONT in DIALOG
... or use a "local" FONT than i have no Problem ... hm
what is the Problem with PUBLIC FONT in DIALOG :?:
p.s. App will still run but i want get rid of those Error.LOG
Impossible, unless there is a deviation in the program code from the recommended usage or creation and release of fonts.
It ...
what is the Problem with PUBLIC FONT in DIALOG :?:
p.s. App will still run but i want get rid of those Error.LOG
Impossible, unless there is a deviation in the program code from the recommended usage or creation and release of fonts.
It ...
- Sun May 14, 2023 7:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: using PUBLIC FONT in DIALOG
- Replies: 3
- Views: 340
using PUBLIC FONT in DIALOG
... 14.05.2023 21:04:29: MAIN( 953 ) "Ende" = "Ende"
i have open DIALOG where i use a PUBLIC FONT in XBROWSE
when remove FONT or use a "local" FONT than i have no Problem ... hm
what is the Problem with PUBLIC FONT in DIALOG :?:
p.s. App will still run but i want get rid of those Error.LOG
i have open DIALOG where i use a PUBLIC FONT in XBROWSE
when remove FONT or use a "local" FONT than i have no Problem ... hm
what is the Problem with PUBLIC FONT in DIALOG :?:
p.s. App will still run but i want get rid of those Error.LOG
- Tue Mar 21, 2023 1:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error compilacion TXBrowse con hbmk2 y vc2022
- Replies: 3
- Views: 735
Re: Error compilacion TXBrowse con hbmk2 y vc2022
hi,
in my *.HBP File to get rid of "Warning" and use "my" CODE
it should also work with MSVC when use *.HBP File
under HMG and MinGW i can useCompuin wrote:Alguna sugerencia ?
Code: Select all | Expand
-ldflag=-Wl,--allow-multiple-definition
it should also work with MSVC when use *.HBP File
- Tue Feb 28, 2023 7:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipboard TEXT
- Replies: 0
- Views: 317
Clipboard TEXT
... now it work :D
---
than i had a look into Logfile and found
28.02.2023 07:46:42: COPYTOCLIPBOARD( 3386 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n "
28.02.2023 07:47:08: TEXTFROMCLIPBOARD( 3400 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n"
28.02.2023 07:47:25: TEXTFROMCLIPBOARD( 3400 ...
---
than i had a look into Logfile and found
28.02.2023 07:46:42: COPYTOCLIPBOARD( 3386 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n "
28.02.2023 07:47:08: TEXTFROMCLIPBOARD( 3400 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n"
28.02.2023 07:47:25: TEXTFROMCLIPBOARD( 3400 ...
- Thu Feb 16, 2023 12:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: use Icon from Windows DLL Resource
- Replies: 7
- Views: 548
Re: use Icon from Windows DLL Resource
... IMAGE_ICON, 0, 0, LR_LOADTRANSPARENT | LR_DEFAULTCOLOR | LR_LOADMAP3DCOLORS | LR_COPYFROMRESOURCE );
---
i do load now Icon from Windows System-Icon and pass it as Parameter Nr. 4 instead to load own Resource
it does run with MSVC 64 Bit but i want to get rid of Warning
how can help me please
---
i do load now Icon from Windows System-Icon and pass it as Parameter Nr. 4 instead to load own Resource
it does run with MSVC 64 Bit but i want to get rid of Warning
how can help me please