Search found 2892 matches: both

Return to advanced search

C++ Redistributables Required

Until this past year, my builds with FWH, Harbour, and MSVC never required me to install the Microsoft C++ Redistributables. Now I must install both the current pair ( 32 & 64 bit ), and the 32 bit Version 12. Is there a tool I can use to see what, in my application, now requires these ? It ...
by TimStone
Sun Nov 26, 2023 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C++ Redistributables Required
Replies: 1
Views: 309

Re: Calculate total pages

... Signals the end of a page in the print document. Overall, this script is setting up a printing process, likely for invoices, involving both text and graphics (like QR codes), with the ability to output to both a physical printer and a PDF file. The use of metafiles suggests it's handling ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 6178

Fivewin controls similar to javascript elements

... between web and desktop application development. The conceptual model of event handling is a key aspect of interactive application design in both environments, even though the specific implementations and best practices may differ. Best regards, Otto Event Handling in Windows Programming: ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1148

Re: FIVEWIN power - a room planer video

I can now recognize the overlapping, both when I insert a bar with the mouse and when I make changes via the modal dialog. This means that the first check is now already done in the JavaScript part. When I then save the dataset, it is checked ...
by Otto
Sun Nov 19, 2023 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11581

Re: De *.C Para *.Obj en BCC74 no funciona más.

Thank you. You have to generate libcurl.lib from

Code: Select all  Expand view
implib -a libcurl.lib libcurl.dll


And then link both hbcurl.lib and libcurl.lib to your EXE. And put libcurl.dll in the same directory of your EXE or in the windows\system directory.
by Enrico Maria Giordano
Sat Nov 18, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 40383

FWH 3.10 - problem with positioning dialog box

Hello, I need to open 2 dialog boxes. In FWH 3.07 it is shown like this: https://www.juda.be/Before.jpg . But if I open both dialog boxes using FWH 3.10, it results into this: https://www.juda.be/After.jpg This is the source for opening the second small dialog ...
by driessen
Thu Nov 16, 2023 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 265

Re: Fwh 23.10 TGet another problem

... version was active, the nKey variable returned the value 286, as seen below. http://www.objekt.com.tr/fwh_test/newtest3.png In both versions, there is a code snippet like the one below inside the METHOD KeyChar function.      //      case nKey > 255         // reject unicode ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56656

Re: Help splitting up a character address string

... cZip} /browse ChatGPT Error analyzing Harbourino appears to be a preprocessor tool used in conjunction with mod_harbour and Fivewin, which are both related to the Harbour programming language. Harbour is an open-source compiler for the xBase superset language often used to create database applications. ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 832

Re: Help splitting up a character address string

... "CCity =", aAddressParts[2] ? "CState =", aAddressParts[3] ? "CZip =", aAddressParts[4] In this code, RETURN is used both to return the value at the end of the function and to indicate the end of the function block. Thank you for your patience, and I hope this solution ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 832

Re: xBrowse - Dates - FWH 2310

... 999999 Just to be sure, I copied the entire data directory from the known good to the problem system and thus the files were exactly the same on both computers. Same problem Finally I copied all of the files from the directory where the .exe resides, including .dll files, and suddenly it worked. ...
by TimStone
Tue Nov 07, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1639

Re: xBrowse - Dates - FWH 2310

Good Morning, I have run that on both computers. On both computers xbrowser shows wrkdat as D 8 On the i7 computer, the right click displays wrkdat D On the Virtual machine, the right click displays wrkdat D 999999 To clarify, although the ...
by TimStone
Tue Nov 07, 2023 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1639

Re: xBrowse - Dates - FWH 2310

... 1) Before defining the xbrowse, insert a line of code: XBROWSER ::oOrders:aStruct Please see what you see for the field "WRKDAT" on both PCs (with problem and without problem) and let us know. 2) Insert this code after defining the XBrowse. oLbxo:bRClicked := <||    ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1639

Re: SetAutoHelp

... references. I included only the functions through IsHelpFile( ). I modified the call to SetUserHelp( ). I then linked in the new .prg. Now I have both context sensitive help for the manual on F1, and the User Entered Help on F2. The user defined help is great for those businesses who want to enter ...
by TimStone
Fri Nov 03, 2023 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 208

SetAutoHelp

... like to actually use the feature but add it as an F2 key. When changing the code, however, it disables the F1 help. Any suggestions for making both work ... F1 for the context sensitive help in the manual, and F2 so the user can write their own help notes ? I figured I'd ask first since it ...
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 208

New FTDN October/Octubre 2023 (FWH 23.10)

... to call Windows Copilot from our FWH apps. * New: functions WinUpper() and WinLower() wrappers to win32 API CharUpper() and CharLower() works with both ANSI and UTF8 encodings. Useful for WU language accented characters like Umlauts. While TRANSFORM( cUtf8, "@!" ) does not work, FW_TRANSFORM( ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3950
PreviousNext

Return to advanced search