Search found 110 matches: indicated
Searched query: indicated
- Thu Jan 09, 2025 11:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Excel functions
- Replies: 0
- Views: 932
Excel functions
... do this. I read a post from Mr. Rao saying there were new reading tools coming in the next release, but we haven't seen one now in 4 months. This indicated Excel would not be needed on the computer for it to work. In addition there was a link to a file for creating the spreadsheets without Excel ...
- Sat Sep 21, 2024 5:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
- Replies: 17
- Views: 2822
Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64
... with Visual Studio 2019 Enterprise version, with fwh1906 32 bits. and I could open all the .rc files with the paths of the includes that I indicated in my first post
Now I have changed to Community 2022 and with the adapted paths I cannot open any .rc file with ResEdit
With Pelles C I can ...
Now I have changed to Community 2022 and with the adapted paths I cannot open any .rc file with ResEdit
With Pelles C I can ...
- Sun Jun 16, 2024 3:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with big dbf on xbrowse
- Replies: 39
- Views: 6399
Re: problem with big dbf on xbrowse
... optional. But imagine in a database with 500,000 records, it is impossible for the client to use XBROWSE() with AUTOFIT(). I made the change you indicated, and the slowness continues with a database with 56,000 records.
Buenos días marc. También me encanta XBROWSE() y entiendo que el comando ...
Buenos días marc. También me encanta XBROWSE() y entiendo que el comando ...
- Thu Apr 11, 2024 9:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mr. Nages, please. check your email
- Replies: 0
- Views: 671
Mr. Nages, please. check your email
Mr. Nages
Please, could you. perform a backup of the database that I indicated in your email?
Thank you.
Please, could you. perform a backup of the database that I indicated in your email?
Thank you.
- Wed Mar 20, 2024 1:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about performance RowSet
- Replies: 19
- Views: 7964
Re: Question about performance RowSet
As you indicated above, if we want to edit just one record in a table, we can
aRow := oCn:QueryResult( "select * from states where code='WA'" )
//We get a single dim array { "WA", "Washington" }
// Edit the array and then
oCn:Upsert( "states", nil, { aRow } )
Mr Rao, this works when there exists ...
- Sat Mar 16, 2024 10:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about performance RowSet
- Replies: 19
- Views: 7964
Re: Question about performance RowSet
... is an extension to Execute.
if we use an sql like "select age from customer where id = 100"
this function returns 58, instead of {{58}}
As you indicated above, if we want to edit just one record in a table, we can
aRow := oCn:QueryResult( "select * from states where code='WA'" )
//We get a single ...
if we use an sql like "select age from customer where id = 100"
this function returns 58, instead of {{58}}
As you indicated above, if we want to edit just one record in a table, we can
aRow := oCn:QueryResult( "select * from states where code='WA'" )
//We get a single ...
- Wed Feb 28, 2024 1:01 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Intentando un primer archivo make (RESUELTO)
- Replies: 8
- Views: 1410
Re: Intentando un primer archivo make
José Muchisimas gracias!!!!!!!!
Jimmy
you were right!!!!!!
After correcting my code according to what you indicated and some other details, it was perfect!1111
Thankyou!!
Jimmy
you were right!!!!!!
After correcting my code according to what you indicated and some other details, it was perfect!1111
Thankyou!!
- Mon Dec 04, 2023 9:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
- Replies: 15
- Views: 4805
Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
... testtrev
I send you the libraries, but according to my tests are not,
Take an example of fwh and generates error, I think this would be the one indicated to identify the problem
the prg testtrev.prg.
BORLAND RESOURCE COMPILER VERSION 5.40
Copyright (c) 1990, 1999 INPRISE CORPORATION. All rights ...
I send you the libraries, but according to my tests are not,
Take an example of fwh and generates error, I think this would be the one indicated to identify the problem
the prg testtrev.prg.
BORLAND RESOURCE COMPILER VERSION 5.40
Copyright (c) 1990, 1999 INPRISE CORPORATION. All rights ...
- Wed Nov 22, 2023 8:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xlsxlibhb_ver2
- Replies: 57
- Views: 16423
Re: Xlsxlibhb_ver2
What are your modifications? Can you share them? Anyway, the current xHarbour builds don't need any modifications. They work fine as they are now.karinha wrote:Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.
- Wed Nov 22, 2023 7:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xlsxlibhb_ver2
- Replies: 57
- Views: 16423
Re: Xlsxlibhb_ver2
... xharbour.org/index.asp?page=download/windows/binaries_win
Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.
Enrico, estas son mis copias de seguridad; Es mi nube de archivos. Lo tomé de donde indicaste y lo modifiqué ...
Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.
Enrico, estas son mis copias de seguridad; Es mi nube de archivos. Lo tomé de donde indicaste y lo modifiqué ...
- Wed Nov 15, 2023 7:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help splitting up a character address string
- Replies: 10
- Views: 3065
Re: Help splitting up a character address string
... In this context, Harbourino helps in breaking down complex functions into simpler, more manageable modules. This modular approach, as indicated in the FiveTech Software tech support forums, allows for easier management of different parts of an application, such as xBrowse. By patching ...
- Thu Jul 06, 2023 10:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mark field as required
- Replies: 23
- Views: 4460
Re: Mark field as required
Hello
I would like something similar, indicating that the field has to be filled in, as Indicated in red with (*)
Look

or this way

I would like something similar, indicating that the field has to be filled in, as Indicated in red with (*)
Look

or this way

- Fri Jun 09, 2023 10:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
- Replies: 4
- Views: 949
Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
... regards,
Otto
Please modify the source code provided below. Each button or checkbox in the code is represented
by a row and column position indicated with the "@" symbol.
The row and column positions are pairs of parameters separated by a comma.
Multiply the row and column positions by 80 ...
Otto
Please modify the source code provided below. Each button or checkbox in the code is represented
by a row and column position indicated with the "@" symbol.
The row and column positions are pairs of parameters separated by a comma.
Multiply the row and column positions by 80 ...
- Wed Dec 14, 2022 3:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Detect any activity of a window?
- Replies: 4
- Views: 683
Re: Detect any activity of a window?
... sistema y reinícielo con .BAT. Tu imaginación es el limite. Prueba y mira con tus propios ojos por favor.
Good Morning. You can use the function indicated by Leandro, just modify it so that it "drops" the window or dialog. Instead of using QUIT, use a RETURN NIL, or "kill" the whole system and ...
Good Morning. You can use the function indicated by Leandro, just modify it so that it "drops" the window or dialog. Instead of using QUIT, use a RETURN NIL, or "kill" the whole system and ...
- Mon May 09, 2022 1:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: MAPI Clients - Thinking ahead
- Replies: 1
- Views: 463
MAPI Clients - Thinking ahead
I read an article the other day which indicated Microsoft is phasing out their Microsoft Outlook desktop client, and everything will be web based. I can think of many reasons why this is wrong thinkng, and I take it from so many years of personal experience. However, Microsoft seems to like removing ...