Search found 2344 matches: info

Return to advanced search

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Hello, I'm getting this error while I'm trying to compile ERP.PRG sample. I'm using FWH64, Habour 64 and BCC7164 I don't know if is there issues with Harbour and Borland on 64 bits Mysql.h file is on FWH64 include folder Please advise ┌────────────────────────────────────────────────────────────────...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 6151

Re: loading the data info from dbf

Now I correct with aItems:=AddFirstRecord(...) aRighe:={} aRighe := oRigheInvoice:DbfToArray( cItemFlds, { || FIELD->Invoice ==alltrim(nInvoice) } ) for n= 1 to len(arighe) aadd( aItems,aRighe[n]) next but is it correct to do it this way?
by Silvio.Falconi
Wed Jun 23, 2021 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: loading the data info from dbf
Replies: 1
Views: 303

loading the data info from dbf

I load in the aItems array first a line that I need for the umbrella info, then I load the services in the same array aItems aItems:=AddFirstRecord()aItems := oRigheInvoice:DbfToArray( cItemFlds, { || FIELD->Invoice ==alltrim(nInvoice) ...
by Silvio.Falconi
Wed Jun 23, 2021 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: loading the data info from dbf
Replies: 1
Views: 303

edit a record with tdatabase - I am in trouble

... use an xbrowse to get the record so I have to search the archive first before to make the modify I select an obtn where I save a cargo with many info local cNumPre :=oBtn:cargo[28] //open the database and order on Invoice number oReserva:=Tdatabase():Open(,::cDbfPath + "Reserva" ,"DBFCDX", ...
by Silvio.Falconi
Fri Jun 18, 2021 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1376

Re: check existing first and last on customer

... each have a different CUSTNO. You just link the reservation by adding the CUSTNO to the reservation. And with this you can find the right customer information in the customer file from the reservation CUSTNO. Then you add methods to the reservation class to lookup the customer info in the customer ...
by James Bott
Tue Jun 15, 2021 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 3151

Re: Consulta Array o Dbf en Xbrowse

... con un numero que tienen asignado los usuario cuando se crean, así puedo usar un archivo personalizado por cada usuario y se genera Ejemplo: "INFO"+Nro_Usu y me va a dar un INFO12. Esta macro le he usado desde clipper y nunca he tenido problemas. Respondiendo a tu sugerencia, ya había ...
by remtec
Tue Jun 15, 2021 12:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Array o Dbf en Xbrowse
Replies: 14
Views: 2390

Re: SetLandscape

... the default for this printer and for all applications using this printer. Code: Select all DWORD dw; PRINTER_INFO_2 *pi2; // get default printer info structure which contains the DEVMODE GetPrinter( m_hPrinter, 2, NULL, 0, &dw ); pi2 = (PRINTER_INFO_2 *)GlobalAllocPtr( GHND, dw ); GetPrinter( ...
by Otto
Mon Jun 14, 2021 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1502

Re: Send EMail Within FW Appplication....

Here is a very old message thread discussing this topic.

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15843&p=82081&hilit=gmail#p82081

Also note the info about the firewall blocking port 465.
by James Bott
Thu Jun 10, 2021 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3574

Re: Pagos con MercadoPago

Mercado Pago cada vez que registra un pago, devuelve como información del pago la siguiente información: {  "id": 20359978,  "date_created": "2019-07-10T14:47:58.000Z",  "date_approved": "2019-07-10T14:47:58.000Z",  ...
by cmsoft
Tue Jun 08, 2021 7:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pagos con MercadoPago
Replies: 2
Views: 572

Re: ¿Error de Tdolphin con decimales MySql?

Jose, muchas gracias por la info. No lo sabía a esto.
by cmsoft
Tue Jun 08, 2021 11:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Error de Tdolphin con decimales MySql?
Replies: 8
Views: 1165

Re: Get search on TopBar of a Xbrowse

... https://i.postimg.cc/RZTDxft7/topbar.png while the combobox seem to work good refreshing the xbrowse , the get not search any info    #include "fivewin.ch"    REQUEST DBFCDX    //----------------------------------------------------------------------------//    function ...
by Silvio.Falconi
Mon May 31, 2021 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get search on TopBar of a Xbrowse
Replies: 1
Views: 379

Re: Carpeta Escritorio en Windows

... Documents"#define CSIDL_PERSONAL                  0x0005        // "C:\Documents and Settings\user\My Documents"  Como ves la info está todo en este foro!!!! ;)
by FiveWiDi
Fri May 28, 2021 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carpeta Escritorio en Windows
Replies: 6
Views: 565

Re: Put Hash data into a dbf

If there a function to retrieve this info ? Manufacturor name : B&W -> manufacturer":{"id":46,"name":"B&C" c_model = BCWU03W -> model":"BCWU03W" // this is more easy c_CatID ...
by Marc Venken
Thu May 27, 2021 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1237

Re: TDatabase Again .. Xbrowse does not resolve data

Rao Just sent you a small self contained example via HighTail.com ... 1) Start main 2) Click on Clint Info 3) you will see a couple of oDBf xbrowses verifying the database 4 Click on view all .. this should paint oLbx or the top xBrowse .. Instead I get an ( included ) error ...
by Rick Lipkin
Tue May 25, 2021 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Again .. Xbrowse does not resolve data
Replies: 6
Views: 605

Hashes inside Xbrowse fields, how to retrieve easy

... => "" } otherse like {"","","","",""} Just curious : why do they store info that way and not simple as 1 field or is it the way they send data by Json files
by Marc Venken
Sat May 22, 2021 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hashes inside Xbrowse fields, how to retrieve easy
Replies: 0
Views: 264
PreviousNext

Return to advanced search