Search found 3657 matches: simple

Return to advanced search

Re: passing a value through a for..next loop

I use tdatabase and I have modify if Empty( cFilter ) oDbf:Clearfilter() else odbf:dbsetfilter( cFilter) endif But Not work It should be simple to change and make it work. I made these 6 minor changes and it works well. #include "fivewin.ch"REQUEST DBFCDXfunction Main()  ...
by nageswaragunupudi
Mon May 13, 2024 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 13
Views: 229

Re: Get infield

... carga de datos muy grande. Estimado Alejandro, Puedes poner un PRG de ejemplo para ver como lo estás haciendo ? gracias Hola Antonio: Un ejemplo simple basado \samples\inflield1.prg Solo deseo ver como hacer mas compactos los get con su recuadro, solo pude cambiar su ancho pero no la altura ni ...
by TecniSoftware
Sun May 12, 2024 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get infield
Replies: 4
Views: 104

Re: Send Emails from Fivewin application

Ruth, a simple example for you to understand better. Ruth, un ejemplo sencillo para que lo entiendas mejor. // C:\FWH\SAMPLES\RUTHMAIL.PRG#include "FiveWin.ch"MEMVAR smtpserver, serverport, sendusing, authenticate, usessl, ...
by karinha
Wed May 08, 2024 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 452

Re: get your external IP



Simple
Code: Select all  Expand view
function PublicIP()
return WebPageContents( "https://www.fivetechsoft.com/getip.php" )
 
by nageswaragunupudi
Mon May 06, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 211

Re: Filter on Xbrowse

... We all know that if we start building filters and use buttons etc... there will be alway short of options or complex screens. Now the customer simple read the filter name and select. The way I generate my filters is that I use xbrowse filter headers, fill in some data and copy the filter expression ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 752

Re: IA y Harbour Conceptos básicos

... estas llamadas, a ver que sale Lo que comentas es super interesante :-D Si conseguimos hacer las consultas a Llama3 en HuggingChat de una forma simple desde Harbour sería un avance enorme! Te ruego compartas aqui tus avances, y si necesitas ayuda en algo, solo tienes que decirlo. Puedes explicarnos ...
by Antonio Linares
Mon Apr 29, 2024 10:46 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 335

Re: combobox color

hi,
thx for The Solution, it is much simple than my Solution
by Jimmy
Mon Apr 29, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 653

Re: BCC770 and uuid.lib can not find using xMate

Sorry, I can't help you with xMate, never used it. I can with a simple batch, if you want.
by Enrico Maria Giordano
Thu Apr 25, 2024 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 145

Re: Runner XBase (RX)

... New console method: If you just 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: 10
Views: 1159

Re: RunnerXBase

... Si tu quieres solo probar pequeñas rutinas, 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: 3
Views: 815

xbrowseWeb - Work in Progress

... for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse. xbrowseWeb used as a file manager xbrowseWeb to browse a DBF file Have a ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 286

Re: ADS with 64bit FWH Apps

... used the ones from the ADS install, but still kept the current ( ADS 12 ) .lib files in my build. As he stated, the application runs. His point is simple. You can use a newer install of ADS 10, 11, or 12 with the older DLL files, but you cannot use the newer .dlls with an older version ( ie. you ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2353

Re: Centrar texto VERTICALMENTE

But de quality of the typography in the PDF is not good.

Yes. Also PDF file size is large.

I guess the best solution must be to use HaruPDF.

Yes. Simple and smaller pdf file sizes.
by nageswaragunupudi
Wed Apr 10, 2024 12:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 501

Re: Centrar texto VERTICALMENTE

... cText, oFont ) / 2 Thank you again, I can only comment on FWH classes. What all you want to do, I am sure we can do with FWH classes in a far simpler way. To print text vertically and horizontally centered on the page. No calculations required. The command is very simple: @ 0, 0 PRINT TO oPrn ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 501

Re: Ribbon y metro

Estimado Paco, > También sería interesante que fwh dispusiese de una web para pruebas unitarias donde con un simple copy-paste-run se pudiera ver la ejecución de un trozo de codigo Como podriamos implementarlo ? Haria falta un Windows virtual que funcionase en la nube en donde ...
by Antonio Linares
Sat Apr 06, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ribbon y metro
Replies: 9
Views: 6263
Next

Return to advanced search