Search found 51 matches: suit

Return to advanced search

Re: Help splitting up a character address string

... address, then uses SubStr() to extract the different parts based on those positions. The result is stored in an array, but you can modify this to suit your needs, such as assigning them to variables or processing them further. User is ENDFUNCTION really a harbour syntax ChatGPT You're right, my ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 499

Re: *** Curso de C para programadores Harbour.

Hello Manuel, I found this code but do not know how to use. Best regards, Otto Once the DEVMODE structure has been modified to suit our configuration, we can either create a printer device context using the CreateDC API call: Code: Select all HDC hDC = CreateDC( _T( "winspool" ...
by Otto
Mon Jul 12, 2021 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 17533

Re: SetLandscape

... help me? Best regards, Otto https://www.amyuni.com/forum/viewtopic.php?t=1224 Once the DEVMODE structure has been modified to suit our configuration, we can either create a printer device context using the CreateDC API call: Code: Select all HDC hDC = CreateDC( _T( "winspool" ...
by Otto
Mon Jun 14, 2021 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1241

Re: How read lines of word doc

The following example reads word contents, paragraph wise. Not sure whether this is what you are looking for. Maybe you can modify the code to suit your requirement #Include "Fivewin.ch"*---------------------------*Function Main()    Local oWord,oDoc,cWordFileName,aData, oPara  ...
by anserkk
Wed Feb 24, 2021 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How read lines of word doc
Replies: 5
Views: 505

Re: In xbrowse valid is Executed twice

... not contain any screen i/o, but should limit to return .t. or .f. most programmers code it more elaborately and call to such bEditValid does not suit the multiple cell/row paste operation. However, we will still consider if and how can we implement this. If you want to enable the user to paste ...
by nageswaragunupudi
Fri Jun 14, 2019 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: In xbrowse valid is Executed twice
Replies: 6
Views: 1179

Re: Get latitude and longitude

... internet browser. A more generic solution     Shellexecute( NIL, "open", cMapFile )     Return NIL You may modify the code to suit your requirements
by anserkk
Fri Jan 11, 2019 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get latitude and longitude
Replies: 5
Views: 1857

Re: How To Read From One Excel File And Write To Another

You can make using the following functions to suit your requirements
Code: Select all  Expand view
oExcel:Sheets(cSheetName):Select()    //Select sheet
oSheet := oExcel:Sheets(“oSheet1”)  
nSheets := oExcel:Sheets:Count()  //count number of sheets in workbook
by anserkk
Tue Jan 01, 2019 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Read From One Excel File And Write To Another
Replies: 6
Views: 1639

Re: xbrowse and Excel

As we explained above, it is not necessary to Hide/Unhide columns for exporting to Excel. You need to have modified my example to suit the present purpose. Here is the modified function: function ExportToExcel( oBrowse )   local aCols    := {}   local oDlg, oBrw   AEval( ...
by nageswaragunupudi
Mon Apr 02, 2018 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and Excel
Replies: 8
Views: 1498

Re: Caution: Windows 10 Fall Creators Update

... where one roll-up fixes that last roll-up. In my opinion .. Microsoft is it's own worst 'virus' and needs to be slapped with a class action law suit' to stop updates without your consent ... no one should be allowed to update your computer without your permission. As far as the confirmation ...
by Rick Lipkin
Mon Feb 05, 2018 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 2891

Re: TXIMAGE error?

Dear Marc, I used modify errorsys from this forum (thank you) and changed to suit my need. But I have some public variable to explain the customer (coname), module (cmodule), userid (us_name), station id (Networks), path (cPath), rdd (cRdd), contactinfo (cContInfo), ...
by Marc Venken
Sun Sep 17, 2017 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2498

Re: TXIMAGE error?

Dear Marc, I used modify errorsys from this forum (thank you) and changed to suit my need. But I have some public variable to explain the customer (coname), module (cmodule), userid (us_name), station id (Networks), path (cPath), rdd (cRdd), contactinfo (cContInfo), ...
by dutch
Sun Sep 17, 2017 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2498

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

This sample demonstrates how to implement Spinning of an image. Please test and modify to suit your requirements. #include "fivewin.ch"//----------------------------------------------------------------------------//function Main()   local cImage, oImage  ...
by nageswaragunupudi
Sat Sep 02, 2017 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5183

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... ON, TinyInt is used for Logical values instead. This setting is used at the time of Creation and Opening of a Table. This setting can be toggled suitably while reading tables created with different settings. There can be different tables opened simultaneously with different settings. Other methods ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28051

New FTDN November/Noviembre 2015 (FWH 15.11)

... runtime. 2) fwh\samples\testscrlp.prg: Demonstrates convenience of using scroll panel for input of large data. Based on TDataRow class modified to suit device portability. The ease of scrolling the controls and gets with touch, adaptation to rotation of the device, repositioning of gets when touch ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2717

New FTDN March/Marzo 2015 (FWH 15.03)

... This creates the button similar to flatbtn. - When defining the button if width or height or both or ommitted, they are auto-calculated which may suit many occassions, mostly for LEFT and RIGHT layouts. * Fix: When FW_SetTruePixel is set to .T., some dialogs in fwh library are not displayed properly. ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7067
Next

Return to advanced search

cron