Search found 151 matches: formatted

Return to advanced search

Re: Introducing FiveTech's fivedit

Hi Antonio My last message - my code examples were re formatted. if nNumber == 10   _   cursor moves in three or four spaces   endif  starts at this position but when you hit the enter tkey he endif is re aligned under ...
by Colin Haig
Tue Jan 27, 2015 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107969

Re: Introducing FiveTech's fivedit

... n when you complete with endif endif the endif is pulled back in the line with the if The editor automatically indents and outdents - the code is formatted as you type do while ! oData:eof() if nNumber == 15 somefunc() endif oData:skip() enddo Cheers Colin
by Colin Haig
Tue Jan 27, 2015 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107969

Re: Cantidad variable de parámetros

... space might cause the text merge to fail, for example, when XML is used in a Web browser. You must remove such white space to avoid incorrectly formatted XML. Nesting TEXT...ENDTEXT statements is not recommended, especially if using the PRETEXT clause because the nested statements can affect ...
by carlos vargas
Mon Dec 01, 2014 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad variable de parámetros
Replies: 29
Views: 9933

Re: TPRINTER

To all for understanding:
I will make a report with one portrait-formatted and three landscape-formatted pages per person. The order from this pages per person is always the same. But i have 150 persons....
As i said: without preview it is OK. In the future .... Tpreview ... :D
by byte-one
Mon Jul 21, 2014 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPRINTER
Replies: 18
Views: 2302

Re: Harbour 3.4 (from Viktor) 2014-29-06

... modifying. The easiest way to achieve this is to use these commands to format the sources (use this with care - most existing sources are well-formatted, so make sure to only apply it to newly added or modified code sections) $ uncrustify -c <harbour_dir>/bin/harbour.ucf <source(.c|.h)> ...
by Antonio Linares
Sat Jul 05, 2014 2:21 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.4 (from Viktor) 2014-29-06
Replies: 4
Views: 3314

Re: Running a program with mixed parameters

There is no way the example could match the string you are making. There is only 1 " in your example and you are inserting 2 " into the formatted string you are making. I would also check the spaces after the filename. Try this FUNCTION ABCupload  LOCAL dfcall := cPath + "ABCUpload.exe"  ...
by Gale FORd
Thu Jul 03, 2014 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running a program with mixed parameters
Replies: 3
Views: 656

Running a program with mixed parameters

... nResult := WaitRun( dffull )    MsgInfo( nResult )RETURN NIL  dffull displays what appears to be a proper formatted string. However, nResult returns -1 and the logfile is not created. Am I handling the formatting of this string correctly ? Thanks. Tim
by TimStone
Thu Jul 03, 2014 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Running a program with mixed parameters
Replies: 3
Views: 656

Re: EtapTime me da un resultado no esperado.

Según dice el manual sobre Elaptime, sus dos parámetros son 'Time() formatted character string'. La función ELAPTIME funciona perfectamente, siempre que los parámetros sean correctos. En este caso, como los parámetros no son correctos, lo que hay que arreglar ...
by Manuel Valdenebro
Wed Jun 25, 2014 6:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EtapTime me da un resultado no esperado.
Replies: 5
Views: 578

Re: XBROWSE Change FOOTER PCITURE

... We know the picture can be a codeblock also, When we specify a codeblock for oCol:cEditPicture, this codeblock is evaluated with the value to be formatted before use. Using this feature, your code can be: ADD oCol TO oBrwSumar DATA ARRAY ELEMENT 2 ;HEADER a2m("Test") ;SIZE 50 ...
by nageswaragunupudi
Sat May 24, 2014 2:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3350

MemoEdit, Multi-Line Get MEMO from Resources

To All I have a text string that has been saved to a Sql Text field... no problems there. When I extract the formatted text from the field, I get perfectly formatted text back, and the multi-line shows the text great .. however, it takes a LOT of WORK to try to format the text ...
by Rick Lipkin
Thu May 15, 2014 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MemoEdit, Multi-Line Get MEMO from Resources
Replies: 3
Views: 924

Re: XML reader

Antonio,

The XML test code is all formatted with carriage returns.

I have now been informed that the XML standard does not need the carriage returns.

How would your reader be with all of the code in one continuous line.

Tim
by TimStone
Tue Feb 04, 2014 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML reader
Replies: 14
Views: 5415

Re: Convertir variable de tipo "T" a caracter

... Arguments <dDateTime> The parameter must be a value of data type Date or DateTime. Return The return value is a character string formatted in the current SET DATE and SET TIME format. Description The function converts a DateTime value to a character string. The string is formatted ...
by carlos vargas
Tue Oct 08, 2013 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir variable de tipo "T" a caracter
Replies: 1
Views: 863

Xbase File Format Description

Xbase is a complex of data files (.DBF), indexes (NDX, MDX, CDX etc.) and eventually note files (DBT) for storing large amounts of formatted data in a structured form. The Xbase family of databases is covering the dBase, Clipper, FoxPro, and their Windows equivalents Visual dBase, Visual ...
by Otto
Sun Jul 21, 2013 7:44 am
 
Forum: Utilities / Utilidades
Topic: Xbase File Format Description
Replies: 0
Views: 589

Re: Oracle via ADO/ODBC

... and Postgresql. I suppose with that we would be covering adequate range of RDBMSs. Even now, for example: FW_DateToSQL( dDateTime ) returns formatted date or datetime literal suitable to the RDMS, including Oracle. Please test the function. Similarly FW_ValToSQL( uVal ) returns appropriately ...
by nageswaragunupudi
Thu Jul 18, 2013 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6032

Re: SSD y cosas de Windows...

... mechanical drive for Data. SSD has come a long way, however, I would not trust the drive to hold my data.. OS's can and be re-created ( formatted and re-loaded ), data recovery on silicon is a 'forget it' and 'give up and cry' event :cry: SSD as a boot drive will give you a GREAT Operating ...
by Rick Lipkin
Wed Jul 10, 2013 1:40 pm
 
Forum: Off Topic / Otros temas
Topic: SSD y cosas de Windows...
Replies: 2
Views: 1140
PreviousNext

Return to advanced search