Search found 418 matches: asking

Return to advanced search

Re: Set a specific starting function

Thank you, but this is not what I'm asking for. I have many PRGs and a function MAIN() inside one of those (not the first linked). How can I force the function MAIN() to be executed as the first function?
by Enrico Maria Giordano
Mon Jul 31, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 947

Re: "id" for PRIMARY KEY ?

I am not asking how do generate unique primary key.
I am asking for an example of an FWH program, using which SQLI (sql injection) is possible.
by nageswaragunupudi
Wed Jul 26, 2023 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 526

Re: how to handle License for MySQL, PostgreSQL & Co ?

hi,

i´m asking while Alaska want to pay for PGDBE when use it :shock:
https://www.alaska-software.com/products/pg-product-list.cxp

it is new for me that a Company sell a Product and want to have Money, every Year, to use a "Wrapper" for a "Open-Source" Product
by Jimmy
Wed Jun 14, 2023 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 580

Re: WMI / FOR EACH / does "Property" Exist ?

hi,
nageswaragunupudi wrote:What about HMG?
ps: I am asking because I never used them

i did not know __Obj* Function until Antonio told me so i have not use it under HMG
i will ask in HMG Forum if they have a Solution
by Jimmy
Tue Jun 13, 2023 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WMI / FOR EACH / does "Property" Exist ?
Replies: 4
Views: 293

Re: WMI / FOR EACH / does "Property" Exist ?

i have to use it for every "Property" to CATCH Error

Yes.
Better we make a function with TRY/CATCH
under Xbase++ "Property" aof COM/ActiveX are same as Member VAR (DATA)

That's nice. Good to know.
What about HMG?
ps: I am asking because I never used them
by nageswaragunupudi
Tue Jun 13, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WMI / FOR EACH / does "Property" Exist ?
Replies: 4
Views: 293

Re: MariaDb delete

... and MySQL but continue to use ISAM while loosing a great opportunity to start learning SQL. If Mariadb is an SQL engine, then perhaps we can start asking how to implement some while loop that traverses a table for the equivalent SQL statement.
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 427

Re: De cual Clase és DEFINE BTNSHELL?

I have sent an email to Manuel asking for it
by Antonio Linares
Fri May 19, 2023 6:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: De cual Clase és DEFINE BTNSHELL?
Replies: 3
Views: 284

Re: Can I get object from handle?

... is received, then update the object being displayed or execute whatever code to handle the message. I know this is not exactly what you are asking but it might be a possible solution. I do this a lot using triggers on tables to display status, sums, and other information in realtime without ...
by reinaldocrespo
Sun Apr 16, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1475

Re: Sending HTML using MAIL

... by developers. When creating custom message classes, the class name should follow the format "IPM.<custom name>". Then I kept asking it for an example and got this: To send HTML content in an email, you can use the "IPM.Note" message class with the message format ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 781

Re: Using free AI power from our Harbour apps !!!

Versión funcionando !!! GPT4All running... > Hi my friend, how are you ? I ' m doing great thanks for asking ! How about yourself ? > gpt4all.prg function Main()   local hProcess, hStdIn, hStdOut, hStdErr, cBuffer, nSize := 1024   hProcess = hb_processOpen( ...
by Antonio Linares
Sat Apr 01, 2023 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using free AI power from our Harbour apps !!!
Replies: 20
Views: 1845

Re: Using free AI power from our Harbour apps !!!

... You can already see the output of the AI from the Harbour app! GPT4All running... > Hi my friend, how are you ? I'm doing great thanks for asking! How about yourself? > great thanks for asking! How about yourself gpt4all.prg function Main()   local hProcess, hStdIn, hStdOut, ...
by Antonio Linares
Sat Apr 01, 2023 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using free AI power from our Harbour apps !!!
Replies: 20
Views: 1845

Re: make a rectangule with a brush

... if you enlarge the button with a zoom you will see that there are problems which I've been asking for a long time i.e. both the gradient and the oblique lines come out of the edge of the button if you want to change the border online it is ...
by Silvio.Falconi
Thu Mar 30, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 521

Re: Filling Excel Sheet Via OLE

Dear Byron, Asking chatGPT about it: https://chat.openai.com/chat Yes, you can manipulate a combobox associated with a cell in an Excel sheet through OLE (Object Linking and Embedding). You can do this by using a programming ...
by Antonio Linares
Thu Feb 02, 2023 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 261

Re: chatGPT writes and executes Harbour code !!!

hi Silvio,
Silvio.Falconi wrote:No i must make an Array with 3element

i´m just asking as it remind me of Problem when work with "Delaunay-Triangulierung"
by Jimmy
Tue Dec 20, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 3006

Re: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

The call to function ShellExecuteExA() is missing, please ask chatGPT again asking to include such call :-) I just did it and this answer seems ok to me :-) // Call the ShellExecuteExA function using the SHELLEXECUTEINFO structureBOOL bResult = ShellExecuteExA( ...
by Antonio Linares
Mon Dec 19, 2022 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 544
PreviousNext

Return to advanced search