Search found 31 matches
- Wed Jan 20, 2021 4:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Copy Complete sheet op excel to another workbook
- Replies: 9
- Views: 3586
Re: Copy Complete sheet op excel to another workbook
Try Code below copy sheet network from workbook network to workbook map19 as sheet network (sheet on 3rd position) ... function excel() local oExcel := CreateObject( "excel.application" ) local oBook1 := oExcel:workbooks:Open("network.xlsx") local oBook2 := oExcel:work...
- Thu Dec 24, 2020 4:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Excel window to the foreground
- Replies: 5
- Views: 1940
Re: Excel window to the foreground
Try #include "FiveWin.ch" function Main() local ownd define window ownd activate window ownd on paint excel() return nil function excel() local oExcel := CreateObject( "excel.application" ) local oBook := oExcel:Workbooks:Add() local oSheet := oBook:Wor...
- Wed Dec 23, 2020 5:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: QR-Code on invoices
- Replies: 2
- Views: 633
Re: QR-Code on invoices
Look at this description https://www.stuzza.at/de/download/qr-code/339-qr-code-und-bcd-definition-2-en/file.html This document describes and regulate the content and usage of the two dimensional barcode (QR-Code) based on ISO 18004. It also assigns rules for physical and printing limits. Most recent...
- Thu Nov 05, 2020 7:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Another Excel-question
- Replies: 2
- Views: 703
Re: Another Excel-question
#include "FiveWin.ch" #define wdDoNotSaveChanges 0 //Tab Alignment #define wdAlignTabBar 4 //Bar #define wdAlignTabCenter 1 //Center #define wdAlignTabDecimal 3 //Decimal #define wdAlignTabLeft 0 //Left #define w...
- Sun Jun 28, 2020 5:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error of text on a dialog- RESOLVED!!
- Replies: 7
- Views: 887
Re: Error of text on a dialog
Hi Delete this two lines Function Rinfresca(oGiorni,oGiorniText,dFirst,dLast) local nGiorni:=(dLast-dFirst)+1 oGiorni:Settext(ltrim(str(nGiorni))) // oGiorni:refresh() oGiornitext:Settext(if( nGiorni>1,"giorni","giorno")) // oGiornitext:...
- Wed Nov 06, 2019 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sample programs of FWH and FWH64 not installed correctly
- Replies: 2
- Views: 566
Re: Sample programs of FWH and FWH64 not installed correctly
hello
deactivation of antivirus Software was the solution
thank you
deactivation of antivirus Software was the solution
thank you
- Wed Nov 06, 2019 2:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sample programs of FWH and FWH64 not installed correctly
- Replies: 2
- Views: 566
Sample programs of FWH and FWH64 not installed correctly
Hello
I have installed FWH on a new machine.
Since version 1903, the sample files *.prg are no longer installed?
Tested on computer with win 10 and win 7 - same result
I have installed FWH on a new machine.
Since version 1903, the sample files *.prg are no longer installed?
Tested on computer with win 10 and win 7 - same result
- Tue Jan 08, 2019 4:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: calculate days
- Replies: 7
- Views: 1284
Re: calculate days
#include "fivewin.ch" Function Test() Local aListini := {} Local nYear :=year(date()) Local dDateFrom, dDateTo, cPriceList Create_Testfile() SET DATE ITALIAN SET DATE FORMAT "dd-mm-yyyy" USE LISTINI ALIAS LI DO While !LI->(eof()) AaDd(aListini,{ cTod(LI->CHECK_IN),cTod(LI->CHECK...
- Mon Jan 07, 2019 4:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: calculate days
- Replies: 7
- Views: 1284
Re: calculate days
#include "fivewin.ch" Function Test() Local aListini := {} Local nYear :=year(date()) Local dDateFrom, dDateTo SET DATE ITALIAN SET DATE FORMAT "dd-mm-yyyy" USE LISTINI ALIAS LI DO While !LI->(eof()) AaDd(aListini,{ cTod(LI->CHECK_IN),cTod(LI->CHECK_OUT),LI->GUEST,0 }) LI->(dbs...
- Wed Oct 24, 2018 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sending mail more than one recepient with TMail
- Replies: 7
- Views: 836
Re: Sending mail more than one recepient with TMail
#include "fivewin.ch" #include "mail.ch" function DirectMessage() local oMail local i local aTo:={} aadd(aTo, {"abc@abc.com.tr"}) aadd(aTo, {"ddd@abc.com.tr"}) DEFINE MAIL oMail ; SUBJECT "FiveWin Mail-control power" ; ...
- Tue Apr 18, 2017 5:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Borland Make Utility Issues
- Replies: 40
- Views: 4247
Re: Borland Make Utility Issues
Hello James You should change in your mak-file! .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include #.path.C = .\obj thats is wrong, see next line .path.C = .\ .path.rc = .\ #important: Use Uppercase for filenames extensions, in the next two rules! PRG = \ al...
- Tue Aug 09, 2016 3:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Agregar fila a Excel TOleAuto. (Solucionado)
- Replies: 3
- Views: 737
Re: Agregar fila a Excel TOleAuto
oHoja:Rows("1:1"):Insert()
- Sat Apr 09, 2016 6:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 16.03 32 BIT
- Replies: 118
- Views: 23190
Re: FWH 16.03 32 BIT
Hi Hakan
I have had same Problem!
My solution was uninstall vs2015 and all previous versions of vs (vs2013 community and vs2012 express).
New install of vs2015 community and now all was ok (vcvarsall.bat and cl.exe is in bin directory).
Now all run perfect with fwh1603 - only checked with 64bit.
I have had same Problem!
My solution was uninstall vs2015 and all previous versions of vs (vs2013 community and vs2012 express).
New install of vs2015 community and now all was ok (vcvarsall.bat and cl.exe is in bin directory).
Now all run perfect with fwh1603 - only checked with 64bit.
- Thu Dec 24, 2015 5:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Merry Christmas
- Replies: 15
- Views: 2747
- Sun Dec 20, 2015 11:44 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mejoras para scintilla
- Replies: 1005
- Views: 173213
Re: Mejoras para scintilla
Hello Cristobal Respect for your great work Fivedit32 makes an error on click "view" "preferences" Application =========== Path and name: C:\Users\Lerchster\Downloads\fivedit32\fivedit.exe (32 bits) Size: 3,980,288 bytes Compiler version: Harbour 3.2.0dev (r1506171039) ...