Search found 23 matches: fist

Return to advanced search

Re: problems after update to MacOs 11.1 (Big Sur)

... $(PRG_OBJS) -o $(CONT_PATH)/MacOS/Plantenkennis -L$(FIVEMAC_PATH)/lib -lfive -lfivec -L$(HARBOUR_PATH)/lib $(HRBLIBS) -F$(FRAMEPATH) $(FRAMEWORKS) fist define FRAMEPATH ... SDKPATH=$(xcrun --sdk macosx10.13 --show-sdk-path) FRAMEPATH=$(SDKPATH)/System/Library/Frameworks if you use old framework ...
by mastintin
Sun Jan 24, 2021 10:27 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2150

Re: XBrowse: Using Get for incremental Seek/Filters

Silvio, This line should be like this: local cHeaders := "Fist,Last,Street,State,HireDate" Sorry Antonio, I made this morning a mistake I copied a bad test , the test is this ... #include "fivewin.ch"#include "constant.ch"#include ...
by Silvio.Falconi
Mon Dec 28, 2020 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3706

Re: XBrowse: Using Get for incremental Seek/Filters

Silvio,

This line should be like this:

local cHeaders := "Fist,Last,Street,State,HireDate"
by Antonio Linares
Mon Dec 28, 2020 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3706

New FTDN August/Agosto 2020 (FWH 20.08)

... the Server and if it is Windows. - New method DbExists( [@]cDatabaseName ) --> lExists The comparsion is case insensitive even on Linux. If the fist parameter is by reference, the database name with correct case is returned in the parameter. - Enhanced Method TableExists( [@]cTableName, [[@]cDatabaseName], ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2254

Find out the range of a excel-sheet

... a database an now I'm using the oSheet:Cells( nRow, nCol ):Value methode to read the first column to know how many records the are, and read the fist row , how many colums to import. Then I can use GetExcelRange() Is there a faster way to know which row is the first empty cell, and which column ...
by Marc Vanzegbroeck
Thu Dec 05, 2019 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find out the range of a excel-sheet
Replies: 4
Views: 385

Re: Testing Debenu Quick PDF Library

... the dll is not succesfull. Error 0x80004005. I allready tested on a 32bit VMWARE and a 64bit VMWARE, but the same result. I will try to fix that fist :wink:
by Marc Vanzegbroeck
Sun Mar 10, 2019 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7433

Re: xbrowse features

... But this sample I see a group of states ok but for each state I wish show from first column of Browse Fist,Last,street,city,zip and order for first I mean as this https://s4.postimg.org/6m27w72b1/Immagine.jpg
by Silvio.Falconi
Mon May 01, 2017 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse features
Replies: 4
Views: 771

New FTDN February/Febrero 2017 (FWH 17.02)

... placed by the programmer. Also, now internal locking by xbrowse includes evaluation of bOnChange also. - Fix: Seekbar box is being painted in the fist column of a Group when order is set to last column of a Group. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33589&p=198365#p198365 ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2078

Re: How to combine (or use) SDK dll into Fivewin HB/XHB?

... (I prefer don't register dll that are not essential) So, following the fist link (point 3) you can create KTOpenAPI.h and KTOpenAPI_i.c , then use them in code like this: #include <fiveWin.ch>proc main()  ...
by AntoninoP
Thu Jul 02, 2015 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8171

Re: ADO RDD xHarbour

... only needs to indicate table name, as current dbcreate() from DBFCDX. So, I would plan dbcreate() as follows. To keep compatibility with DBFCDX, fist parameter should be table name. Also, if you want, you can indicate separated by ; the rest of the parameters: STATIC FUNCTION ADO_CREATE( nWA, ...
by AHF
Mon May 11, 2015 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441910

Re: ADO RDD xHarbour

... only needs to indicate table name, as current dbcreate() from DBFCDX. So, I would plan dbcreate() as follows. To keep compatibility with DBFCDX, fist parameter should be table name. Also, if you want, you can indicate separated by ; the rest of the parameters: STATIC FUNCTION ADO_CREATE( nWA, ...
by lucasdebeltran
Sun May 10, 2015 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441910

DBF - convert from old clipper ( DBT ) to FPT / CDX

... I have to convert a old Clipper app There is a old DBF-format ntx and dbt as well the text is saved loaded using AnsitoOem / OemtoAnsi After my fist tests creating a temp.dbf from a structure-array and append from the old data, I get a error : Time from start: 0 hours 0 mins 9 secs Error occurred ...
by ukoenig
Mon Mar 16, 2015 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF - convert from old clipper ( DBT ) to FPT / CDX
Replies: 6
Views: 1593

Publishing in the "Windows Store Apps" market

We are these days in the process to register in the Windows Store Apps and publish our fist application for Windows 8 WinRT :-)

As soon as we complete it we will share it here all the required steps and difficulties to go through it.
by Antonio Linares
Tue Oct 16, 2012 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Publishing in the "Windows Store Apps" market
Replies: 7
Views: 1526

MySQL - TDolphin question

... to have the MySQL-server installed? Is it with TDolphin also possible to create a SQL-database (like I do with SQLite) if in doesn't exist (after fist time install)? Is it also possible to modify the structure from the code if needed for an update. Now I start my program with an extra parameter ...
by Marc Vanzegbroeck
Tue Jul 03, 2012 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL - TDolphin question
Replies: 0
Views: 364

Seek first free number

... I get the highest nubber an incremented with one. Now I get a question of a customer that delete sometimes some items and want to assign the fist free number to the new item. Now I first created a table with all the numbers and marked them for deleted and have a index on the itemnubmer and ...
by Marc Vanzegbroeck
Tue Apr 03, 2012 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seek first free number
Replies: 5
Views: 1079
Next

Return to advanced search