Search found 1352 matches: view

Return to advanced search

Re: Clase Nativa MySql

Como ser, quiero saber como saber la ultima consulta que que hizo (query)


Code: Select all  Expand view
? oCn:cLastSQL


Also you can view last 10 sql statements executed
Code: Select all  Expand view
XBROWSER oCn:aSQL


This works from FWH2102 onwards.
by nageswaragunupudi
Mon Feb 05, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1872

Re: How to convert a Date to an Unix TimeStamp?

... FW_DateToUnix( MyDate ) //168486480000  But in https://www.timestamp-converter.com/ , I'm having a different result(as you can view bellow). Do you know why ? https://i.imgur.com/uvNARPC.jpg
by vilian
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: HTML code in a TPanel class

... > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 ...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1360

Re: Cambiar Tree Completo Sobre xBrowse (solucionado)

...        END  @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder How can I switch to a tree view in the same xbrowse and viceversa? And when I'm in the tree view how can I use a combobox to select the tree indexes and use the customer search ...
by Silvio.Falconi
Mon Jan 22, 2024 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 766

Re: Browse Json

We can view a structured Json using either FW_MemoEdit() or XBrowse this way. This apply to any complex Json and Json arrays. #include "fivewin.ch"function Main()   local cJson, hHash, oTree  ...
by nageswaragunupudi
Thu Jan 11, 2024 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: WebView2 Essentials: Guides, Tips & Resources

... Class from FIVEWIN ChatGPT The provided code is a class definition for TWebView, a custom class presumably designed to interface with a web view control, possibly for embedding web content in a desktop application. The class seems to be written in a language that resembles Harbour, a Clipper-compatible ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Insert a TUrlLink into xbrowse

... and the possibility of opening a popup, that is, I will give you a practical example in the management of my school's warehouse items, I need to view the item codes and see (already displayed) only those for example which have handling (warehouse loading/warehouse unloading)
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 499

Back after 10 years due to illness [ Javier Lloris ]

... programming, making backups and trying to catch up on everything new, testing and documenting the new program that I am going to publish and reviewing the forum at the moment, I have been quite busy for three weeks. (some disk and pendrive have given me a bit of trouble to recover the backups ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Alternativas para graficos [ Javier Lloris ]

... dos archivos mas comprimidos, échale un vistazo al archivo de ayuda. https://drive.google.com/file/d/1Mqfm-jg6aPB-lgNfR8hnSSY59ovWWFJ_/view?usp=drive_link Espero que te sirva y que tengas mucha salud y felicidad. Un abrazo; Javier Lloris javierllorisprogramador@gmail.com Blogs personales: ...
by jll-fwh
Sun Dec 10, 2023 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alternativas para graficos [ Javier Lloris ]
Replies: 3
Views: 513

Small buttonbar at x,y

How is it possible that I can't view the buttons in a ButtonBar? I wish Use the sample samples\barchange.prg, developed by Cristobal Navarro but the buttonbar must be insert down a xbrowse so I use Newat() method barchange.prg with Newat() ...
by Silvio.Falconi
Wed Dec 06, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 748

Re: copy a row of xbrowse

... been saved in the acopy variable I copy a record from the first xbrowse with the "copy" option I go to the second xbrowse I paste when I view the popup menu the "copy" option is always disabled while it should be re-enabled after copying #include "fivewin.ch" static ...
by Silvio.Falconi
Tue Dec 05, 2023 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Re: New FTDN October/Octubre 2023 (FWH 23.10)

Agosto, Septiembre, Octubre 2023 ================================ * Fubción WebPageContents() en imgtxtio.prg: En caso de URLs inexistentes devuelve NIL, mientras que se espera que el valor de retorno sea siempre un valor de carácter. Ahora se ha corregido para que devuelva "" en lugar de ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Convert a print to Rtf or doc

... and similar information. 3. Displaying Data in the Browser Object The browser object oBrw is used to display the data from aData in a tabular view. Users can see and edit this data in the GUI. 4. Generating a Report By pressing a button in the dialog, the Report function is invoked. This function ...
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: 3469

Re: Convert a print to Rtf or doc

... other non-text elements. Special Tags: These are used to represent special features like tables of contents, hyperlinks, embedded objects, etc. To view the contents of word/document.xml, you can open a DOCX file with an archiving program like WinRAR or 7-Zip, and then view the word/document.xml ...
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: 3469
PreviousNext

Return to advanced search