Search found 6658 matches: name

Return to advanced search

Soporte a mariaConnect ?

Buen dia... Requiero soporte a la lib mariaConnect... Existe un parámetro o opción para que los métodos ... oRs:Append( { "name", "salary" }, { "Anderson", 30000 } ) METHOD Update( aFields, aValues ) --> lSuccess METHOD Delete() --> lSuccess METHOD Zap() ...
by russimicro
Tue Nov 19, 2024 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Mysql recover values usaing field names

How can I recover values from a SELECT using the field name and not its position in th array? oCn :=maria_Connect( cHost,cUser,cDb,cPwd ) IF oCn=NIL msgwait("Error conectando con eventos en la nube","") return nil ENDIF cQwery:="SELECT ...
by PAUL SIMM
Mon Nov 18, 2024 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 194

Re: xImage doubt

hi,
alerchster wrote:in front of your rc-file
Code: Select all  Expand view
#include "..\include\WinApi.ch"

THX, that include i miss.

but still missing SS_CENTERIMAGE
XIMAGE.RC(11) : error RC2104 : undefined keyword or key name: SS_CENTERIMAGE

which i found in Winuser.H
by Jimmy
Mon Nov 18, 2024 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 540

Re: Most powerfull Xbrowser and PDF

... 10. StandardDruckerUmstellen(cDruckerName) Temporarily changes the system's default printer to cDruckerName. Returns the previous default printer name for restoration. 11. change2default_printer(coldprinter) Restores the previously saved default printer (coldprinter). 12. ENUMCHILDWINDOWS A C ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 663

xImage doubt

... I try: @40,40 XIMAGE oImage SIZE 300,300 OF oDlg411 SOURCE MEMOREAD( Lista411:aRow[ 4 ] ) but I get this error: Application =========== Path and name: D:\SISTEMAS\ESC\finesc.exe (32 bits) Size: 8,592,896 bytes Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20181011) FiveWin version: ...
by wartiaga
Sun Nov 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 540

Re: cloud or not cloud

... 0, 'F' => 0];// Loop through each recordfor ($i = 1; $i <= $totalRecords; $i++) {    $record = php4dbf_get_record_with_names($dbfHandle, $i);    if (!$record) {        continue; // Skip if the record is invalid    }    // Age Statistics    $age ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: cloud or not cloud

Dear Carles, I bet you can't name a dozen users here with production applications using the Fivewin/SQL combo. And if you’re right, it would also be good to see some signs of life from these users as a strong group here. I only see this ...
by Otto
Fri Nov 15, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1034

Re: icon from a .RC file

You can save it from a RES file but you can't save it from a RC file as you only have the icon name there.

The RES file does include the icon contents.
by Antonio Linares
Thu Nov 14, 2024 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: icon from a .RC file
Replies: 8
Views: 254

xbrowse(autosort) + tdolphin - erro

... an object 'xbrowse', using tdolphin. The main query has a relationship between tables, which coincidentally has a field in the table with the same name: "key". But this field is not part of the query. SELECT p.key, p.data, c.name FROM orders AS p LEFT JOIN customers AS c ON(c.code=p.code) ...
by MGA
Wed Nov 13, 2024 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 174

Re: Copy file by mask

Such a feature has emerged. Functions like filecopy() work fine if there is no '*' character in the file name.
CMD copy and xcopy allow you to copy files with the '*' symbol in the name, but only if all folder names in the path to the file are in Latin
by Natter
Thu Nov 07, 2024 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 550

Re: xharbour 1.30 e fwh 24-09

My name is Enrico, not Enerico. :-)

Anyway, please try with the latest xHarbour build and report back:

http://xharbour.org/index.asp?page=download/windows/binaries_win
by Enrico Maria Giordano
Tue Nov 05, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour 1.30 e fwh 24-09
Replies: 6
Views: 162

Re: How to add 2d barcode to fastreport or fwh/harbour?

... ; LoadImageFromHbVar(Picture1,'fr3img'); end; // "model" cstr ,'sub': directory where out.bmp lays,picture1:your image cell name fastreport image type cell -- event page : onberforeprint , choose the Picture12OnBeforePrint 1.3 app prg , deinfne function fr3img3 FUNCTION fr3img3(cstr1,cdir1) ...
by ShumingWang
Tue Nov 05, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 334

Problem with FW_ArrayAsList - Resolved -

... {ba,ca,fi,ge,mi,na,pa,rm,to,ve,nz}  on my func I must make a string with the name of wheel selected Function InsertString(aLista)      local ba,ca,fi,ge,mi,na,pa,rm,to,ve,nz      local aNew:={}      local  cstring  ...
by Silvio.Falconi
Sat Nov 02, 2024 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_ArrayAsList - Resolved -
Replies: 4
Views: 169

Re: Copy file by mask

The file in question has a header in UTF 8. It contains characters from another code table. In this case, DIRECTORY() will show the file name with the characters "?" in places of characters from another code table. Therefore, I cannot copy or change the name of this file using FW ...
by Enrico Maria Giordano
Sat Nov 02, 2024 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 550

Re: Copy file by mask

The file in question has a header in UTF 8. It contains characters from another code table.
In this case, DIRECTORY() will show the file name with the characters "?" in places of characters from another code table.
Therefore, I cannot copy or change the name of this file using FW tools.
by Natter
Sat Nov 02, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 550
Next

Return to advanced search