Search found 472 matches: advise

Return to advanced search

Re: Centrar texto VERTICALMENTE

Please try these samples in the samples folder:
print01.prg
print02.prg
pdfharu1.prg
pdfharu2.prg

You can see how to generate pdfs using Word, FWH own pdf, HaruPDF, Image2pdf
Please see how simplest and one line code to print complex outputs.

And advise us what more you want us to provide
by nageswaragunupudi
Tue Apr 09, 2024 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 443

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

It appears you are using
Code: Select all  Expand view
oRowSet:ToExcel()

of FWMaria lib.
We will now include this code in TRY/CATCH block for future.

But we advise you to use oBrw:ToExcel() which is safer.
by nageswaragunupudi
Sat Apr 06, 2024 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3244

Re: XP and FWH2402+bcc7.70

Hi Friends,

Where do I get BCC 7.7 ?

Please advise me at aksharasoft @ gmail.com

-Ramesh Babu
by RAMESHBABU
Mon Mar 25, 2024 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2262

Re: Data exchange between PC and Android device on the same loca

... thing that is in the program's help (which is in English and Spanish) and being able to check and understand how to fit the pieces together, I advise you to look at it if you want to understand RX . The link is this -> https://www.youtube.com/watch?v=y6GH0FDTmEI My best wishes so that you ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 781

Re: Problem with FiveWin and PDF995 on Windows 11.

nageswaragunupudi wrote:Did you first try to build the sample I posted above with buildx.bat in the samples folder?
If you let me know if it is working for you or not, then I can advise you further


El ejemplo que publicaste al inicio funciona correctamente.

Image
by leandro
Thu Feb 15, 2024 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1196

Re: Problem with FiveWin and PDF995 on Windows 11.

Did you first try to build the sample I posted above with buildx.bat in the samples folder?
If you let me know if it is working for you or not, then I can advise you further
by nageswaragunupudi
Thu Feb 15, 2024 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1196

Re: Problem with FiveWin and PDF995 on Windows 11.

Also we advise using the PRINT commands from print.ch rather than directly using the methods.
by nageswaragunupudi
Thu Feb 15, 2024 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1196

Re: Error: FWH2206 Parte1

We also advise using TXImage instead of TImage and you can dispense using freeimage.dll prg:   REDEFINE XIMAGE oBmp ID 501 OF oDlg RESOURCE "TSSEM" rc    CONTROL         "", ...
by nageswaragunupudi
Sun Feb 11, 2024 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 981

Re: Mr. Rao EOF() BOF() not working wirh RecSet

... while oData:RecNo() <= nRecs   // do whatever   oData:Skip( 1 )enddooData:GoTo( nSave )   Note: We advise to use RecSet class if and only if the table is very large and there is no other go but to read and browse the entire table. In all other cases ...
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 416

Re: link between PRG and RC

Dear Antonio, I would really have liked to go with your advise, but now I found out that in our company we use Borland C. So I will have to stick to Borland C too. Thank you very much... again kind regard ruth Dear Ruth, It is fine, FWH supports both ...
by Antonio Linares
Tue Jan 30, 2024 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1654

Re: link between PRG and RC

Dear Antonio,
I would really have liked to go with your advise, but now I found out that in our company we use Borland C. So I will have to stick to Borland C too.
Thank you very much... again kind regard
ruth
by Ruth
Tue Jan 30, 2024 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1654

Re: link between PRG and RC

Dear Ruth, I meant what C compiler do you plan to use with Harbour: Borland C or Microsoft C ? My advise is to use Microsoft C for both 32 & 64 bits apps. You can freely download it from here: https://visualstudio.microsoft.com/ When you install it, please ...
by Antonio Linares
Tue Jan 30, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1654

Re: Strange behavior of xBrowse

Ok.
Before that
just do this oneline test and still you have problem, we will advise more.
Code: Select all  Expand view
XBROWSER aData

Do you still face the same problem?
by nageswaragunupudi
Sun Nov 26, 2023 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 772

Re: xBrowse - Dates - FWH 2310

ok, thanks for the info

then lets wait for Mr. Rao advise
by Antonio Linares
Fri Nov 10, 2023 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1443

Re: Get real date from the Internet

... here: http://xharbour.org/index.asp?page=download/windows/required_win I have upgraded my xHarbour and BCC versions. Thank your very much for your advise. -Ramesh Babu P
by RAMESHBABU
Mon Oct 23, 2023 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4460
Next

Return to advanced search