Search found 293 matches: copies

Return to advanced search

Re: Hunt down my functions in a project

... However, they are both 16bit apps so you are going to need an old computer to run them. One is called Click and the other is called Cross. I have copies of both I can provide. If you don't have an older computer that can run them, I do. If you want to send me the code I can run them for you. I ...
by James Bott
Fri Dec 28, 2018 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hunt down my functions in a project
Replies: 6
Views: 1343

Re: Opening multiple copies of the application

Try to rename the EXE (copy it to a new name file)
by Antonio Linares
Thu Dec 27, 2018 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Opening multiple copies of the application
Replies: 1
Views: 445

Opening multiple copies of the application

Hi !

I need to open several copies of an application from my program. However, this application allows you to open only one copy. Can this limitation be circumvented by FWH ?
by Natter
Thu Dec 27, 2018 7:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Opening multiple copies of the application
Replies: 1
Views: 445

New FTDN November 2018 (FWH 18.11)

... [nStart], [aFields] ) --> Json Array * FWMARIADB: FWMARIADBCONNECTION - New methods: CopyTableToServer( cTable, oDestServer, [nBatchSize] ) Copies and replaces cTable on the oDestServer from the current server. Optional nBatchSize (default 1000) may be reduced to a much smaller size in case ...
by Antonio Linares
Sat Dec 01, 2018 10:46 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2018 (FWH 18.11)
Replies: 1
Views: 2157

Re: FWH 18.11: DBF to MySql Replication with TDataBase

This will eliminate the need for a replication server. With this you have 2 copies of the live data on 2 different databases, with minimal code or with just one additional line of code. This will be a good solution for those looking for inexpensive data redundancy.
by anserkk
Wed Nov 28, 2018 4:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: DBF to MySql Replication with TDataBase
Replies: 5
Views: 1653

Mis programas FW hablan

... -a <integer> : pause between paragraphs (in milliseconds) -d <file_name> : file for pronunciation correction -k : kill other copies of application -ka : kill active copy of application -pr : pause or resume reading by active copy of application -q : add application to queue ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2807

Re: Converte Xls(s) into dbf

... // Now set it to True  Your Excel sheet has headers in the first row. So, set the 3rd parameter to .T. You have already done this. The function copies the contents of a column to the field in dbf with the FieldName same as the Header in the Excel Range. Example: If the headers in the Excel sheet ...
by nageswaragunupudi
Sat Sep 15, 2018 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3216

Re: xBrowse error on ADS

Can you please send to my email your copies of 1. ace32.dll 2. adsloc32.dll 3. rddads.lib ( harbour if you are using harbour) 4. ace32.dll and one free ADT (with adm if necessary) file ( not dictionary bound) Please send me through https://wetransfer.com/ ...
by nageswaragunupudi
Sun Sep 09, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2736

Re: Google APIS Lib for Fivewin

... (keys size + value size). An event can have up to 300 private properties, totaling up to 32kB in size (keys size + value size), across all "copies" of the event. Volveré sobre el tema
by cnavarro
Thu Aug 02, 2018 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 20159

Re: Error al crear el PDF para enivarlo por correo (SOLUCIONADO)

Mr. Rao:

I find out the problem, I had the title as:

    EASYREPORT oVRD NAME (cFmto) PREVIEW (.T.) ;
    MODAL OF oWnd TITLE "Vale: " + ALLTRIM(STRZERO(oHdr:VAL,7,0)) COPIES 1

And the problem was here "Vale: ", with no : character there is no problem.

Regards
by Armando
Mon Jul 16, 2018 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el PDF para enivarlo por correo (SOLUCIONADO)
Replies: 9
Views: 1505

Re: Introducing FiveTech's fivedit

... I do not have to change the project location where I save the file and not copy the executable every time I test something new on customer test copies Image link https://1drv.ms/u/s!AivtWHTCt3JVhJgzYceWVVJdVcqDNA
by MFarias
Mon Jun 11, 2018 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107857

Re: Server vs Notebook as Server for FW programms

... do not want shared drives on the server. We backup the server with build in WINDOWS SERVER BACKUP. Up to now ransomware attaches couldn’t harm the copies. Although users should rotate the USB drives. For security we use PANDA Adaptive Defense 360 and to administrate the servers PANDA systems management. ...
by Otto
Thu Jun 07, 2018 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16934

Re: OT: ADS & Win 10 April Update RESOLUTION

... is too slow. I always install them locally. I have a startup program that checks to see if a newer version is available on the server, and if so copies it over, and then it starts the latest primary application. If the latest is already installed it instantly starts the application. Thus even ...
by TimStone
Tue May 22, 2018 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: copiar muchisimos archivos de texto

tiaofw wrote:Is this command fast too? Is it slower or is it the same thing?

Code: Select all  Expand view


DLL32 FUNCTION COPYFILE( cExistingFileName AS LPSTR, cNewFileName AS LPSTR, lFailIfExists AS LONG ) AS BOOL;
    PASCAL FROM "CopyFileA" LIB "kernel32.dll"

 

This copies a single file only.
by nageswaragunupudi
Fri May 18, 2018 9:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: copiar muchisimos archivos de texto
Replies: 18
Views: 3596

New FTDN March/Marzo 2018 (FWH 18.03)

... Fixed. * TXImage class: - New method SetOrigin( nTop, nLeft ) Sets top and left coordinates of the image - New method CopytoClipBoard( lAsViewed ) Copies image to clipboard. If param lAsViewed is .T. (default), image as transformed by the user (rotation,zoom,pan,etc) is copied. Otherwise, the original ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1690
PreviousNext

Return to advanced search