Search found 176 matches: hint

Return to advanced search

Re: change size dialog selecting noption folder

Dear Silvio,

I have not tested it yet

I just gave you a hint that maybe it is related :-)
by Antonio Linares
Fri Mar 15, 2024 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

DATEPICKER

... a datepicker in my dialog and now I am trying to disable dates in the past from selection. maybe someone would be kind enough to give me a little hint. I was wondering if there is a way to set minimum and maximum and leaving the dates out of this range disabled also visually...to achieve kind ...
by Ruth
Mon Feb 26, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATEPICKER
Replies: 4
Views: 222

Re: link between PRG and RC

Dear Ruth, > I don´t have to tell the *.prg where to go looking - a hint to *.rc? It is not needed as FiveWin automatically look for it inside the EXE > it says FONT 10, "Segoe UI" Simply change "Segoe UI" into othe font name as "Verdana", ...
by Antonio Linares
Tue Jan 30, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1702

Re: link between PRG and RC

... to have DEFINE DIALOG oDlg ;        RESOURCE "NACHFASSEN" ; I don´t have to tell the *.prg where to go looking - a hint to *.rc? like in css where you first link the file before you can use its styling opportunities? i am looking forward to starting ... i will "just" ...
by Ruth
Tue Jan 30, 2024 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1702

Re: SetClipboardData to UTF-8

moin, wondering how to set the clipboard data to UTF-8. Using now: Does someone know it, then please give me a hint. try this #include "Fivewin.ch"#define CF_TEXT 1#define CF_UNICODETEXT 13PROCEDURE MAINLOCAL cValue := "Hello"    HB_CDPSELECT( "UTF8" ...
by Jimmy
Fri Jun 30, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1039

SetClipboardData to UTF-8

wondering how to set the clipboard data to UTF-8.
Using now:
Code: Select all  Expand view
HB_CDPSELECT( "UTF8" )
FW_SetUnicode( .T. )
SetClipboardData( CF_TEXT, "Ärzte" )

cValue := GetClpData( CF_TEXT )
 

cValue is:
Code: Select all  Expand view
Ärzte
:(
Does someone know it, then please give me a hint.
by frose
Thu Jun 29, 2023 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1039

Re: Difference in dates

Mr. Rao:

With your hint I have found the solution, I omitted these two lines of code, sorry, my mistake

Code: Select all  Expand view

   HB_CDPSELECT("ESWIN")
   HB_LangSelect( "ESWIN" )
 


Thank you very much

With best regards
by Armando
Sat May 13, 2023 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference in dates (SOLVED) tnks Mr. RAO
Replies: 2
Views: 188

Re: Xbrowse : Delete and autoshift left .or. Drag/Drop

... ? Both 1 and 2 are quite possible inside a single browse. I guess you want the field data in the dbf also to be changed. Right? Can you give me a hint, so that I can hunt for samples in the forum ? Many thanks
by Marc Venken
Wed Apr 26, 2023 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Delete and autoshift left .or. Drag/Drop
Replies: 5
Views: 536

Re: SUB-CLASS TFolderEx()

... use hbmk2 to build it or FWH\samples\build.bat ok, got it c:\fwh64\0\TGRID>hbmk2 DYNOBJ ... : undefined reference to `HB_FUN_DEBUG' hbmk2: Hint: Add input file 'hbmisc.hbc' for missing Harbour function(s): Debug() c:\fwh64\0\TGRID>hbmk2 DYNOBJ -lhbmisc
by Jimmy
Wed Feb 08, 2023 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: mod_harbour + ADS on linux server

Hello Giuliano,

thank you for your hint.

I will try to install ads libraries as you said.
I managed to successfully compile harbour libs following Antonio's guide so I think that my only problem are ads libs.
by berpa
Thu Dec 01, 2022 1:32 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: search for TTabControl() Sample

hi Antonio, I guess that you are talking about folders. In FWH you have the class TFolder thx for Hint using CLASS TFolder() i have look into Sample Textfx3.PRG but don´t understand how it work. i can "see" some Controls on "Body" but where is the CODE ...
by Jimmy
Fri Oct 28, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

empty date in xBrowse column

... If a user triggers the datepicker control by accident or curiousity, there is no way to escape by leaving the column value empty. Thanks for each hint. Detlef
by Detlef
Sat Sep 24, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: empty date in xBrowse column
Replies: 2
Views: 244

MS Visual Studio

... I have to use Harbour? * do exe files built with VS need the complete MS Visual C++ Redistributable system files on the user's PC? Thanks for each hint Detlef
by Detlef
Wed Jul 06, 2022 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1487

Dlg2Wnd

... with rc-editor of Pelles C because this way it's easy to place all my controls. But I want a window as start screen. I'll be glad for each hint. -Detlef
by Detlef
Mon Apr 11, 2022 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dlg2Wnd
Replies: 11
Views: 600

Re: Style of dialog

James, many thanks for your hint. I'm still struggling to find out the handling of panels. i have a dialog defined by resource with many gets and some buttons. My try was to define a panel "oPanel := oPanel := TPanel():New( )" ...
by Detlef
Thu Apr 07, 2022 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style of dialog
Replies: 10
Views: 725
Next

Return to advanced search