Search found 1787 matches: customer

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... existing record or a new record and saving to a table without having to open RowSet object, thus saving time. Usage: oCustRec := oCn:Record( "customer" ) // creates a blank record oCustRec:Edit() // edit and save (append) a new record oCustRec:Blank() // load another blank record oCustRec:Edit() ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 44

Re: New txbrowse

... of the saved states ? I still like the idea to subclass xbrowse for our own purposes, and will look into it. Yes. Imagine you have many fields for customer archive. the programmer makes all the fields available to the end user but for space reasons sets some columns (defined columns) you end user ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 387

FWHMySql - Failing to restore large files

Hi Guys, A customer changed his server, as we recommended, before he made a backup of his database. However, we aren't being able to restore it. Allways we try to restore, there is happening the error bellow: Application Internal ...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 121

Re: also error with btnbmp SHOWPOPUP

Nages I made a small test with all my 3 buttons I use customer.dbf https://i.postimg.cc/tJmwGCwL/kkk.png modify the sample test xbrwin7.prg I have error when press btn2 the test // Using Windows 7 row selection colors in xbrowse#include ...
by Silvio.Falconi
Sun Mar 31, 2024 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1708

Re: Question about performance RowSet

... call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use an sql like "select age from customer where id = 100" this function returns 58, instead of {{58}} That is ok, works fine.
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: Question about performance RowSet

... call this immediately aStruct := oCn:Execute() QueryResult This is an extension to Execute. if we use an sql like "select age from customer where id = 100" this function returns 58, instead of {{58}} As you indicated above, if we want to edit just one record in a table, we ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

Este ejemplo parece correcto: #include "fivewin.ch"function Main()   USE CUSTOMER   ? SELECT()   // --> 1   DBSELECTAREA( 0 )   ? SELECT()  // --> 2return nil He puesto en mi MAIN() inmediatamente después de declarar las ...
by FiveWiDi
Tue Mar 05, 2024 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3621

Re: Does anyone have an Envelope Printing module ?

Gentleman I have a customer that had a contact database in SAGE and SAGE has quit supporting their Contact info of products. I was fortunant enough to export my Customers data into an Excel file which I imported into MS Access. I have ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 578

Does anyone have an Envelope Printing module ?

To All I have a Customer that I have built a Contact database .. and my customer is replacing a Sage product and the Sage product has an envelope Printing module for various size envelopes .. I was hoping someone may have a pre-built ...
by Rick Lipkin
Fri Mar 01, 2024 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 578

To Nages : Search on Xbrowse tree

I want to display the normal xbrowse first and then recall the tree through a combobox and have in both cases the possibility of searching for a customer through the get control and the oBrw:oSortCbx combobox and also to add on oBrw:oSortCbx { "Starting With", "Containing" ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 386

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Detlef, may I ask what software you make? Do you have your own product, and what is your customer base? I think it all depends on that. Best regards, Otto Dear Otto, I'm a retired programmer who created all necessary programs for a company which still Is a producer/manufactor ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Detlef, may I ask what kind of software you make? Do you have your own product, and what is your customer base?
I think it all depends on that.
Best regards,
Otto
by Otto
Fri Jan 26, 2024 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: MySql vs Oracle

... ( ado ) Enterprise database would be Microsoft Sql Server which is free up to a certain number of users .. I am NOT a Cloud person .. and when a Customer comes into our Computer shop we have a sign on the wall that says: The definition of "The Cloud" is basically someone elses computer ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1677

Re: MySql vs Oracle

... ( ado ) Enterprise database would be Microsoft Sql Server which is free up to a certain number of users .. I am NOT a Cloud person .. and when a Customer comes into our Computer shop we have a sign on the wall that says: The definition of "The Cloud" is basically someone elses computer ...
by Rick Lipkin
Wed Jan 24, 2024 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1677

Re: Cambiar Tree Completo Sobre xBrowse (solucionado)

Dear Rao, a question if I have an xbrowse with customer.dbf (with a combobox to select the indexes and a get to search for customers - see the example diagram below) USE CUSTOMER.... DEFINE DIALOG oDlg @ 10, 165 GET oGet VAR cSeek SIZE 200,19 ...
by Silvio.Falconi
Mon Jan 22, 2024 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 763
Next

Return to advanced search