Search found 295 matches: john

Return to advanced search

Re: Testing Debenu Quick PDF Library

Please It's time to change your avatar

Image

You can hide your face behind a smile, but there is one thing you can not hide. It's when you're rotten inside. (John Lennon)
by Silvio.Falconi
Sat Mar 09, 2019 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Debenu Quick PDF Library
Replies: 44
Views: 7569

Hacking Android (pipes) stdout and stderr redirection

... hInput[ "id" ] := 1001 hInput[ "list" ] := {} FOR n := 1 TO 1000 hPerson := { => } hPerson[ "name" ] := "John" hPerson[ "surname" ] := "Smith" + Chr( 13 ) + Chr( 10 ) + " and Smith" AAdd( hInput[ "list" ], hPerson ...
by Antonio Linares
Mon Mar 04, 2019 7:23 am
 
Forum: Utilities / Utilidades
Topic: Hacking Android (pipes) stdout and stderr redirection
Replies: 0
Views: 527

Re: Sample for Lan network

... oCustomer:Skip() // Delete a record with all locking in place oCustomer:Delete() // Change a customer record field oCustomer:Name := "Smith, John" // Change a customer record with a GET @ 1,10 GET cName VAR oCustomer:Name // When using an xBrowse with the Customer file @ 10,10 XBROWSE ...
by TimStone
Tue Nov 06, 2018 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1843

Re: Sending mail more than one recepient with TMail

Newly, try so: TO      "John Newman <abc@abc.com.tr>","Paul Six <ddd@abc.com.tr>" When I send, there is no error message. But mail can not delivered message is came from system mail admin. It thinks name ...
by Horizon
Wed Oct 24, 2018 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending mail more than one recepient with TMail
Replies: 7
Views: 970

Re: Method Eval

... nessa função, aparece no título da janela que o sistema não está respondendo e o usuário pensa que o sistema travou. Thanks for the help John, but my problem is not just with Zip / Unzip. But every time the user needs to wait for the system to perform a function that is time consuming ...
by ORibeiro
Mon Sep 10, 2018 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method Eval
Replies: 5
Views: 806

Re: Fin del Windows Live Mail?

John

Yes .. Live mail 2012 comes bundles with Windows Essentials .. let me know if you would like the Windows Essentials installer .. I will sent it to you via e-mail .. I will need your e-mail address.

Rick Lipkin
by Rick Lipkin
Thu Nov 30, 2017 8:43 pm
 
Forum: Off Topic / Otros temas
Topic: Fin del Windows Live Mail?
Replies: 3
Views: 1007

Re: Fin del Windows Live Mail?

Português: John - João O Windows 10 tem seu próprio cliente de email incorporado. O Live Mail não é oficialmente suportado no entanto, eu tenho o instalador local completo do Windows Essentials e o Live Mail continua funcionando ...
by karinha
Wed Nov 29, 2017 6:35 pm
 
Forum: Off Topic / Otros temas
Topic: Fin del Windows Live Mail?
Replies: 3
Views: 1007

Re: Fin del Windows Live Mail?

John Windows 10 has it's own built in mail client .. Live mail is not officially supported however, I have the full Windows Essentials local installer and Live mail continues to work just fine on Win 10 ( microsoft pulled ...
by Rick Lipkin
Wed Nov 29, 2017 5:57 pm
 
Forum: Off Topic / Otros temas
Topic: Fin del Windows Live Mail?
Replies: 3
Views: 1007

Re: Per mille symbol

... "A1:B1" ):Font:Bold = .T. oSheet:Range( "A2" ):Value = "Doe" oSheet:Range( "B2" ):Value = "John" oSheet:Range( "C2" ):Value = "‰" //oSheet:Cells( nK, 2 ):value := "‰" oBook:SaveAs( CurDrive() + ":\" ...
by ukoenig
Thu Jul 06, 2017 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOLVED - Per mille symbol
Replies: 5
Views: 997

Re: Verify 2 different tables

... like the name of the player and the field or fields that need changing. This would be in a report format (paper or electronic). Something like: John Smith Street: 2113 Main St Phone: ,,,, etc... I would think that scrolling back and forth across a long line of data looking for differences would ...
by James Bott
Tue May 30, 2017 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Verify 2 different tables
Replies: 6
Views: 1080

Re: Looking for cliparse.zip / Buscando cliparse.zip

... Byacc may be free downloaded from Internet and they contain full source code. We strongly recommend the reading of the book lex & yacc from By John Levine, Tony Mason & Doug Brown published by Published by O'Reilly & Associates and associates. You may order this book directly from Internet. ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2376

New FTDN June/Junio 2016 (FWH 16.06)

... database in the 3rd param eg "ORACLE". Example: a)cSql := "WHERE AGE > ? AND NAME = ?" FW_AdoApplyParams( cSql, { 40, "John" } ) --> "WHERE AGE > 40 AND NAME = 'John' b)FW_AdoApplyParams( "JGDATE > ?", { Date()-365 }, "MYSQL" ) ...
by Antonio Linares
Sun Aug 07, 2016 7:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2388

C++Compiler - FREE TOOL

... ================ This was based on a previous community article on the older Embarcadero Developer Network (EDN) web site written by John Thomas, further modified by Marco Cantù, further modified by David Millington.
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8590

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

... "emp", "name, age, dob", { cName, nAge, dDateofBirth } ) oCn:Insert( "emp", "name,photo", { "John", MemoRead( "john.jpg" ) } ) oCn:Insert( "emp", "name,age", { { "John", 32 }, ; { "James",40 ...
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: 28705

HBzebra PDF417 bad (error) coding?

...                              +chr(13)   cCode+=("000000000021080")                  +chr(13)   cCode+=("JOHN TRAVOLTA")                    +chr(13)   cCode+=("SET K.F.REPERA")                   +chr(13)   cCode+=("91000 ...
by bosibila
Sun Mar 13, 2016 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBzebra PDF417 bad (error) coding?
Replies: 7
Views: 3381
PreviousNext

Return to advanced search