Search found 429 matches: instance

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im going to put your code inside the loop, and show ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: SWAGGER-UI para documentar nuestras API.

... Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"5cd6..."} Do you call swagger api's a other way ?
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: PepPol European Invoicing standard

... := TxmlNode():New( HBXML_TYPE_TAG, "Document" ) oDocument:SetAttribute( "xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance" ) oDummyx:AddBelow( TxmlNode():New( HBXML_TYPE_TAG, 'SeqTp', , If( lPrimeraFact, "FRST", "RCUR" ) ) ) etc.. (extraídas ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 923

Re: Problem with FiveWin and PDF995 on Windows 11.

... is a CLASSDATA that is similar to a STATIC variable. You can access it through the class itself, while a DATA can accessed only through an instance of the class.
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1215

Has a printer been installed?

Hello,

How can I check in FWH if a printer has been installed?

I want to know if a printer has been installed
or
I want to know if a certain printer has been installed
or
I want to know if for instance "Microsoft Print to PDF" has been installed.

Thank you very much for any help.
by driessen
Sat Feb 10, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Has a printer been installed?
Replies: 2
Views: 166

Re: WebView2 Essentials: Guides, Tips & Resources

... bOnBind: A flag or callback related to binding JavaScript functions. Methods: New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: WebView2 Essentials: Guides, Tips & Resources

... navigation events. This involves coding in C# and using the CoreWebView2 namespace​​. Properties and Methods: The WebView2 class in WPF, for instance, extends HwndHost and provides several properties like AllowExternalDrop, CanGoBack, CanGoForward, and Source. It allows access to the complete ...
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

... a new File ID to the copy. The original file retains its original File ID. This is because, in most systems, the File ID is unique to each file instance, even if the files are identical in content. - **Different Volume**: If you copy a file to a different volume or disk, the new file will definitely ...
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: Strange characters going from FWH to Outlook FWH 13.10

... with a sign by its normal character. Since I need those special characters to put into official documents, I just can't replace them. Names for instance without those special signs, would be illegal for the court. Antonio, no solution yet? What changed from FWH 13.07 to 13.10? To my opinion ...
by driessen
Fri Dec 15, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3718

PRINT oPrn NAME cTitle PREVIEW

... For example delete some buttons such as pdf, mail export to word and so on and personalize other. I want to know if is it possible to create for instance a button that if clicked the print goes to pdfcreator directly without the possibility to choice a printer from list. That would be great that ...
by MarcoBoschi
Mon Dec 11, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn NAME cTitle PREVIEW
Replies: 2
Views: 301

Re: Add a Checkbox() column

... to make selections. In the last column I want to show a logical field that permit to select some of the record that I see in ths xbrowse for instance this is the penultimane columnt is define in this way oCol = oBrw:AddCol() oCol:bStrData = { || TRANSFORM( field->imp_eff, "@ZE 999,999,999.99" ...
by MarcoBoschi
Mon Dec 11, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 852

Convert a print to Rtf or doc

... nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT I need some hints about the possibility to save the print into rtf for or doc You know for instance when you have a report in Access you see preview you can export in RTF. Simple but functional. Many thanks to all!
by MarcoBoschi
Wed Nov 29, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Calculate total pages

How can I calculate number of pages in a print using for instance PRINT oPrn NAME "My Print" PREVIEW PAGE WHILE !EOF() some instruction like Prn:Say( nRow, nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT does exist a clause that permits ...
by MarcoBoschi
Wed Nov 22, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5873

Interesting discussion with ChtGPT

... and applicability of languages like it in today's tech landscape. Cyclical Trends: In software development, there are often cyclical trends. For instance, there was a move away from monolithic applications towards microservice-based architectures, and now there are discussions about "monoliths ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

hb_cdxPageSeekKey how to intercept this error

... I have a question: How can I create a little prg that during execution go into this error in order to study the way to intercept it and for instance perform a reindex or simply try write a personlized error.log? it's painful when it happens marco
by MarcoBoschi
Wed Oct 18, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 768
Next

Return to advanced search