Search found 16550 matches: fivewin

Return to advanced search

Re: A picture on top of the text

Sorry to jump in .... I could use it like this : https://www.maveco.be/fivewin/overlay.png A selected small image that position as a layover in a cell in the top right or top left position in order to show that these cells need extra care. This can ...
by Marc Venken
Tue Mar 05, 2024 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A picture on top of the text
Replies: 5
Views: 303

FW_DbfSqlQuery con campos mayores de 256 carracteres

... con un problema cuando los campos CARACTER son superiores a 256 caracteres. He probado hacer las consultas mediante la función que provee Fivewin FW_DbfSqlQuery(), también mediante la conexión con ADO pero la información que me devuelve siempre es truncada. Partiendo de una tabla: CODIGO ...
by VictorCasajuana
Tue Mar 05, 2024 9:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 657

posible solucion: error __streams al usar fwh<24.02 y bcc770

... fwh anterior a la 24.02 Unresolved external '__streams' referenced from D:\FWH\LIB\FIVEH.LIB|HARBOUR he realizado este cambio al final del archivo fivewin.ch #pragma BEGINDUMP#ifdef __HARBOUR__#if defined( __BORLANDC__ ) && __BORLANDC__ >= 0x0770int _streams;#endif#endif#pragma ...
by carlos vargas
Mon Mar 04, 2024 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: posible solucion: error __streams al usar fwh<24.02 y bcc770
Replies: 6
Views: 316

Re: Por qué el error en este SELECT?

With ADO we can use MoveFirst(), Move(), etc. when the recordset is empty. It is the normal practice to check (whether fivewin, vb, c#, etc) oRs := FW_OpenRecordSet( ... )if oRs == nil   ? "failed to open"else   if oRs:RecordCount() = ...
by nageswaragunupudi
Sat Mar 02, 2024 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 295

Re: FWH 24.02 new Class TWebView2

Dear Otto, Looking in the webview2 docs I can't find a SetAllowFileAccess() https://github.com/FiveTechSoft/FiveTech_wiki/blob/main/FiveWin/WebView/microsoft-edge-webview2-reference-win32-webview2-1.0.2365.46.pdf I am going to ask Bruno about it as he already has a PDF ...
by Antonio Linares
Sat Mar 02, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2470

Re: XAMPP through PortableApps.com or Server2Go

Otto, For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and test the code with the FIVEWIN development environment (much xbrowse :-) ). If you want to work directly against html it is very easy. You go to RX Menu->Config->enable path \html, ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9468

Re: XAMPP through PortableApps.com or Server2Go

... harbour is integrated just like php. For me, it's practical that I can simply hide the TEMPLATE /ENDTEXT and then edit and test the code with the FIVEWIN development environment (much xbrowse :-) ). But maybe all this is possible with Runner rx. I'm sure Charly will post examples. Best regards, ...
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9468

Re: TUrlLink on Xbrowse

... TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of XBROWSE for This Fivewin have METHOD EditDateTime( nKey ) CLASS TXBrwColumn to popup when edit (but no Sample) Screenshot show same Trick to get DTPICK, under ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 238

Re: TUrlLink on Xbrowse

... TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of XBROWSE for This Fivewin have METHOD EditDateTime( nKey ) CLASS TXBrwColumn to popup when edit (but no Sample) Screenshot show same Trick to get DTPICK, under ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 238

Re: Connecting to a BLE device

... xHarbour bins and BCC 7.70 (you need an updated FWH version): ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 23.10 - Oct. 2023 Harbour development power │▄ │ (c) FiveTech 1993-2023 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█ ...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

... been unable to test until now. It would not compile. See below: ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 16.10 - Oct. 2016 xHarbour development power │▄ │ (c) FiveTech 1993-2016 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█ ...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: COMBOBOX

You received an error because REDEFINE COMBOBOX does not support FONT. Check fivewin.ch to always see the latest implementation of a command line. I use resources exclusively because the alignment on a complex dialog is much easier. I use the following resource ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 304

Re: FW_DbfSqlQuery GROUP BY no funciona

Thanks for your reply.
Indeed, I have seen that the problem is the SQL syntax. I am very used to using MySql for web purposes. Now it's time to learn MSSQL to be able to advance in FiveWin Harbour.
by VictorCasajuana
Tue Feb 27, 2024 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 203

MAPI Outlook HTML TEXT

Hi, using this instruction from my fivewin program I obtain a perfect message If I use Thunderbird or David Infocenter If I use Outlook no I don't see the formatted text in the body but I see it as if it were normal text DEFINE MAIL oMail ...
by MarcoBoschi
Mon Feb 26, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 515

Re: Cual es la clase ?

┌────────────────────────────────────────────────────────────────────────────┐ ?FiveWin for xHarbour 23.07 - Jul. 2023 Harbour development power │▄ ?(c) FiveTech 1993-2023 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█ └────────────────────────────────────────────────────────────────────────────┘? ...
by Antonio Linares
Mon Feb 26, 2024 7:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 534
PreviousNext

Return to advanced search