Search found 1454 matches: simply

Return to advanced search

Re: Copy several files to the clipboard

Simply modify clpbrd.c, compile it and link the resulting OBJ to your EXE
by Antonio Linares
Thu May 11, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy several files to the clipboard
Replies: 9
Views: 450

Re: ChatGPT

Dear Ari,

You simply go to chatGPT, make your question and copy here its answer :-)
by Antonio Linares
Tue May 09, 2023 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1234

Re: XBROWSE Column Question

... code: nCol := AScan( oBrw:aCols, { |oCol| oCol:cSortOrder == OrdSetFocus() } )oCol := oBrw:aCols[ nCol ]  We can simply write oCol := oBrw:oCol( "cSortOrder", OrdSetFocus() )XBROWSER oCol
by nageswaragunupudi
Sat May 06, 2023 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: autoGPT for OpenAI

... an offline tool to submit text to ChatGPT. Requiring customers to have an API key with variable cost billing can be cumbersome. Here, I will simply enter the text into a textbox and then select the task from a combobox. Then, I will use a copy command to transfer the text to the clipboard. ...
by Otto
Thu May 04, 2023 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1486

Re: Convert code to FWH

Hello Antonio,

Thank you so much! Initially we are looking to read certain values to determine status of a device, simply 0 or 1 (on or off).

Thank you again!
by cdmmaui
Sat Apr 29, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 972

bsetup of Report

this is the report from oBrw:report() https://i.postimg.cc/t4Y5BvwV/h.png I would simply like to have simple and not double lines, a test on the left and the date and page number/pages on the right bSetUp := < |oRep, Brw, n | if n == 2 oRep:bSkip := {|| ...
by Silvio.Falconi
Wed Apr 26, 2023 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bsetup of Report
Replies: 1
Views: 159

Re: Change POPMENU background color?

... I try COLORMENU COLORSELECT but it doesn't change. Thanks in advance, To be able to use those clauses, you have to define the 2013 style or simply use the COLORS clause MENU oMnu COLORS .....    MENU oPopup POPUP 2013 FONT oFontX NOBORDER ;      COLORMENU CLR_VSBAR, ...
by cnavarro
Sat Apr 15, 2023 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change POPMENU background color?
Replies: 4
Views: 218

Re: Advise in Server hardware

... could work on the server itself like it is here computer. She only works very short time on the cpu and always on the most light software purpose, simply and a amount of products that are diliverd. (Stock changes) There are several server 2019 versions. For very small business, what you suggest ...
by Marc Venken
Mon Apr 03, 2023 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1192

Is there a PHP IsSet() in Modharbour

... use mod harbour. Look at this simple sample code below and help me translate the <php> part to <prg> mod harbour. PHP function IsSet() simply tells the script if a value exists in the POST hash like using hb_isHash( h ) .and. hhaskey( h, 'accept' ). Can someone help? <!DOCTYPE html><html>  ...
by reinaldocrespo
Tue Mar 28, 2023 7:18 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 688

Re: MEMO : EDIT or GET with MULTILINE

How are you creating your log file ? I actually have log databases and each entry is a record. Then I simply use the BROWSE( ) function to view it. That gives me the ability to edit, delete, print, etc.

Use a multiline GET with READONLY to view a plain text. It is a MEMO configuration.
by TimStone
Tue Mar 28, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 521

Re: Windows 11 Home Single Language

... out now of MAPI services, and thus programs wishing to interact with Outlook Desktop are struggling with newer versions. Their client base is simply not the focus of their work any longer. It's all about the creativity of developers to do their own thing ( often with very poor design talent ...
by TimStone
Thu Mar 16, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Home Single Language
Replies: 8
Views: 916

Re: SUB-CLASS TFolderEx()

hi Antonio, You don't need FWH there at all. Simply 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 ...
by Jimmy
Wed Feb 08, 2023 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1176

Re: SUB-CLASS TFolderEx()

Dear Jimmy,

You don't need FWH there at all. Simply use hbmk2 to build it or FWH\samples\build.bat
by Antonio Linares
Wed Feb 08, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1176

Re: Changing the bitmap in the bookmark

Natter wrote:If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty

Resource "modif" exist in your file .RC or .RES ?
by cnavarro
Mon Jan 30, 2023 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 384

Re: Changing the bitmap in the bookmark

If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty
by Natter
Mon Jan 30, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 384
PreviousNext

Return to advanced search