Search found 352 matches: notes

Return to advanced search

Re: FWH 24.02 new Class TWebView2

... pues el resultado nos viene automaticamente de vuelta. SendToFWH() solo se usa para hacer llamadas desde javascrip al EXE, y si, es posible que notes algunas diferencias con la anterior clase TWebView. El método Return() aun no está muy claro como hemos de implementarlo, hay que hacer pruebas ...
by Antonio Linares
Wed Mar 13, 2024 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: WebView2 Essentials: Guides, Tips & Resources

... WebView_GetValues(cCalls, cJsonResult, hWebView): A function for retrieving values from the web view, possibly used in callbacks or bindings. Notes: The code seems to manage an array aWebViews to keep track of web view instances. The usage of inline C-like functions (e.g., WebView_Create, ...
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: phpBB to LLM

This is the type of csv file that we have to generate from a DBF: customer.csv ID,FIRST,LAST,STREET,CITY,STATE,ZIP,HIREDATE,MARRIED,AGE,SALARY,NOTES 1,Homer,Simpson,32179 Maiden Lane,Springfield,IL,20503-8202,1992-09-18,True,50,5900.0,This is a test for record 1 2,Ceci,Gibbard,9540 Raynes Park ...
by Antonio Linares
Fri Dec 22, 2023 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: copy a row of xbrowse

... For generating new unique IDs for the pasted rows, you could use a function that generates an ID not currently used in `oBrw:aArrayData`. ### Notes - Ensure that `oBrw:aSelectedRows` contains the indexes of selected rows in `oBrw:aArrayData`. This might require additional implementation based ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5788

Re: Convert a print to Rtf or doc

... printed in the report. The procedures PrgInit and PrgExit initialize and clean up system settings at the start and end of the program. Important Notes Data Customization: The data provided in the aData array should be adjusted according to actual requirements. HTML Templates: External HTML templates ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

... fonts, colors, alignment, paragraph formats, list formats, etc. Structure: Tags defining the document's structure, such as section headings, footnotes, endnotes, margin notes, etc. Elements like Tables and Images: References to other files in the DOCX archive that contain images, tables, and ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Help splitting up a character address string

Rick, why searching your notes? Ask ChatGPT: Additional Details: ' harbour' :' Help splitting up a character address string Postby Rick Lipkin » Tue Nov 14, 2023 9:29 pm To All I seem to have lost my ability to substring an Address field ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

SetAutoHelp

... the F1 help. Any suggestions for making both work ... F1 for the context sensitive help in the manual, and F2 so the user can write their own help notes ? I figured I'd ask first since it might be a simple solution with the existing source code.
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 193

Re: not ISOEM(), ISANSI() or IsUTF8()

...  // Now, we can keep the OEM dbf in a safe place   // stop using it and start using UMLANSI.DBF in its place   // from now onwardsreturn nil NOTES: NO UNICODE and NO CODEPAGE Please keep it simple for this Test =========================== But the problem with the DBF of Mr. Jimmy is not as ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: Question about xBrowse

Now how do I know the new value after editing the cell? oCol:Value Notes: Do not use this for validation. This is called when the modified data is already written and also if the old data is different from the new data written. This codeblock is meant for ...
by nageswaragunupudi
Mon Aug 21, 2023 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrowse
Replies: 6
Views: 284

Re: How to print character sigma in Haru?

Some notes for information: FWH does not provide THaruPDF class. Instead we have FWPDF class derived from TPDF class. PDF internal font list: CourierCourier-BoldCourier-ObliqueCourier-BoldObliqueHelveticaHelvetica-BoldHelvetica-ObliqueHelvetica-BoldObliqueTimes-RomanTimes-BoldTimes-ItalicTimes-BoldItalicSymbolZapfDingbats  ...
by nageswaragunupudi
Wed Aug 16, 2023 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 322

Re: DBF to Excel Sheet, without Excel, using ADO ?

Notes: 1. I do not have access to PC without Excel installed. I like somebody to test if these functions work on such a PC. I remember Mr. Vilian worked on it long before. Mr. Vilian, If you see this post, can you share your ...
by nageswaragunupudi
Wed Aug 09, 2023 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2581

Re: Aplicación para Android

if you need to use an FW application on android I recommend it
https://www.winflector.com/english/android-notes.html

Maurizio
www.nipeservice.com
by Maurizio
Tue Jun 20, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 590

Numeric alignment with oPrn:SayText( )

... do not get the desired result. I am working with numbers in columns, and they should all align based on the right-most digit. Based on the release notes, L, R, T, B should work to align the output. However, R does not right align the output, and in fact, it is not addressed in the source code as ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 534

Re: FWString() : how to add "Keywords"

Notes: By default FWH handles 6 languages and each of these languages has its own ID from 1 to 6. 1 English, 2 Spanish, 3 French, 4 Portugese, 5 German, 6 Italian We can add more languages using FWAddLanguage(). We will not ...
by nageswaragunupudi
Tue Apr 04, 2023 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 728
Next

Return to advanced search