Search found 18 matches: parms

Return to advanced search

New FTDN April/Abril 2023 (FWH 23.04)

... If nil, defaults to hBitmap from Clipboard, if available. - 2.cType: Optional. Can be bmp,jpg/jpeg,png,tif/tiff,gif. Defaults to bmp. - Other parms are self explantary. Note: nClrBack is not used in this version. This function is intended to covert hBitmap/pImage, mostly obtained from clipboard, ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: Respaldo de base de datos mariadb desde fivewin

Mr. Rao:

Excelent !, do you have a small sample?, to know all parms.

Regards
by Armando
Sun Apr 03, 2022 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1167

c++ STRUCTURE data types

I need to call a 64-bit dll with the following parms: c++ call: SOCKET WINAPI InetConnect( LPCTSTR lpszHostName, UINT nPort, UINT nProtocol, UINT nTimeout, DWORD dwOptions, LPSECURITYCREDENTIALS lpCredentials ); The LPSECURITYCREDENTIALS data type ...
by don lowenstein
Tue Jul 17, 2018 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c++ STRUCTURE data types
Replies: 3
Views: 699

Re: create a harbour dll containing functions to be executed

... the value in the DLL and return to the EXE ? We can implement it in the function HBDLLENTRY() itself > Do you have to have the same number of parms for each function in the DLL? You can implement several functions for each number of params to pass: void pascal __export HBDLLENTRY1( char * ...
by Antonio Linares
Wed Aug 31, 2016 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4253

Re: create a harbour dll containing functions to be executed

... possible? Is pass by reference "@" a way to modify the value in the DLL and return to the EXE? Do you have to have the same number of parms for each function in the DLL?
by Perry Nichols
Wed Aug 31, 2016 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4253

FW app goes to sleep within remote desktop session

... screen saver is activated, our apps "hang" or "go to standby" and all processing is halted. If we change the screen saver parms to 999 minutes, the session does not go to "sleep" and our Fivewin/Harbour/Borland application runs to completion. Does anyone know ...
by don lowenstein
Fri Nov 12, 2010 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW app goes to sleep within remote desktop session
Replies: 1
Views: 547

Re: OT: .DLL interface

Hi Tim; I think it means you need to write a c wrapper funct to call the .dll function so that you can send your parms to it and then you need to write a c function with your .prg function name for them to call it. What is the .dll func you need to call? What parameters do you ...
by reinaldocrespo
Thu Sep 30, 2010 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 10768

Re: FWH 10.1 - DLL32 Function

... DLL work fine because I've used this DLL for several years. Here is the nature of the problem with a code snippet to support my suspscion. If no parms are passed - the DLL can be called as often as needed. As soon as the DLL is called ONE TIME with a Parameter, ALL SUBSEQUENT CALLS, regardless ...
by don lowenstein
Thu Feb 18, 2010 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 10717

Re: FWH 10.1 - DLL32 Function

... no success with the DLL - GPF every time. I'm using a DLL (IMAGE2PDF.DLL from Utility Warrior - you can down load it). This is a DLL that receives parms and/or returns info. If I call the DLL without passing parms, no problem using DLL FUNCTION and/or manually calling getprocadd() and calldll() ...
by don lowenstein
Wed Feb 17, 2010 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 10717

Re: FWH9.04 Activex Error....OCX the function exists justly insi

... CNKiosk_mgr:: nKioskMGRprocAppCommand (short cmd, LPCTSTR txBuf, long txLen, LPCTSTR rxBuf, long* rxLen, short optFlag) { long result; static BYTE parms[] = VTS_I2 VTS_BSTR VTS_I4 VTS_BSTR VTS_PI4 VTS_I2; InvokeHelper(0x4, DISPATCH_METHOD, VT_I4, (void*)&result, parms, cmd, txBuf, txLen, rxBuf, ...
by yunbg1
Thu May 21, 2009 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH9.04 Activex Error....OCX the function exists justly insi
Replies: 3
Views: 878

Re: ActiveX problem

... {EventInfo( e, a ) } ) } The following information gets logged as soon as the signing begins: 01/11/2009 15:48:34: Event:OnFirstTouch Parms: But after pressing [ok] nothing gets logged and the application aborts. Reinaldo
by reinaldocrespo
Sun Jan 11, 2009 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX problem
Replies: 17
Views: 6350

... There you should find the Port value that contains the COM port number for the raw IR device. If the Port value isn't there, check for a Parms subkey. If that is present, look for the Port value under it. If not, check for a Linkage subkey. If the Linkage subkey is present, check for ...
by Antonio Linares
Sat Feb 24, 2007 9:58 am
 
Forum: FiveWin for Pocket PC
Topic: How to activate IRDA(Infrared) connection?
Replies: 2
Views: 1796

Comprimir Carpetas y SubCarpetas con Zip32

Saludos. Alguien Me podria ayudar o modificar este Codigo que comprime bien los archivos de una carpeta pero no los Directorios y SubDirectorios. Yo deseo comprimir una Carpeta en el Disco C que se llama Prueba y dentro de Prueba hay varias SubCarpetas las cuales se me comprimen pero sin los archivo...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3291

... There you should find the Port value that contains the COM port number for the raw IR device. If the Port value isn't there, check for a Parms subkey. If that is present, look for the Port value under it. If not, check for a Linkage subkey. If the Linkage subkey is present, check for ...
by Antonio Linares
Mon Apr 17, 2006 7:23 pm
 
Forum: FiveWin para Pocket PC
Topic: IRDA como puerto comm
Replies: 3
Views: 2205

Exactly - For me, easier to store dialog parms in a database and build dynamically vs. create resource, manually code controls to variables. etc. Using a data dictionary for me, is cleaner - only one input program, only one browse/update program, ...
by Enrico Maria Giordano
Thu Feb 02, 2006 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaped and transparent dialogs
Replies: 22
Views: 5433
Next

Return to advanced search

cron