Search found 19 matches: amongst

Return to advanced search

Re: How to print character sigma in Haru?

Tested using SAMPLES\pdfh.prg
The font Symbol is not loaded eventhough it should be amongst the Base14

Image

Image
by hua
Wed Aug 16, 2023 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 322

Re: Class TFont different

... either PRINT oPrn NAME "Testprint PREVIEW" or PRINT oPrn NAME "Testprint" PREVIEW FILE cPdfFile I want to print a jpg logo amongst text and the vertical position of this logo is different in those two versions. My code : #include "FiveWin.ch"REQUEST FWHARU   // ...
by Detlef
Sun May 01, 2022 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TFont different
Replies: 2
Views: 311

Re: Manupulate PDF via Acrobat PRO DC

Dear Marc,

I have emailed Manuel Alvarez (Mastintin in these forums) as he is our PDFs Master amongst many other areas that he superb control :-)
by Antonio Linares
Tue Dec 21, 2021 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3675

Re: How many INDEX can create ON MySql and How to use it?

... a table. Duplicate values are not allowed: CREATE UNIQUE INDEX index_name ON table_name (column_name) Note: The syntax for creating indexes varies amongst different databases. Therefore: Check the syntax for creating indexes in your database. CREATE INDEX Example The SQL statement below creates ...
by Rick Lipkin
Fri Jun 26, 2015 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2467

Re: NEW CLASS TLayout

Daniel,

You keep being the magician of the numbers (amongst many other areas) :-)

many thanks
by Antonio Linares
Mon Sep 23, 2013 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NEW CLASS TLayout
Replies: 19
Views: 8172

Re: File not found: 'LIBCMT.LIB'

... uses PellesC as the C compiler, which it is also compatible with Microsoft VC98. In fact we use VC98 to build FWH for xharbour.com Tim Stone, amongst other FWH users, is a great expert using xharbour.com and FWH, though actually he is migrating to Harbour and FWH and Visual Studio 2012. So ...
by Antonio Linares
Fri Sep 20, 2013 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: File not found: 'LIBCMT.LIB'
Replies: 6
Views: 1208

Re: Create a DLL with xharbour

... xHarbour. If you happen to have an SVN copy of xHarbour, please look at tests/pdllbc.bat. You can even create many small DLLs which can interact amongst themselves and of course the main program.
by andijahja
Fri Nov 04, 2011 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a DLL with xharbour
Replies: 9
Views: 2901

Re: Pritpal, HBIDE developer, assist us to use it with FWH

... his subject, has just invited me to share my experiences with hbIDE in context to IDE in general and FWH in specific. I really feel honored to be amongst you and pledge to make hbIDE the most used component of your development cycle. The only requirement from your side is to provide feedback and ...
by Pritpal Bedi
Thu Jun 03, 2010 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99024

Re: dbf to Xml

... can be very useful as you can use a text editor to modify the data - sometimes doing search and replace etc. before reconstructing it. This was amongst the first code I wrote when starting out with xHarbour as I needed it to get data into my system. So it wasn't OO. But if I were writing such ...
by xProgrammer
Thu Jan 29, 2009 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbf to Xml
Replies: 31
Views: 9135

Some technical help please

Hi Antonio and other FiveLinuxers I have been playing around with the xHarbour / FiveLinux interface to C with, amongst other things, an OpenOffice library on my list of things to do. I know how to write C code, call it from xHarbour code, pass parameters to it and return values ...
by xProgrammer
Sun Oct 05, 2008 7:17 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Some technical help please
Replies: 9
Views: 3627

Some Progress

Hi Antonio I made some progress. Installed unicODBC-dev. That automatically installed unixodbc also (amongst other things) Reran make_gnu.sh but it falls over when in xharbour/source/rtl/linux/gcc and it tries to compile (gcc) strmatch.c with the following output: In file ...
by xProgrammer
Fri Aug 08, 2008 12:08 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Sockets, Threads, xHarbour and Linux
Replies: 17
Views: 5050

Controlling Tab Order

I needed to control tab order (amongst GETs) on my DIALOGS. Although I had code that was working it had some problems with Shift-Tab support and block editing so I have rehashed it somewhat. Now rather than use code blocks I have added (optional) ...
by xProgrammer
Mon Jul 14, 2008 11:39 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Controlling Tab Order
Replies: 0
Views: 595

... Two of the influences on me that have had an impact on my style are: 1. Three tier clent/server programming (that Microsoft was pushing) which amongst other things called for the separation of UI, business rules, and persistence. The UI and business rule layers had to be independant of how ...
by xProgrammer
Mon Apr 14, 2008 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12763

... I used Word from FiveWin code a number of times and it worked well. (I got off the Microsoft gravy train so I don't have 2007 so can't test that.) Amongst the things I did: FiveWin program to control word to open and convert many thousands of Word documents to straight text format so that I could ...
by xProgrammer
Mon Mar 24, 2008 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX or OLE for WINWORD?
Replies: 10
Views: 2901

... % draw a box newpath 50 400 moveto 50 300 lineto 150 300 lineto 150 400 lineto closepath stroke showpage I need to output some pretty fancy forms amongst other things. I am hiding some of the ways postscript works that run counter to how we expect them in xBase such as: postscript measures up ...
by xProgrammer
Fri Mar 07, 2008 1:05 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Five Linux Printing
Replies: 3
Views: 1203
Next

Return to advanced search