Search found 16539 matches: fivewin

Return to advanced search

Error en Listbox.

... =========== Path and name: C:\AFuentes\AdmProp\Sistema.exe (32 bits) Size: 3,243,008 bytes Compiler version: Harbour 3.1.0dev (Rev. 17222) FiveWin Version: FWH 12.06 Windows version: 6.1, Build 7601 Service Pack 1 Time from start: 0 hours 0 mins 4 secs Error occurred at: 24-03-2024, 19:23:58 ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 51

Re: WebView resize

Hello friends, I tried to map the FiveWin components 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 ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 309

XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... que deba ingresar,,, algunos se llenaran manual (GET) y otros se seleccionaran(COMBOBOX y/o CHECKBOX), pero en la misma columna, se puede hacer en fivewin.. Por lo menos en columnas separadas lo he hecho, pero ahora lo necesito en una sola columna. Se puede hacer ??? alguien que tenga un ejemplo...
by elmoiquique
Thu Mar 21, 2024 6:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 4
Views: 131

Re: Question about performance RowSet

nageswaragunupudi wrote:
Run time error:

Which version of FWH did you test with please?


Mr Rao,
Fivewin 23.10 xHarbour 123, BCC 77.
by Eroni
Thu Mar 21, 2024 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: Fivewin Wiki

Thank you very much Enrico!
by hua
Sun Mar 17, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: TITLE CLASS BUG with oDLg TRansparent

... the code. ¿Que tal? Si te gusta, publicaré el código. https://imgur.com/vZ67LOJ https://i.imgur.com/vZ67LOJ.png I LOVE FIVEWIN!! hahahahahaha, Regards, saludos. You still haven't understood anything!!!! and you insist on taking the piss out of me look at your image, ...
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 272

Re: TITLE CLASS BUG with oDLg TRansparent

What about? If you like it, I'll post the code.

¿Que tal? Si te gusta, publicaré el código.

https://imgur.com/vZ67LOJ

Image

I LOVE FIVEWIN!! hahahahahaha,

Regards, saludos.
by karinha
Sun Mar 17, 2024 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 272

Re: Fivewin Wiki

This is a working sample: #include "Fivewin.ch"#define xlMaximized -4137FUNCTION MAIN()    LOCAL oExcel := CREATEOBJECT( "Excel.Application" )    LOCAL oSheet    oExcel:WorkBooks:Add()  ...
by Enrico Maria Giordano
Sun Mar 17, 2024 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

Dear Hua,

https://github.com/search?q=repo%3AFiveTechSoft%2FFiveTech_wiki%20excel&type=code

There are many more results on these forums about Excel

What exactly are you looking for ?
by Antonio Linares
Fri Mar 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Fivewin Wiki

How to search for wiki content on the site https://github.com/FiveTechSoft/FiveTech_wiki ?
I am trying to find the code snippets for Excel
by hua
Fri Mar 15, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 505

Re: Visual FiveWin?

Querido Joao, Hace tiempo que no tenemos noticias de Patrick Fan. Sería interesante enviarle un email y saber si sigue con el desarrollo y de paso saber como está :-) muchas gracias Lástima: desde 2011 ninguna message. https://code.google.com/archive/p/visualfw/downloads ¿Patrick Fan si...
by karinha
Wed Mar 13, 2024 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual FiveWin?
Replies: 2
Views: 231

Re: Visual FiveWin?

Querido Joao,

Hace tiempo que no tenemos noticias de Patrick Fan.

Sería interesante enviarle un email y saber si sigue con el desarrollo y de paso saber como está :-)

muchas gracias
by Antonio Linares
Wed Mar 13, 2024 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual FiveWin?
Replies: 2
Views: 231

Visual FiveWin?

Buen día. ¿Qué pasó con este proyecto? ¿Ha sido abandonado para siempre o continuará algún día?

Visual FiveWin:

https://www.geocities.ws/ksfanhk/freeware.htm

Gracias.

Regards, saludos.
by karinha
Wed Mar 13, 2024 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual FiveWin?
Replies: 2
Views: 231

Different sizes of dialog

... type) with 1280X800 resolution (Win10) because every time I have to recompile my applications, I use to create my dialog these commands #include 'fivewin.ch'#include 'constant.ch'   local  nBottom   := 43  // medie   local  nRight    := 125.4   ...
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 108
Next

Return to advanced search

cron