Search found 21 matches: suits

Return to advanced search

Re: Web programming with Mod Harbour

... to work with its core features. Additionally, be prepared to explore and experiment with the available web frameworks to find the one that best suits your needs. Java Course in Pune
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 329

Re: galería de imágenes

Can you see if MDI application suits you? Please try this and let us have your response. function Main()   local oWnd, oBar   local aImages := nil   DEFINE WINDOW oWnd MDI   DEFINE BUTTONBAR oBar OF oWnd SIZE 100,32 2007   DEFINE ...
by nageswaragunupudi
Sun Jan 17, 2021 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17066

Re: To Otto

... you need. Syntax almost 1: 1 to FIVEWIN. I prefer HTML and JAVASCRIPT. With my HARBORINO preprocessor, I can assemble everything in a way that suits me personally. Again, install TWeb so you can see how easy it is. I get a lot from TWeb. TWeb is an impressive template for me. Best regards, ...
by Otto
Mon Dec 14, 2020 12:45 pm
 
Forum: mod_harbour
Topic: To Otto
Replies: 9
Views: 1055

Re: AscW() function

Yes, the HB_UTF8Asc() function suits me, but it is not available for FWH18.06
by Natter
Tue Jun 11, 2019 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AscW() function
Replies: 24
Views: 2023

Re: Rpreview issues - PDF

... because you already have it and use FWH's default in case of documents with color backgrounds and particularly water marks. You may decide which suits which document the best. The biggest advantage of using Image2PDF is that it produces pdf with very tiny size and are suited well for attaching ...
by nageswaragunupudi
Wed May 01, 2019 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7517

Re: Setup Barcode system in FWH

... place items into inventory, and later to sell them ( place on an invoice ). Make a list of where you want to use barcodes, then find a reader that suits your needs, and can read the codes associated with the items you will be scanning. After that, programming routines for the reader will be simple. ...
by TimStone
Tue Mar 12, 2019 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6340

Re: How to get (return) current Query MySql (FWMARIADB)?

... "where id = 1" } )// LateroRs:ReQuery( { "where id = 1 or id = 2" } )  Alternatively, if this suits: cSql := "select * from customer where id between ? and ?"oRs := oCn:RowSet( cSql, { 1, 1 } )// LateroRs := oCn:RowSet( ...
by nageswaragunupudi
Thu Jul 12, 2018 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get (return) current Query MySql (FWMARIADB)?
Replies: 4
Views: 636

Re: Dialog controls are flickering when resized..

... it in Resource as Dialog then re-assign the object's parent to Child window.. User can open multiple window and just cascade or tile whatever suits their style in data encoding/analysis.. or maybe it just me. :P Maybe there is a way not to flicker the Group :?: :idea:
by fraxzi
Wed Jun 20, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog controls are flickering when resized..
Replies: 34
Views: 9226

Re: Insert Into MySQL tables in different connections .. you can

... or unique key. (very bad programming practice) Zap the table on the remote and export the full table again You can now choose the method that suits your case.
by nageswaragunupudi
Thu May 03, 2018 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert Into MySQL tables in different connections .. you can
Replies: 12
Views: 2246

Re: FWHMARIADB Samples

... on WAN/Cloud ? 1: Advantages of using ADO ADO offers good and reliable performance and is a well-tested product. It is also highly scalable and suits large muti-user applications. If the application is required to be adopted to different RDBMSs like MySql, MSSql, etc., it is desirable to choose ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20774

Re: FWH: MySql/MariaDB: RowSet object

... these records to the main rowset as and when time permits. When to read and the size of the chunks depends on the programmer's choice that suits the interface planned. Whether to read with a Timer or to read when user reaches EOF, etc are best left to the programmer. But the main problem ...
by nageswaragunupudi
Wed Oct 05, 2016 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19790

FWH : Unicode Gets and RowSet

... HB_UTF8LEN( cVar ) --> Length in Characters. In the case of English, Len( cVar ) is always the same as HB_UTF8LEN( cVar ) This default behavior suits XBase applications. Character field with length 15 can strore maximum of 15 byte of text whether ANSI or Unicode. So in effect maximum Unicode ...
by nageswaragunupudi
Sat Oct 01, 2016 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2874

Re: chr

You will have to use a font that contains those symbols. In windows there is a font called Symbol that has the 4 playing card suits in them. You can see them if you run charmap program in windows. In Symbol font they are decimal 167, 168, 169, and 170.
by Gale FORd
Fri Feb 12, 2016 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chr
Replies: 1
Views: 433

Re: Tfilter Class

Antonio, I use this for my app for sample I wish show (on a xbrowe) all customers of a city or Region or By saving a file suits research I can see in a moment what I want to see. Another example: I have a small program to the family budget. Use the calss Tfilter to try the movements ...
by Silvio.Falconi
Tue Jan 27, 2015 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfilter Class
Replies: 11
Views: 3028

Re: tDolphin and xBrowse fields definition..

... OF oWnd COLUMNS aCols DATASOURCE oQry CELL LINES This code will be clear for us to understand and maintain even after years. This approach also suits parametrized browses. In addition we can save the specs to disk and retrieve. Example: Memowrit( "specs.txt", FW_ValToExp( aCols ) ) ...
by nageswaragunupudi
Sat Oct 01, 2011 3:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tDolphin and xBrowse fields definition..
Replies: 3
Views: 895
Next

Return to advanced search