Search found 22 matches: buf

Return to advanced search

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4990

Re: EXIF

... now: https://stackoverflow.com/questions/35316284/running-executable-application-on-chrome >Where to put the received data ? I store the data (buf) with memowrit(). Best regards, Otto
by Otto
Thu Mar 18, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1873

Problems with the Http request

... Open( "GET", "https://MySait/xx.php?DNSID=wCx", 1) ohttp:Send (NIL) ....... and I want to get the HTML text of this page buf:=ohttp:responseText However, as a result, I get the HTML text of the main page of the MySait site. It turns out that the HTTP request is not triggered ...
by Natter
Tue Mar 17, 2020 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with the Http request
Replies: 3
Views: 737

Re: Contents of the input field

Since I need to get the text from someone else's application, the Getwindowtext(hWn) function will return an empty value.
I solved this problem using clipboard

SendMessage(hWn, EM_SETSEL, 0, -1)
SendMessage(hWn, WM_COPY, 0, 0)
buf:=oClp:GetText()
by Natter
Wed Nov 13, 2019 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contents of the input field
Replies: 2
Views: 503

Contents of the input field

... is an input field (class Edit). There is text in this field. I know the pointer of this field and want to get its contents #DEFINE WM_GETTEXT 13 buf:=space(200) SendMessage(hWn, WM_GETTEXT, 200, @buf) As a result, I get an empty value. What am I wrong about ? Windows 10, FWH 18.06
by Natter
Tue Nov 12, 2019 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contents of the input field
Replies: 2
Views: 503

Re: Insert a photo

I need to save the picture to BLOB. I can do this
buf=memoread ("my.jpg")
blobdirectput(0, buf)

But is it possible to do so ?
blobdirectput(0, image:GetHBitmap() )
by Natter
Fri Nov 09, 2018 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a photo
Replies: 12
Views: 1880

Re: Picture para cuentas IBAN y teléfonos.

Carlos Mora wrote:Sería algo como 'AA99.9999.9999.9999.9999', no?
Para el telefono '999 999 999'


Muchas gracias, el teléfono funciona (buf... que alivio poder leer fácilmente la información), el IBAN debo probarlo aún (supongo que funcionará).
by FiveWiDi
Mon Sep 18, 2017 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Picture para cuentas IBAN y teléfonos.
Replies: 4
Views: 728

Re: Comunicación de puerto COM con Impresora Fiscal

... de Harbour/xHarbour que se llamam HBCOMM.LIB tienes todas estas funciones: INIT_PORT // Open port and créate handle OUTBUFCLR // purge output buffer -> Limpeza da Saida do Buffer ISWORKING // See if port is opened correctly INCHR // get char/s OUTCHR // Send out characters. Returns .t. ...
by JmGarcia
Mon Jul 27, 2015 9:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comunicación de puerto COM con Impresora Fiscal
Replies: 8
Views: 1727

Re: xHarbour 1.2.3 build 20141106

This is the changelog for November and December: 2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED 2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com> * source/rtl/win32ole.prg ! add missing...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5821

Re: Descubrir dispositivos via Bluetooth

... ); DWORD flags = LUP_CONTAINERS; WSAQUERYSET *qs = (WSAQUERYSET*) malloc( qs_len ); HANDLE lphLookup; INT nError; BTH_ADDR result; char buf[40] = {0}; DWORD bufsize = sizeof(buf); PHB_ITEM aTemp = hb_itemNew( NULL ); PHB_ITEM aNew = hb_itemArrayNew( 0); GUID guid = SVCID_HOSTNAME; hb_arrayNew( ...
by softruz
Wed Nov 18, 2009 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descubrir dispositivos via Bluetooth
Replies: 5
Views: 1318

ActiveX IE

Hi, all !

oAct = TActiveX():New( oWnd, "Shell.Explorer.2" )

oDk:=oWnd:GetProp("Document")
OLEInvoke(oDk,"Write",buf) // buf - HTML-text variable

This design worked in earlier versions FWH, but in FWH9.3 I got window error ?
by Natter
Sun Apr 05, 2009 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX IE
Replies: 2
Views: 421

... external 'pmtg.dll'; function mt_setbeepkey(id: DWORD; OnOff: DWORD): DWORD; far; stdcall; external 'pmtg.dll'; function mt_getkey(id: DWORD; var buf: BYTE): DWORD; far; stdcall; external 'pmtg.dll'; function mt_programkbd(id: DWORD; var codigo: BYTE): DWORD; far; stdcall; external 'pmtg.dll'; ...
by MGA
Wed Jul 23, 2008 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como chamar esta DLL ??
Replies: 10
Views: 3954

Como chamar esta DLL ??

... external 'pmtg.dll'; function mt_setbeepkey(id: DWORD; OnOff: DWORD): DWORD; far; stdcall; external 'pmtg.dll'; function mt_getkey(id: DWORD; var buf: BYTE): DWORD; far; stdcall; external 'pmtg.dll'; function mt_programkbd(id: DWORD; var codigo: BYTE): DWORD; far; stdcall; external 'pmtg.dll'; ...
by MGA
Tue Jul 22, 2008 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como chamar esta DLL ??
Replies: 10
Views: 3954

Problem with Editor of Source

... Chr( VK_END ) ) oMemo:Paste( textpegar ) endif retu .t. //27/06/2005 Static Func verTablesActiv(oBtn) Local atables:=dametablasactiv(),n,bblock,buf:=select() LOCAL oMenu Local area Local objsql,plus MENU oMenu POPUP For n=1 to len(atables) area:=val(subs(atables[n],1,at("-",atables[n] )-1 ) ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... Chr( VK_END ) ) oMemo:Paste( textpegar ) endif retu .t. //27/06/2005 Static Func verTablesActiv(oBtn) Local atables:=dametablasactiv(),n,bblock,buf:=select() LOCAL oMenu Local area Local objsql,plus MENU oMenu POPUP For n=1 to len(atables) area:=val(subs(atables[n],1,at("-",atables[n] )-1 ) ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2160
Next

Return to advanced search