Search found 1047 matches: document

Searched query: document

by leandro
Mon Feb 10, 2025 9:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 1346

Re: Ajustar tamaño caja toast

... 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 ...
by Antonio Linares
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 ...
by TimStone
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.
by Antonio Linares
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 ...
by Antonio Linares
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 :)
by Antonio Linares
Fri Jan 17, 2025 8:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Agent AI to document code
Replies: 5
Views: 6582

Re: Agent AI to document code

Yes! :D

Image
by Lailton
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 ...
by Otto
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 ...
by Antonio Linares
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 ...
by karinha
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 ...
by Compuin
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 ...
by leandro
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 ...
by Marc Venken
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 ...
by Otto
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