Search found 583 matches

by richard-service
Mon Apr 20, 2020 6:15 am
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 56
Views: 13252

Re: Tomando fotos con la webcam

Funcionando correctamente con Windows 10 y FWH 20.02 y Borland bcc 7 Working fine using Windows 10 and FWH 20.02 and Borland bcc 7 Full source code below the image https://github.com/FiveTechSoft/screenshots/blob/master/phtos_prg_demo.PNG?raw=true photos.prg #include "FiveWin.ch" #include...
by richard-service
Sun Apr 19, 2020 4:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 56
Views: 13252

Re: Tomando fotos con la webcam

leandro wrote:No Cristobal, no funciono :(

Image

Voy a intentar con VS y comento.
Same as me. Any solution?
by richard-service
Sun Apr 19, 2020 6:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview report title name not support Unicode?
Replies: 5
Views: 1383

Preview report title name not support Unicode?

Hi

Preview report Title name Chinese below:
Image

But view printer Report situation show Garbled below:
Image

My customer not find report name and look Garbled.
Unicode problem?
by richard-service
Fri Mar 27, 2020 11:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Export to PPT file?
Replies: 0
Views: 1518

How to Export to PPT file?

Dear

I have some Title( char(100) ) and JPG files.
How to Export to PPT file( PowerPoint )?
by richard-service
Fri Mar 20, 2020 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode Report
Replies: 0
Views: 1598

Unicode Report

Dear Mr.Rao This is Ansi/Big5 DBF and No use any Unicode/UTF8 from my old PRG Don't set SIZE and it's auto control width { "CUST_NO"   , "C", 10, 0 },;  && 客戶編號 { "CUST_CNM2" , "C", 12, 0 },;  && 客戶簡稱 COLUMN TITLE "客戶編號"   DATA (::cDB...
by richard-service
Wed Mar 18, 2020 6:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3577

Re: OT: How are we doing ?

We are currently living a normal life. Reduce the number of people entering and leaving places and unnecessary trips abroad.
Of course, you must wear a mask when you go out. Wash your hands frequently
by richard-service
Mon Nov 25, 2019 9:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Birthday Mr.Antonio
Replies: 12
Views: 2677

Re: Happy Birthday Mr.Antonio

Dear Mr. Antonio

Happy Birthday~
by richard-service
Thu Aug 22, 2019 3:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TMP3Info
Replies: 3
Views: 1114

Re: New Class TMP3Info

Hi
Good job.
by richard-service
Tue Aug 20, 2019 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1801

Re: Save as PDF

nageswaragunupudi wrote:For me, this is working correctly.

Image
Mr.RAO

But I use Office 365 personal. I will try to other Office version.
by richard-service
Tue Aug 20, 2019 9:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1801

Re: Save as PDF

Use Harbour and set HB_CDPSELECT( "UTF8" )   Then filenames with utf8 characters work. Mr.RAO I press's "Save as to PDF" button and input Chinese File name. Please Look Below: https://i.postimg.cc/KcMg5xsr/2019-08-20-171537.jpg Please look Second Screenshot. Not display Chinese ...
by richard-service
Tue Aug 13, 2019 8:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Unicode Problem

Then what do you think is the difference between your previous sample and the present sample? Can you please use your TMySql lib instead of Builtin MariaLib of FWH in the same sample we are now testing? Also please try removing HB_LangSelect(...). Mr.Rao Difference A.I have to use Set Resource to &...
by richard-service
Mon Aug 12, 2019 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Unicode Problem

nageswaragunupudi wrote:
1) Change the table and server in our example to your server and your table and see if you still get the problems, using FWH built-in MariaLib.
Can you try this and let us know?
Be changed. it's work fine.
by richard-service
Mon Aug 12, 2019 4:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Unicode Problem

Mr.Rao I just test it. input Chinese work fine. So it's next test what... Now, you need to figure out what is that difference between our sample and your application that is causing the problem for you. You are in a better position to find out the reason than me. Anyway, I can give a few hints: 1) ...
by richard-service
Sun Aug 11, 2019 5:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 5990

Re: MDI Unicode Problem

We do not think the problem is with mdi-dialog or nonmodal dialogs. The problem should be due to reasons external to this. We made this test program using mdi dialogs. We used a table "statesuni" in FWH Demo Server, so that you can test it yourself. Please copy this program to your sample...
by richard-service
Tue Aug 06, 2019 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1801

Re: Save as PDF

nageswaragunupudi wrote:Use Harbour and set

Code: Select all

HB_CDPSELECT( "UTF8" )
 
Then filenames with utf8 characters work.
Thank you