Search found 48 matches: inspired

Return to advanced search

Re: problem with big dbf on xbrowse

FWH\samples\dbcre8.prg creates a DBF with x amount of records and fills them automatically :-) Inspired on dbcre8 from successware! Gracias querido maestro. Comenzaré a probar y comentaré si xBrowse() fue realmente lento. Thank you dear master. I'll start testing and comment ...
by karinha
Thu Jun 13, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 17
Views: 527

Re: problem with big dbf on xbrowse

FWH\samples\dbcre8.prg creates a DBF with x amount of records and fills them automatically :-)

Inspired on dbcre8 from successware!
by Antonio Linares
Wed Jun 12, 2024 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 17
Views: 527

random sentences generator

Inspired in the idea of AI large languages models, this is a very simple and easy to understand sentences generator, quite funny :-) The more sentences that you provide to it, the more "inspired" that it will be ...
by Antonio Linares
Thu Nov 30, 2023 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 800

Re: How to get libssl.lib and libcrypto.lib for MSC?

... path when of lib_name for LIBRARY line below?) REM REM Requires 'dumpbin' and 'lib' in PATH - run from VS developer prompt. REM REM Script inspired by http://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll SETLOCAL if "%1"=="32" ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 302

Re: XBROWSE Column Question

... Note:Syntax OrdWildSeek( cSeek, [lFromNextRec], [lBakwards]) --> lFound but how can it continue without press a Key :?: Inspired by your postings, we introduced automatic SeekNext by pressing F3 key from FWH2304. Yes, that would be fine, thx
by Jimmy
Wed May 10, 2023 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 1228

Re: XBROWSE Column Question

... for first seek and SeekNext automatically. Note:Syntax OrdWildSeek( cSeek, [lFromNextRec], [lBakwards]) --> lFound Inspired by your postings, we introduced automatic SeekNext by pressing F3 key from FWH2304. As of now, this works for arrays, DBF, TDatabase, all ADO ...
by nageswaragunupudi
Wed May 10, 2023 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 1228

AUTOCODE

Hello friends, Inspired by a video -Designer Minigui ( https://www.youtube.com/watch?v=UcFw1bqsaV4 ) -, I restarted after a long time with my project: AUTOCODE. You are right that you have to use wizards. I will extend AUTOCODE and ...
by Otto
Wed Aug 17, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AUTOCODE
Replies: 7
Views: 552

Re: Artificial Intelligence: GPT with Harbour and FWH

... is Antonio and I went to California to meet Steve Jobs. Antonio: Hi Steve, what a great honor to meet you. Steve: You are welcome. Antonio: what inspired you to build the iphone ? Steve: The iPhone was an idea that came to me while I was in Hawaii. Antonio: what phone did you use by that time ...
by Antonio Linares
Fri Aug 14, 2020 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1465

Re: Which C compiler and which Harbour should be used for FW?

... in VS, so you never lose time reconfiguring. Tim Hi Tim I've been thinking about migrating to MSVC for a long time, and this text of yours inspired me a lot, I would like to know more details about your environment, do you use the MSVC IDE? I started MSVC 2017 about a year ago for small ...
by Eroni
Fri Jul 31, 2020 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3924

Re: TGET behavior (Antonio)

... the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired my Antonio .. I mention oJump in my deleted post and noted that if was a bit clumsy and your solution seemed much more elegant .. Hope this ...
by Rick Lipkin
Mon Jan 14, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET behavior (Antonio)
Replies: 7
Views: 1331

Re: oJump for Antonio

... the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired my Antonio .. I mention oJump in my deleted post and noted that if was a bit clumsy and your solution seemed much more elegant .. Hope this ...
by Rick Lipkin
Mon Jan 14, 2019 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oJump for Antonio
Replies: 1
Views: 559

Re: Funcion I2BIN(n)

When there is a highly capable built-in function like NTOC available, we need not write our own functions. But inspired by Mr. xmanuel, I present here another simpler and faster variation. #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC( NUMTOBINARY ...
by nageswaragunupudi
Sat Jun 16, 2018 3:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion I2BIN(n)
Replies: 10
Views: 1804

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

... I wanted to do is be able to trap the down arrow key only at the Eof code-block and ignore any other inputs such as the vertical scroll bar. Inspired by your code I made two changes .. one to xBrowse.prg and the other to your code .. Please consider this change to xBrowse METHOD KeyDown to ...
by Rick Lipkin
Fri Feb 09, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6476

Re: html class

Silvio,

You have to modify Class TVistaMenu and TVistaMenuItem or create some new classes inspired on them
by Antonio Linares
Wed Jan 24, 2018 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html class
Replies: 14
Views: 2561

Re: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog

Hi Rick; I got to tell you; every time I look at one of your screens... I get inspired. Thank you for the screen shot and the code. Forgive me if I steal some of your ideas. Gilbert- It feels so good to read your response. It bring a smile to my face. I need to ...
by reinaldocrespo
Wed Oct 11, 2017 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse + EDIT_LISTBOX <K_ENTER> closes dialog
Replies: 5
Views: 1526
Next

Return to advanced search