Search found 1049 matches: later

Return to advanced search

Re: Centrar texto VERTICALMENTE

... typography in the PDF is not good. I guess the best solution must be to use HaruPDF. For now i have what i wanted, i will leave this matter for later. Thank you so much
by FiveWiDi
Tue Apr 09, 2024 7:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 443

Re: Question about wfReadUrl()

...         ; xDownWeb := "https://curato.be"   ENDCASE The result is put into the variable xDownWeb which I use later to perform a download. The code of the wfReadUrl() can be found in this topic. Is that enough information? Thank you.
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2744

Re: FWErrorsys()

...  ? "Next, you will see FWH Error Dialog"return nil Please just run the sample and see how your MyFunc() is exeucted first and later FWH's ErrorDialog() is executed.
by nageswaragunupudi
Wed Apr 03, 2024 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1819

Re: Talking to your apps

It seems that we have to setup our spoken language in windows. Mine was not setup and I get a system dialog saying to install and download a language pack. No time at this moment. Try later ...

Speech Recognition error...
by Marc Venken
Fri Mar 29, 2024 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3838

Re: New FWH 24.02

... error xLINK: error: Unresolved external symbol '_GetDCBrushColor referenced from FiveHCM.lib(CTRL2CHR.obj)'. This problem is happening FWH version later than 22.03. WIth FWH 22.03 everything is going well. I tried FWH 23.07 and 23.10, but just like FWH 24.02, this error occurs. How can I solve ...
by driessen
Mon Mar 11, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 35
Views: 6920

Re: To Nageswrao Del Objs on TscrollPanel

...     :GoToPos( MIN( n, oPanel:nScrollRange ) )      :Refresh()   ENDreturn .t.  We'll look into other issues later https://i.postimg.cc/FFD9FZgb/nnn.jpg while deleting some records I noticed that some buttons cannot be pressed and when they ...
by Silvio.Falconi
Tue Mar 05, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 652

Re: To Nageswrao Del Objs on TscrollPanel

... MIN( n, oPanel:nScrollRange ) )      :Refresh()   ENDreturn .t.  We'll look into other issues later
by nageswaragunupudi
Tue Mar 05, 2024 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 652

Re: XIMAGE

Yes.
Set
Code: Select all  Expand view
oImage:lCanPaste := .t.


Later you can copy any image from any where and then in the RightClick menu select "Paste"
by nageswaragunupudi
Tue Mar 05, 2024 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 382

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: 2841

Re: Google Graph extra graphic ? (Navaro)

... (google gauge) oWebView:SetHtml( Html2()... // Graph 2 (google bar) the call in the ON Init will be more complex Just to know if possible for later use...
by Marc Venken
Thu Feb 22, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2841

Re: Google Graph extra graphic ? (Navaro)

... cronologic sequence SER0 - SER2 (will be ser 5) are the 6 servo's values and the values that the gauges will show. For testing now 3 are used. later on, the xbrowse will containe server input data from arduino, all specified with a PROG ID and a field like SER0, SER1,... TMP1, TMP2,... AIR1,AIR2,.... ...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2841

Re: Problem with FiveWin and PDF995 on Windows 11.

As we suggested above, use TPrinter():lUseHarufPDF := .t. before executing PRINT command. Not inside PRINT/ENDPRINT Also please try to use later methods of Tprinter. Please try this sample as it is: #include "fivewin.ch"REQUEST FWHARUfunction Main()   TPrinter():lUseHaruPDF ...
by nageswaragunupudi
Wed Feb 14, 2024 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1197

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... reason. May I request Mr. Ertan to kindly inform if he always sees "ANSI GET" and does it change or not change to "UTF8 GET" later on? Thanks in advance for your help.
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54236

Re: Mark field as required

... to contain only those records with missing "required" data. This allows the user (or any other user) to find the missing data at a later time and update the record.
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1774

Re: MySql vs Oracle

... have to put your app on the internet .. and I do not care how diligent or you pay a hi-powered security person .. you will be a target sooner or later ... Rick Lipkin
by Rick Lipkin
Fri Jan 26, 2024 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1630
Next

Return to advanced search