Search found 947 matches: reference

Return to advanced search

Re: Fulltext-Search

Hello friends, I conducted further tests. For reference, I used TC. Here are the values for the same search. TC 1.40 min findstr 40 sec = command prompt ps 15 sec Get-ChildItem -Path c:\www\htdocs -Recurse -Filter *.prg | Select-String -Pattern ...
by Otto
Sun Mar 17, 2024 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

Re: Creo que esto depende de Harbour...

... La técnica a la que te refieres es desestructuración de arrays. En JavaScript se utiliza:https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment En harbour no me suena haberlo visto nunca, aunque sería muy bueno poder tenerlo. Salud! Enviado desde ...
by goosfancito
Sat Mar 02, 2024 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 259

Re: Creo que esto depende de Harbour...

Hola. La técnica a la que te refieres es desestructuración de arrays. En JavaScript se utiliza:https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment En harbour no me suena haberlo visto nunca, aunque sería muy bueno poder tenerlo. Salud! Enviado desde ...
by VictorCasajuana
Sat Mar 02, 2024 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 259

Re: FWH 24.02 new Class TWebView2

... docs I can't find a SetAllowFileAccess() https://github.com/FiveTechSoft/FiveTech_wiki/blob/main/FiveWin/WebView/microsoft-edge-webview2-reference-win32-webview2-1.0.2365.46.pdf I am going to ask Bruno about it as he already has a PDF viewer using webview2
by Antonio Linares
Sat Mar 02, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2467

Re: How to show and print a pdf file?

I show my PDF from a Xbrowse. Put link to pdf in Xbrowse or a reference. R-Click and show a popup with option to view, print, etc.. Works very well. //  Xbrowse   :bRClicked        := {|nRow, nCol| PopRappel( nRow,nCol, oOmzet ),oOmzet:refresh() ...
by Marc Venken
Thu Feb 29, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show and print a pdf file?
Replies: 13
Views: 664

Re: Intentando un primer archivo make

... el main algunas variables públicas Sucede que en otra función llamo a esas variables públicas, y en esos prgs siempre tengo el error de ambiguos reference. porque no están declaradas en ese prg, pero se declararon publicas en el main.prg. Como puede resolverse esto? Jimmy Thanks for your help, ...
by jose_murugosa
Wed Feb 28, 2024 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 245

Re: Intentando un primer archivo make

José,

"Ambiguos reference" te indica que esas variables no estan definidas.

Debes definirlas al inicio del PRG segun su tipo, publicas, estaticas, privadas o locales.

Luego de eso, estaran disponibles para su uso.
by JoseAlvarez
Tue Feb 27, 2024 8:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 245

Re: GROUPBOX

... container of this control. <cClrFore> The foreground color of the group. <nClrBack> The background color of the group. <oFont> A reference to the font object used for the Group control. <nId> The resource identifier for this control. CLAUSES PIXEL To specify pixel corrdinates. ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Re: COMBOBOX

... Rather than go to the site, I downloaded the pages into OneNote for faster reference, and from there I can click on a command and it will take me to the link. The RC for COMBOBOX does not have an option to change the font, ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 303

Re: WebView2 Essentials: Guides, Tips & Resources

... with the host application. Documentation and Resources: For detailed information and specific implementation guidance, the WebView2 API Reference and WebView2 Documentation are valuable resources. WebView2 is a versatile tool for developers looking to integrate web functionalities into ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

file ID in the Windows file system

... Otto In Windows operating systems, files indeed have unique identifiers beyond just their names, which are used by the system to manage and reference files. Here are a couple of concepts related to this: **File Handle:** A file handle is a reference or an identifier used by the operating ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Convert a print to Rtf or doc

... is a clear sign that you are constantly taking the piss out of me because if he had a bit of love he wouldn't make a list with reference to umbrellas since there is no sea in Sillian unless Mr. Otto created it tonight it is a clear sign of allusion to my person and I'm deeply ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: Calculate total pages

... current printing device. - `aFiles := oDevice:aMeta`: Assigns metadata from the device to an array `aFiles`. - `hMeta := oMeta1:hMeta`: Seems to reference a metafile handle from another object `oMeta1`. 2. **Unique ID Generation:** - `cUniqueID := cUniqueID()`: Generates a unique ID, possibly ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: Calculate total pages

... the print dialog when the FROM USER clause is used. This method returns a two dimension array but also you can pass the nFrom and nTo variables by reference, for example: aPages := oPrn:GetPages(@nFrom, @nTo)
by Marc Venken
Fri Nov 24, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Re: ID of the new process

... be useful. 2. **Using Shell.Application:** Another approach is to use the `Shell.Application` object to open the document. This way, you can get a reference to the process and access its properties. ```vbscript Set objShell = CreateObject("Shell.Application") Set objDoc = objShell.Document ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321
Next

Return to advanced search