Search found 3572 matches: instead

Return to advanced search

I'm not asking for the moon... Resolved!!

... which picture I should put in it, I tried with "@Z 999.99" but it doesn't work, that is, at the beginning I see 0.00 in the get instead of just a zero. @ 60,20 GET aGet[2] VAR nVar SIZE 100,24 PIXEL PICTURE "@Z 999.99" OF oDlg RIGHT it run ok but I see 0.00 on the get ...
by Silvio.Falconi
Wed Jan 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2543

Re: How does mod harbour work

... but not multiline <?prgreturn "test4"return "test5"?> Thank you a lot in advance and kind regards Ruth Dear Ruth, Instead of doing: <?prg? "test3"?> use: <?prgAP_RPUTS( "test3" )?>
by Antonio Linares
Mon Jan 15, 2024 12:33 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1250

Re: How to find out the IDs of controls and types?

hi,

Question : how can i get Object of Child when EnumChildWindows() :?:

i think about OOP Environment where i need a Object instead of a Handle
by Jimmy
Sun Jan 07, 2024 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1980

file ID in the Windows file system

... there was a file ID in the Windows file system. This opens up many new possibilities. I always wanted a system where I could use the file system instead of a database. Can we get these IDs from Fivewin or Harbour Mod? Best regards, Otto In Windows operating systems, files indeed have unique identifiers ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 687

Re: Determine lib name of a function

As a workaround, I now use hb_RegExAtX() instead of hb_AtX()
by hua
Tue Jan 02, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 441

Re: Using Microsoft AI Phi-2 from FWH

As I already wrote at the beginning of this thread, use LONGLONG instead of HB_LONGLONG.
by Enrico Maria Giordano
Sat Dec 30, 2023 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8764

Re: add a line in the print report

... everywhere and how many people still use ER today? when you ask for a certain topic I don't come to your topic and I reply with other topics instead you do it and distract other people from the main topic, in Italy this would be a criminal offense (constitutional law) when a person publicly ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 619

Re: A Call for New Ideas and Web Integration

... know it – constant notifications distract us from what's right in front of us. Notifications tend to lead us into quick, superficial interactions instead of deeper conversations. This can result in investing less in real, personal relationships. A constant stream of notifications can be overwhelming ...
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 775

Re: copy a row of xbrowse

... to modify your `Copy` and `Paste` functionalities to handle multiple rows. Here is an approach to achieve this: 1. **Modify Copy Functionality**: Instead of copying a single row to `aCopy`, copy all selected rows. You can use a loop to go through the selected rows and add them to `aCopy`. 2. **Modify ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 6018

Re: copy a row of xbrowse

... the "copy" menuitem and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command is disabled and "paste" is always active
by Silvio.Falconi
Tue Dec 05, 2023 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 6018

Re: Convert a print to Rtf or doc

Ok. You have a normal FWH print preview. You can save the preview to Word but the result is not editable (it is a series of images). How to get an editable Word result instead?
by Enrico Maria Giordano
Thu Nov 30, 2023 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3668

Re: Problem with Print Image - Resolved

sorry my error

jpg instead of png :D :D :D :D
by Silvio.Falconi
Tue Nov 28, 2023 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Print Image RESOLVED
Replies: 3
Views: 403

Re: Add a Checkbox() column

Instead of setcheck(, .T.), I used the icons and everything worked fine  oDlg:oClient:aCols[2]:lBmpTransparent:= .T.        oDlg:oClient:aCols[2]:AddBitmap( { "p_chk1", "p_chk2" ...
by Natter
Sun Nov 19, 2023 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 887

Re: Fwh 23.10 TGet another problem

Very Good. This is what I was suspecting. 286 (0x011E) is the UTF16LE value of Turkish Chr(208). Please help us by a little more testing Instead of ? nKey, nFlags, FW_SetUnicode() please test ? nKey, FW_SetUnicode(), ::lIsWideChar, IsWindowUnicode( ::hWnd ) Is the result ...
by nageswaragunupudi
Thu Nov 16, 2023 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56470

Re: TGet():ReDefine - UTF8 encoding fails [Solved]

maybe it's useless :oops:
Ok I'll use VARCHAR instead of '@S' and WinUpper() instead of '@!'?
Code: Select all  Expand view
@  20, 20 GET oGet VAR cVar1 SIZE 200,20 PIXEL OF oDlg VARCHAR 70 ON CHANGE { || cVar1 := WinUpper( cVar1 ), oDlg:Update() }

and never use the PICTURE clause for strings again :D
by frose
Sun Nov 12, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 342
PreviousNext

Return to advanced search