Search found 912 matches: making

Return to advanced search

SetMultiSelectCol() on line

... "select all" action oBrw:SelectRow( 4 ) MENUITEM "Print " action NIL //PrintBrowse(oParent:cCaption,oBrw,oDbf) .... Before making the selection, I would like to check whether SetMultiSelectCol() is activated in the xbrowse and if it has not been activated, activate it on ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 0
Views: 51

Re: Google Graph extra graphic ? (Navaro)

In the samples dir there is a GoogleGraph LIB making several graphs. In the Google graph online information there is also this : https://www.maveco.be/fivewin/gauges.jpg Can it be added to the FWH Lib ? Mr. Navaro ? https://developers.google.com/chart/interactive/docs/gallery/gauge ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2822

Re: Another for Btnbmp

... can I eliminate the movement of the button? when I move the mouse over a btnbmp control the button must change color without shrinking and without making the typical movement of the button and when the button is pressed it must only call the action
by Silvio.Falconi
Sat Mar 23, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4909

Re: Question about performance RowSet

... the difference in the behavior between Harbour and xHarbour of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ) CLASS ...
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3994

Re: Question about performance RowSet

... the difference in the behavior between Harbour and xHarbour of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ) CLASS ...
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3994

Re: DATEPICKER

... is working wonderfully. Through searching the forum etc. I also found dtprang1.prg in samples and it is just what I was looking for. Thank you for making this :-) and also a polite question: is it allowed to copy what´s in samples and integrate it in someone´s own code and what copyrights etc should ...
by Ruth
Mon Feb 26, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATEPICKER
Replies: 4
Views: 218

Re: Google Graph extra graphic ? (Navaro)

> Making more than 1 panel is possible then ?

yes

> the call in the ON Init will be more complex

A little more, not too much :-)

> Just to know if possible for later use...

Yes it is
by Antonio Linares
Thu Feb 22, 2024 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2822

Re: Google Graph extra graphic ? (Navaro)

Making more than 1 panel is possible then ? oPanel1, oPanel2 also oWebview1, oWebview2 and oWebView:SetHtml( Html1()... // Graphtype1 (google gauge) oWebView:SetHtml( Html2()... // Graph 2 (google bar) the call in the ON Init ...
by Marc Venken
Thu Feb 22, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2822

Data exchange between PC and Android device on the same loca

Hello everyone. I am a FWPPC user but now I have been making small leaps towards Android. I use uhttpd.exe server (v.0.4.4 FIXED_THREADS from (c)2009 by Francesco Saverio Giudice) It WORKED very well for me when I used it to generate the HTML to the ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

Google Graph extra graphic ? (Navaro)

In the samples dir there is a GoogleGraph LIB making several graphs. In the Google graph online information there is also this : https://www.maveco.be/fivewin/gauges.jpg Can it be added to the FWH Lib ? Mr. Navaro ? https://developers.google.com/chart/interactive/docs/gallery/gauge
by Marc Venken
Tue Feb 20, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2822

Re: PepPol European Invoicing standard

The coding of this is done like older days making a html page ? Like this function tabel_html_code_OLD() cTabel:='<br><p><span style="color:#0000CD;"><strong>Enkel deze maten zijn nog beschikbaar :</strong></span></p>' ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 920

PepPol European Invoicing standard

... invoicing the same everywhere. I have seen posts that this is already so in Italy ? but unther XML. Peppol will also be XML, so the layout and making of Italy-invoices will already be the same. Is there someone that is willing to share the code for making that kind of invoices ? Not the invoice ...
by Marc Venken
Wed Feb 14, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 920

Switching my setup program to webview2

... ChatGPT. https://mybergland.com/fwforum/2neu.jpg 3) I am using the program that I posted here a few days ago with source code and am making a few adjustments. The data is read from the INI and written back. https://mybergland.com/fwforum/scini.jpg https://mybergland.com/fwforum/wvini2.jpg
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 397

Re: Mark field as required

There is a serious issue when making fields required. If the user doesn't have that information, they will likely just put anything in the field so they can save the record. An alternative is to allow the user to save the record even if ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1765

Re: link between PRG and RC

... to connect the dots :-) maybe there is a installation guide somewhere? i would highly appreciate someone telling me all the ingredients i need for making a program with fivewin - a list of necessary tools and resources? i see the source code and begin to understand slowly and gradually but compiling ...
by Ruth
Tue Jan 30, 2024 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1652
Next

Return to advanced search