... cSecondLine := " "
DEFAULT cThirdLine := " "
DEFAULT cImageFileName := "c:\fwh\bitmaps\pngs\fivetech.png"
RoInitialize( 1 )
// Create XML document instance
pString = WinRTString( "Windows.Data.Xml.Dom.XmlDocument" )
RoActivateInstance( pString, @pXml )
WindowsDeleteString( pString ...
Search found 1047 matches: document
Searched query: document
- Mon Feb 10, 2025 9:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ajustar tamaño caja toast
- Replies: 7
- Views: 1346
- Sat Feb 08, 2025 10:45 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ajustar tamaño caja toast
- Replies: 7
- Views: 1346
Re: Ajustar tamaño caja toast
... cSecondLine := " ", cThirdLine := " ",;
cImageFileName := "c:\fwh\bitmaps\pngs\fivetech.png"
RoInitialize( 1 )
// Create XML document instance
pString = WinRTString( "Windows.Data.Xml.Dom.XmlDocument" )
RoActivateInstance( pString, @pXml )
WindowsDeleteString( pString ...
cImageFileName := "c:\fwh\bitmaps\pngs\fivetech.png"
RoInitialize( 1 )
// Create XML document instance
pString = WinRTString( "Windows.Data.Xml.Dom.XmlDocument" )
RoActivateInstance( pString, @pXml )
WindowsDeleteString( pString ...
- Sat Jan 25, 2025 11:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4834
Re: Using new Class TDeepSeek for documenting
Otto,
That is very nice ... but as far as I can see, 24.12 has not been released so I don't have access to that functionality.
When I do, HTML would be nice because it is easy to import into Help and Manual to make a true document.
That is very nice ... but as far as I can see, 24.12 has not been released so I don't have access to that functionality.
When I do, HTML would be nice because it is easy to import into Help and Manual to make a true document.
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4834
Re: Using new Class TDeepSeek for documenting
... Unlocks the browse control, allowing data modifications.
Parameters: None
Return Value: LOGICAL - Returns NIL always (likely a typo in original documentation, should probably be .T. on success).
Usage Example:
oBrw:UnLock()
content_copy
download
Use code with caution.
Harbour
146. SaveData ...
Parameters: None
Return Value: LOGICAL - Returns NIL always (likely a typo in original documentation, should probably be .T. on success).
Usage Example:
oBrw:UnLock()
content_copy
download
Use code with caution.
Harbour
146. SaveData ...
- Fri Jan 17, 2025 11:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Agent AI to document code
- Replies: 5
- Views: 6582
Re: Agent AI to document code
agentdoc2.prg is a new example using AI included in next FWH build soon to be published ![Smile :)](./images/smilies/icon_smile.gif)
![Smile :)](./images/smilies/icon_smile.gif)
- Fri Jan 17, 2025 11:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Agent AI to document code
- Replies: 5
- Views: 6582
- Fri Jan 17, 2025 8:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Agent AI to document code
- Replies: 5
- Views: 6582
- Fri Jan 17, 2025 3:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Agent AI to document code
- Replies: 5
- Views: 6582
Re: Agent AI to document code
... DBFCDX
function Main()
local aFiles := Directory( "c:\fwh\source\classes\*.prg" )
local oChat := TDeepSeek():New(), aFile
local cPrompt := "document this code, explaining what this Class is about," + ;
" listing all the DATAs and METHODs," + ;
" and providing a brief description of each of ...
function Main()
local aFiles := Directory( "c:\fwh\source\classes\*.prg" )
local oChat := TDeepSeek():New(), aFile
local cPrompt := "document this code, explaining what this Class is about," + ;
" listing all the DATAs and METHODs," + ;
" and providing a brief description of each of ...
- Thu Jan 16, 2025 7:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Agent AI to document code
- Replies: 5
- Views: 6582
Re: Agent AI to document code
Dear Antonio,
and the challenge afterward is to manage this information.
I have been working on a comprehensive DMS for a long time. That’s why I often contribute opinions suggesting that the filesystem serves as a database and some form of DBFs as content directories.
I cannot imagine that the ...
and the challenge afterward is to manage this information.
I have been working on a comprehensive DMS for a long time. That’s why I often contribute opinions suggesting that the filesystem serves as a database and some form of DBFs as content directories.
I cannot imagine that the ...
- Thu Jan 16, 2025 5:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Agent AI to document code
- Replies: 5
- Views: 6582
Agent AI to document code
... DBFCDX
function Main()
local aFiles := Directory( "c:\fwh\source\classes\*.prg" )
local oChat := TDeepSeek():New(), aFile
local cPrompt := "document this code, explaining what this Class is about," + ;
" listing all the DATAs and METHODs," + ;
" and providing a brief description of each of ...
function Main()
local aFiles := Directory( "c:\fwh\source\classes\*.prg" )
local oChat := TDeepSeek():New(), aFile
local cPrompt := "document this code, explaining what this Class is about," + ;
" listing all the DATAs and METHODs," + ;
" and providing a brief description of each of ...
- Thu Jan 16, 2025 4:38 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HBMK2 - Barra de estado y barra principal mas pequenas
- Replies: 13
- Views: 12829
Re: HBMK2 - Barra de estado y barra principal mas pequenas
... BLACK
oBar:Adjust()
END
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\new.bmp" FLAT ;
ACTION MsgInfo( "New" ) ;
TOOLTIP "Creates a new document"
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\open.bmp" FLAT ;
ACTION MsgInfo( cGetFile( "*.*", "Select a document to open" ) ) ;
TOOLTIP ...
oBar:Adjust()
END
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\new.bmp" FLAT ;
ACTION MsgInfo( "New" ) ;
TOOLTIP "Creates a new document"
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\open.bmp" FLAT ;
ACTION MsgInfo( cGetFile( "*.*", "Select a document to open" ) ) ;
TOOLTIP ...
- Thu Jan 16, 2025 12:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HBMK2 - Barra de estado y barra principal mas pequenas
- Replies: 13
- Views: 12829
HBMK2 - Barra de estado y barra principal mas pequenas
... 3D SIZE 26, 27 OF oWnd
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\new.bmp" FLAT ;
ACTION MsgInfo( "New" ) ;
TOOLTIP "Creates a new document"
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\open.bmp" FLAT ;
ACTION MsgInfo( cGetFile( "*.*", "Select a document to open" ) ) ;
TOOLTIP ...
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\new.bmp" FLAT ;
ACTION MsgInfo( "New" ) ;
TOOLTIP "Creates a new document"
DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\open.bmp" FLAT ;
ACTION MsgInfo( cGetFile( "*.*", "Select a document to open" ) ) ;
TOOLTIP ...
- Mon Jan 13, 2025 11:33 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Capturar pagina html y recuperar resultado
- Replies: 73
- Views: 32468
Re: Capturar pagina html y recuperar resultado
... F.)
>
if len(aParams)>0
cIdenti := alltrim(aParams[1])
cDian := "consultaDIAN( '"+cIdenti+"' )"
TEXT INTO cResult
var inputEstado = document.getElementById('vistaConsultaEstadoRUT:formConsultaEstadoRUT:estado');
if (inputEstado) {
var inputNIT = document.getElementById ...
>
if len(aParams)>0
cIdenti := alltrim(aParams[1])
cDian := "consultaDIAN( '"+cIdenti+"' )"
TEXT INTO cResult
var inputEstado = document.getElementById('vistaConsultaEstadoRUT:formConsultaEstadoRUT:estado');
if (inputEstado) {
var inputNIT = document.getElementById ...
- Tue Jan 07, 2025 8:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: AC4xBrowse
- Replies: 11
- Views: 1965
Re: AC4xBrowse
Otto,
Ok, but what text in the code you must select in order to get this data ?
@ 05, 05 SAY "Document" SIZE 150, 20 OF oFld2:aDialogs[FOLDERDOC_INFO] PIXEL FONT oBoldLarge COLORS CLR_BLUE, CLR_WHITE TRANSPARENT UPDATE
@ 05, 55 get oDoc VAR h_ingeven["DOCNUMMER"] SIZE 35,14 PIXEL OF oFld2:aDialogs ...
Ok, but what text in the code you must select in order to get this data ?
@ 05, 05 SAY "Document" SIZE 150, 20 OF oFld2:aDialogs[FOLDERDOC_INFO] PIXEL FONT oBoldLarge COLORS CLR_BLUE, CLR_WHITE TRANSPARENT UPDATE
@ 05, 55 get oDoc VAR h_ingeven["DOCNUMMER"] SIZE 35,14 PIXEL OF oFld2:aDialogs ...
- Mon Dec 16, 2024 4:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour to Harbour
- Replies: 14
- Views: 1745
Re: xHarbour to Harbour
Dear Maurizio,
Thank you very much. I will take a look at the document.
Best regards,
Otto
Thank you very much. I will take a look at the document.
Best regards,
Otto