Search found 54 matches: begining

Return to advanced search

Re: FWH2206 startup error

... in the Html test procedure, the test messages comes. In order to Ignoring this messages, you should write the TWindow():lHtml := .f. line at the begining of your main procedure.
by Horizon
Thu Jun 30, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2206 startup error
Replies: 14
Views: 1044

Re: JavaScript is a case-sensitive language

... language and it has several "funny" more things : - Arrays, months, strings, etc starts with index 0 (zero) and drives you crazy at begining ;) - Semicolon ( ; ) is to finish an statement in FW is to continue next line with curent command - Because index zero length() is equal to ...
by Raymundo Islas M.
Sat Jun 26, 2021 3:34 pm
 
Forum: mod_harbour
Topic: JavaScript is a case-sensitive language
Replies: 3
Views: 573

Re: Alltrim() help

Yes, AllTrim is used for remove blank spaces at end and at begining Please, put this code ? Asc( Right( Alltrim(oArqCli:ENDERECO), 1 ) ) == 32? Asc( Right( Alltrim(oArqCli:ENDERECO), 1 ) )  Hi cnavarro, ...
by wartiaga
Wed Feb 26, 2020 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alltrim() help
Replies: 6
Views: 1172

Re: Alltrim() help

Yes, AllTrim is used for remove blank spaces at end and at begining
Please, put this code
Code: Select all  Expand view

? Asc( Right( Alltrim(oArqCli:ENDERECO), 1 ) ) == 32
? Asc( Right( Alltrim(oArqCli:ENDERECO), 1 ) )
 
by cnavarro
Wed Feb 26, 2020 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alltrim() help
Replies: 6
Views: 1172

Re: Mechanism for locking records in a DBF file

... set a lock to other users. That position, starting in 1000000 in the sample. is arbitrary, and different among NTX, CDX1, CDX2, etc. In the begining, 1 000 000 may seemed ok, but now is a little bit low, falling into the real used space, so different schemes appear, that are what you see. ...
by Carlos Mora
Sat Apr 20, 2019 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mechanism for locking records in a DBF file
Replies: 1
Views: 529

Re: Example Business Object (Customer)

... to forget about that. We are so used to the navigational ISAM model, GOing TOP, SKIPing until EOF that all that sounds a little bit weird in the begining. Back to ORM, the most complete ones have 2 types of objects: the Entity object and the Repository object. The Entity represents one and only ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8490

Re: Can TGraph do X,Y plots?

... lDotted )::DrawLine( y1-nPixels , x1 , y1 , x1-nPixels , nColor, lDotted )::nPenWidth := era_nPenwidthreturn nil  This line at the begining of method new and method redefine    ::XY_Values :={}  This lines in the Paint method after the tag // Graph borders ::chart_top ...
by alvaro533
Tue Mar 06, 2018 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5502

Re: class tprinter and a dot-matrix printer

... is done automatically whe printing, by default is .T. METHODS: New(cPort) Constructor, no comment End() Destructor, no comment StartPage() Begining of a page, this method is optional EndPage() End of page, this method is optional if there is only one page Command(c) Let you send any command ...
by ukoenig
Sun Mar 26, 2017 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: class tprinter and a dot-matrix printer
Replies: 2
Views: 754

Re: UTF8 & MySql are 100% compatible with FWH?

... when create table. It show Thai Character in "MySql Query Browser" program correctly. I use FW_SETUNICODE( .T. ) in the begining of the program but it show in "?" instead. How can show UTF8 database in FWH? .or. What I do wrong? http://s33.postimg.org/ua1lx04vz/My_Sql_UTF8.jpg ...
by dutch
Tue May 31, 2016 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF8 & MySql are 100% compatible with FWH?
Replies: 35
Views: 9588

Re: Mejoras para scintilla

...      "// [ Ctrl + 6 ]             Select Line" + CRLF + ;         CRLF   - Minors Bugs Fixed - Insert Chars at cursor - Insert Chars at begining and End of Line - Add File at cursor - Add File at End of File - Insert Chars ( selection rectangular ) http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=360#p181450 ...
by cnavarro
Sat Sep 12, 2015 9:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 832525

Re: 2012 server

David, You have only to indicate at the begining of your application a few settings and that´s all. Yes, you can use Recno(). This is a sample: function Main()  RddRegister("ADORDD",1)  RddSetDefault("ADORDD")  ...
by lucasdebeltran
Tue Jun 16, 2015 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2012 server
Replies: 24
Views: 5966

Re: ADORDD Error : ADODEFAULT(5256)

... RDD TO "DBFCDX" This line is used for index expression. If I have 12 tag (DBFCDX) in 1 table, I have to define at the begining of the program every time the program start. SET ADODBF TABLES INDEX LIST TO {  {"TABLE1",{"FIRST","FIRST"} ...
by dutch
Tue Jun 16, 2015 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 3876

Re: SQL - advice

reinaldocrespo wrote: How can anyone on this forum learn how to get started?


Perhaps, using at begining TDolphin from Daniel García
by hmpaquito
Tue Mar 10, 2015 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL - advice
Replies: 9
Views: 2354

Re: EXCESS RELEASE OF FONT

The program compiles OK with fivewin.ch and with all these default ... We use FWH without any addition or change. At the begining of prg we use: #include 'inkey.ch'#include 'set.ch'#include 'report.ch'#include 'fivewin.ch'#include 'rddsys.ch'       #include "common.ch"#include ...
by Verhoven
Wed Feb 04, 2015 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 6860

Feasibility Assertion - FiveQt

... Off late I am compelled to think seriously about porting Five* library constructs to HbQt, but... Rationale behind this initiative: At the begining of HbQt evolution, I wanted a proven application framework which would go side-by-side and also become test-bed for HbQt, and tilted towards ...
by Pritpal Bedi
Sat Jul 12, 2014 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Feasibility Assertion - FiveQt
Replies: 14
Views: 5471
Next

Return to advanced search