Search found 4527 matches: html

Return to advanced search

Re: Runner XBase (RX)

... want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML code (with the possibility of embedding prg code like php does). https://fivetechsupport.com/forums/viewtopic.php?f=46&t=44414&p=269525#p269525 ...
by Carles
Sat Apr 20, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 7
Views: 985

Re: RunnerXBase

... entonces entra, empasta codigo y ejecuta. Puedes ejecutar rutinas en modo PRG (puedes probar una simple rutina Harbour) o puedes ejecutar código HTML (con posibilidad de empotrar código prg como lo hace php). Modo PRG https://raw.githubusercontent.com/carles9000/carles9000.github.io/main/resources/gif/console_prg.gif ...
by Carles
Sat Apr 20, 2024 4:57 pm
 
Forum: mod_harbour
Topic: RunnerXBase
Replies: 2
Views: 286

Build a Llama3 chat this easy!

Neutral Llama3-70B: https://hf.co/chat/assistant/66238e78096b24c9dad9457c HTML coder: https://hf.co/chat/assistant/662377ce85d25157ea9e226f I Ching interpreter: https://hf.co/chat/assistant/662364ce489a6d5b293955df Yoda adviser: https://hf.co/chat/assistant/662368bd817f3c377864d5c8
by Antonio Linares
Sat Apr 20, 2024 7:34 am
 
Forum: Artificial Intelligence examples
Topic: Build a Llama3 chat this easy!
Replies: 0
Views: 41

Re: error to show pdf on dialog

Sorry Marc, I didn't understand the question. Do you want to open an HTML?

Tks.

Regards, saludos.
by karinha
Fri Apr 19, 2024 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 680

Re: RMChart

... https://www.4shared.com/zip/qvvIv1niba/rmChart_v412_.html http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=17133&start=195#p106429 http://www.pctoledo.com.br/forum/viewtopic.php?f=43&t=24931 ...
by karinha
Thu Apr 18, 2024 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 210

Re: Runner XBase (RX)

Thanks
Chinese - Big5 need only set from <html> since it's using eng codepage from harbour/xharbour
by fred2088
Sat Apr 13, 2024 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 7
Views: 985

Re: Consulta TWebView2 - pase de informacion

Estimado Enrique,

> pasar informacion de FWH a HTML

Usa oWebView:Eval( cJavaScriptCode ) desde FWH
by Antonio Linares
Sat Mar 30, 2024 10:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta TWebView2 - pase de informacion
Replies: 4
Views: 913

Consulta TWebView2 - pase de informacion

... graficos, usando la potencia de las herrmientas web que se pueden mostrar, revisando los ejemplos no veo alguno de como pasar informacion de FWH a HTML, por ejemplo si quiero mostrar un grafico con las ventas anuales, debo hacer la consulta SQL y obtener los datos, eso esta claro, pero que es mejor, ...
by Enrrique Vertiz
Sat Mar 30, 2024 10:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta TWebView2 - pase de informacion
Replies: 4
Views: 913

Re: WebView resize

... Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Fulltext-Search

Hello freinds, To search in different file types such as *.prg, *.html, and *.docx, you can combine multiple Get-ChildItem commands, each with a different filter, and merge the results with the pipeline operator (|). Best regards, Otto (Get-ChildItem ...
by Otto
Mon Mar 18, 2024 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1247

FWH 24.02 nueva Clase TWebView2

... oWnd, lLoginfunction Main()   local oWebView   lLogin := .f.   oWebView := TWebView2():New(NIL,.F.)   oWebView:SetHtml( Html() )   oWebView:SetTitle( "FWH 2404 - WebView2" )   oWebView:SetSizeWnd( 675, 675 )   oWebView:SetUserAgent( ...
by csincuir
Sat Mar 16, 2024 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 7
Views: 1258

Re: Expertos en expresiones regulares

Armando, mira se ayuda: https://docs.netapp.com/us-en/oncommand-insight/config-admin/regular-expression-examples.html#example-14 https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html http://www.hmgforum.com/viewtopic.php?t=3382 ...
by karinha
Thu Mar 14, 2024 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 1334

Re: WebView resize

... nlink)   local hPost := {}   local cHtmlOrUrl :=  "C:\fwh2023\samples\address.html"   oWebView := TWebView():New( , hWnd )   oWebView:bOnBind = { | cJson, cCalls | ;      ...
by Otto
Sat Mar 09, 2024 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

WebView resize

... h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been resized. Here's the relevant code snippet: h['oDlg']:bResized := ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099
Next

Return to advanced search