Search found 520 matches: short

Return to advanced search

Re: Filter on Xbrowse

... Selecting the filter will update the browse. 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 ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

... SetKey( "KL", {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) } ) }  This will set a keyboard shortcut "KL" to execute the `Edit_Comuni` function, which will be triggered after a short delay. I hope this helps! Let me know if you have ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: RMChart

... Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Error TESTRMC.RC 14 20: Not a positive short integer Agradezco cualquier ayuda.
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 267

Re: TUrl()/TIPClientHttp() devuelve NOCONNET

This is a short code: #include "fivewin.ch"function Main()   local cText, cCur   local aRates   := {}   cText    := WebPageContents( "https://www.bcv.org.ve/" )   for each cCur in ...
by CARLOS ATUNCAR
Tue Jan 09, 2024 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TUrl()/TIPClientHttp() devuelve NOCONNET
Replies: 14
Views: 1542

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the cu...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8425

Re: I have a question. Please help.

Yes, at least you can't return an unsigned short pointer as a character string and you haven't initialize the pointer itself.
by Enrico Maria Giordano
Fri Oct 20, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 232

Re: TUrl()/TIPClientHttp() devuelve NOCONNET

This is a short code: #include "fivewin.ch"function Main()   local cText, cCur   local aRates   := {}   cText    := WebPageContents( "https://www.bcv.org.ve/" ...
by nageswaragunupudi
Thu Sep 28, 2023 8:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TUrl()/TIPClientHttp() devuelve NOCONNET
Replies: 14
Views: 1542

AJAX - DBF - Callback

Hello friends, I have 2 tables that I populate with AJAX. I have now noticed that such a short interval between the calls, practically within a millisecond, occasionally leads to a problem with the evaluation using .done and .fail. Now I have changed the call to a callback-based ...
by Otto
Sun Jul 23, 2023 2:33 pm
 
Forum: mod_harbour
Topic: AJAX - DBF - Callback
Replies: 0
Views: 312

Re: I Harbour Lan party in Marbella

hi Antonio,
Antonio Linares wrote:we are considering to organize a Harbour Lan party with seminars, activities, etc in Marbella next August

do you mean "this" Year August :?:

i like to join it but Time is to short for "this" Year to organize it for me
by Jimmy
Thu Jul 20, 2023 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I Harbour Lan party in Marbella
Replies: 9
Views: 961

Re: Fivewin and ADO

... is Code: :nEditTypes := { 1,1,1 } i "normal" knew Code: :nEditTypes := EDIT_GET so what is Array mean :?: oBrw:anydatas := uVal is a a short cut for AEval( oBrw:aCols, { |o| o:anydata := uVal } )  Note: anydatas = 'anydata' + 's' is plural of 'anydata' oBrw:anydatas ...
by nageswaragunupudi
Fri Jun 09, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3839

Re: Connection to XPlane Flight Simulator

alvaro533 wrote:Thanks again Antonio

If there is some interest I will write a short tutorial and upload the code.

Regards

Alvaro

Yes, thanks
by cnavarro
Mon Jun 05, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1024

Re: Connection to XPlane Flight Simulator

Thanks again Antonio

If there is some interest I will write a short tutorial and upload the code.

Regards

Alvaro
by alvaro533
Mon Jun 05, 2023 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1024
Next

Return to advanced search