Search found 38 matches: filetype

Return to advanced search

cGetFile()

... *.bmp in a specific directory ( folder ) ... I do not want to see every file in the directory ( folder ) I am looking at ... ONLY the selected filetype in this instance *.bmp Thanks Rick Lipkin
by Rick Lipkin
Fri Sep 15, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile()
Replies: 10
Views: 641

SVG QRCodes

... Adapt the HTML sample - I inserted a download function The sample creates the QRCode and then the download function function downloadString(text, fileType, fileName) saves the SVG QR Code on the local PC Convert the HTML sample to a mod Harbour program - patch and test. Insert DBF into the program ...
by Otto
Thu May 13, 2021 9:31 pm
 
Forum: mod_harbour
Topic: SVG QRCodes
Replies: 0
Views: 233

Re: Consulta usando ADS Server

... mi programa de ads server function main() REQUEST ADS RDDREGISTER("ADS",1) RDDSETDEFAULT('ADS') //SET SERVER LOCAL SET SERVER REMOTE SET FILETYPE TO NTX ADSLocking( .t. ) //con esto no te da el error que mencionas porque el motor deja abrir a los otros también saludos
by wilsongamboa
Mon Mar 01, 2021 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta usando ADS Server
Replies: 7
Views: 504

Re: incorporar un certificado de confianza en EXE FiveWin

... Ejemplo LANGUAGE 0, SUBLANG_NEUTRAL 1 VERSIONINFO FILEVERSION 01,2,19,1 PRODUCTVERSION 01,2,19,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN FILEFLAGSMASK 0 FILEFLAGS 0 { BLOCK "StringFileInfo" { BLOCK "0C0A04B0" { VALUE "LegalCopyright", ...
by cnavarro
Fri Feb 15, 2019 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: incorporar un certificado de confianza en EXE FiveWin
Replies: 10
Views: 2353

Re: OT: TS.exe ( text find ) utility replacement

Armando

Thank you for your reply .. I am looking for a Command line prompt utility that I can run that will scan all *.filetype for a specific test string within the .prg

Rick Lipkin
by Rick Lipkin
Thu Jul 30, 2015 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: TS.exe ( text find ) utility replacement
Replies: 24
Views: 7177

xharbour AdsEnableEncryption Error

... version 1.2.3 Intl. (SimpLex) (Build 20141124 ) but error occurs. REQUEST ADS REQUEST DBFCDX RDDSetDefault ("ADS") SET SERVER LOCAL SET FILETYPE TO CDX Use abcd.dbf New Alias abcd Via "ADS" AdsEnableEncryption("myPassword") AdsEncryptTable() If execute it, lower part ...
by dbmanfwh
Wed Jan 21, 2015 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour AdsEnableEncryption Error
Replies: 1
Views: 369

Re: Using ADT files - a few questions

... rddRegister( "ADS", 1 ) // 1 , 2 , 7 rddsetdefault( "ADS" ) SET(_SET_OPTIMIZE, .t.) SET SERVER LOCAL //AdsSetServerType(1) SET FILETYPE TO ADT //AdsSetFileType(3) you can create your databases with arc32. norberto
by norberto
Thu Apr 26, 2012 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using ADT files - a few questions
Replies: 27
Views: 9740

Re: Versioning on the About menu option

... VERSIONINFO LOADONCALL MOVEABLE FILEVERSION 2012, 0, 0, 0 PRODUCTVERSION 2012, 0, 0, 0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904b0" { VALUE "CompanyName", "http://www.myweb.pt/\000" ...
by fivewin
Fri Jan 06, 2012 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Versioning on the About menu option
Replies: 5
Views: 2082

Re: How to open a dbf with memo (.fpt) missing

... with a Hexeditor : This sample shows => F5 = Foxpro with Memo to open without Memo change the Byte to => 03 or try another Value from the Filetype-table Download a free Hexeditor : http://www.chmaas.handshake.de/ http://www.pflegeplus.com/pictures/offset.jpg Because of ...
by ukoenig
Wed Nov 30, 2011 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to open a dbf with memo (.fpt) missing
Replies: 4
Views: 942

Re: Empezar con ADS modo local

... crea la ACE32.lib que debes incluir y ademas incluir la RDDADS.Lib que viene en FW. El el PRG principal poner RddSetDefault("ADS") SET Filetype to ADT Request ADS,ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo, AdsGetRelKeyPos, AdsSetRelKeyPos rddRegister( "ADS", 1 ) rddsetdefault( ...
by Ruben Fernandez
Fri Jan 28, 2011 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8348

Ayuda con ADS, que archivos ? Por Favor SOLUCIONADO

... RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") SET SERVER LOCAL /*remote*/ SET FILETYPE TO ADI //QUIERO USAR LOS ADT DE ADS SET MULTIPLE ON LIB que agrego al programa... Ace32.lib 24 de febrero 2009 Rddads.lib ........ESTA ES DE ...
by Ruben Fernandez
Fri Feb 19, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADS, que archivos ? Por Favor SOLUCIONADO
Replies: 6
Views: 998

Re: ERROR INEXPLICABLE CON ADS LOCAL

#include "ADS.ch" RddRegister("ADS",1) RddSetDefault("ADS") SET SERVER LOCAL SET FILETYPE TO NTX USE STOCK INDEX STOCK01,STOCK02,STOCK03,STOCK04,STOCK05,STOCK06,; STOCK07,STOCK08,STOCK09,STOCK10,STOCK11,STOCK12,STOCK13 NEW DATABASE oDbf oDbf:bEoF=nil ...
by Jorge Jaurena
Wed Aug 19, 2009 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR INEXPLICABLE CON ADS LOCAL
Replies: 5
Views: 833

Re: Drawing PNG from Resources !!!

... *bitmap, int target, int source); DLL_API BOOL DLL_CALLCONV FreeImage_GetLockedPageNumbers(FIMULTIBITMAP *bitmap, int *pages, int *count); // Filetype request routines ------------------------------------------------ DLL_API FREE_IMAGE_FORMAT DLL_CALLCONV FreeImage_GetFileType(const char *filename, ...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7104

Create Alpha-Bl.-BMP with different Applications

... these steps : with ICOFX ( the easy way ) => http://www.icofx.ro/ -------------------------------------------------------------- From the open filetype-list choose => IMAGES You will be asked for the size You want to use : loading a PNG-file, the box will show => True Color with Alpha-Channel ...
by ukoenig
Fri Feb 06, 2009 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create Alpha-Bl.-BMP with different Applications
Replies: 0
Views: 443

Advantage DS

... can I fix this? My AP working fine on WinXP.Below: INIT FUNCTION App_Init() RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) Set SERVER LOCAL Set FILETYPE TO CDX ........ Set _3DLook ON Set Resources to 'KIDS32.dll' ...... Return Nil Exit Function Exit_Init() Set 3dLook Off Set Resources to Return ...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64714
Next

Return to advanced search