Search found 946 matches

by Richard Chidiak
Sat Dec 14, 2013 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What about FWH 13.10 and 13.11?
Replies: 25
Views: 5886

Re: What about FWH 13.10 and 13.11?

Hello

I also think 1 update fully tested every 3 months is enough

Actually i only update fwh once or twice a year to a max in order to always stabilize a production version

My 2 cents

Richard
by Richard Chidiak
Thu Dec 12, 2013 8:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Convert dbf to Xsd
Replies: 5
Views: 1159

Re: Convert dbf to Xsd

James

I did not mean data (my mistake) but structure, i wondered if there was a utility.

It is ok i generated the xsd file , it was urgent for me.

The xml file was adapted accordingly.

Regards

Richard
by Richard Chidiak
Mon Dec 09, 2013 6:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: harbour for MSVC 2013?
Replies: 7
Views: 1655

Re: harbour for MSVC 2013?

Hakan

I use MSVC 2012 , in order to generate a xp compatible exe you must have at your link options

/nologo /subsystem:WINDOWS,5.01 /force:multiple /NODEFAULTLIB:libc /nxcompat:NO /machine:X86 /Ignore:4006

I have not yet tested MSVC 2013, will do in january

Hth

Richard
by Richard Chidiak
Mon Dec 02, 2013 8:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Convert dbf to Xsd
Replies: 5
Views: 1159

Convert dbf to Xsd

Good morning

Is there a class that allows to convert data to xsd format ?

If anyone has a sample to share,

Thank you

Richard
by Richard Chidiak
Mon Nov 25, 2013 9:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse line height
Replies: 2
Views: 517

Re: Xbrowse line height

It would be nice if we can have such feature in the future

Just a wish to Santa :D
by Richard Chidiak
Sat Nov 23, 2013 6:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse line height
Replies: 2
Views: 517

Xbrowse line height

Mr Rao I need to show an image in a particular column of Xbrowse, The image is not always present. Some lines have an image some do not. My concern is to be able to set the line height for each line of the browse. Lines with images will have a row height bigger than those without images. Is there a ...
by Richard Chidiak
Tue Nov 12, 2013 6:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Folder - Enable/disable
Replies: 4
Views: 792

Re: Folder - Enable/disable

You can also write it this way

oFld:aEnable[2]:=.F. // this will disable tab 2

Richard
by Richard Chidiak
Thu Nov 07, 2013 2:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3270

Re: Problem Clicking on Fields in Dialog

Darrel

I have been through this one , remove the caption from dialog definition for child dialogs

STYLE WS_CHILD|DS_3DLOOK|WS_CAPTION|WS_VISIBLE

Replace with

STYLE WS_CHILD|DS_3DLOOK|WS_VISIBLE

Hth

Richard
by Richard Chidiak
Wed Nov 06, 2013 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2012
Replies: 9
Views: 2592

Re: MSVC 2012

Problem solved

An update for Msvc 2012 was necessary

Now applications built with Msvc 2012 run OK on windows xp also :D

Thanks for your help

Antonio : I will send you an updated file for uestudio

Richard
by Richard Chidiak
Wed Nov 06, 2013 7:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: OT: URGENT - Need Input
Replies: 21
Views: 4793

Re: OT: URGENT - Need Input

James

A Ms update can also be the problem

Richard
by Richard Chidiak
Wed Nov 06, 2013 6:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: OT: URGENT - Need Input
Replies: 21
Views: 4793

Re: OT: URGENT - Need Input

Tim Check this http://blogs.msdn.com/b/chinmay_palei/archive/2011/01/16/windows-7-application-compatibility-issues-fix-centre.aspx http://scorpionqa.wordpress.com/2010/01/25/how-to-locate-your-hidden-virtual-store-in-windows-7/ http://www.interworks.com/blogs/dsmith/2011/09/21/disabling-windows-7-vi...
by Richard Chidiak
Tue Nov 05, 2013 10:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2012
Replies: 9
Views: 2592

Re: MSVC 2012

Using same parameters do not work for me.

If you use Uestudio, do you mind sharing the application file or any other make file ?

Thank you

Richard
by Richard Chidiak
Tue Nov 05, 2013 10:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: URGENT - Need Input
Replies: 21
Views: 4793

Re: OT: URGENT - Need Input

Tim You should check for virtualization and get rid of it if present. This can multiply instances of a file and then your application won't find it as expected. I had similar problems with a configuration file we used in our software that was in windows folder. My 2 cents. You can disable virtualiza...
by Richard Chidiak
Tue Nov 05, 2013 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2012
Replies: 9
Views: 2592

Re: MSVC 2012

Fernando from what i read Service Pack 1 of Visual Studio 2012 is required, i am going to update. Did you succeed building with this flag ? I get an error at execution under xp can not find procedure entry point lcmapstringex in kernel32.dll Antonio How can we set this with harbour ? it is a compile...
by Richard Chidiak
Mon Nov 04, 2013 12:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2012
Replies: 9
Views: 2592

MSVC 2012

Hello Is anyone using MSVC 2012 in production yet ? If yes how did you set for windows xp compatibility ? Applications build with msvc 2012 will not run native with xp or vista From MSDN http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx The problem as far as i understood (hope i am wro...