Search found 14 matches: singular

Return to advanced search

Re: FWTool to automate DBF and mod harbour

... second example so you can build lots of code into the customers class. Note that I use the plural name (customers) for the customer table and the singular name (customer) for a single customer record. Also, here is some food for thought. Ideally, you should create a database class for DBFs and ...
by James Bott
Mon Oct 25, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1105

Re: Marc : Conversion process and questions about it

... the invoice object opens a copy of the oCustomers object in the oInvoice:New() method and it looks up the customer record and creates a oCustomer (singular) object inside the TInvoice class. I never use publics.
by James Bott
Mon Mar 15, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: Search on customers.dbf

... Unrelated to your current need, but note that you can create a method in the Rental Object (singular) class that returns an array of all the guests on that rental which you can then call from the object. oRental:GuestList() // returns a list ...
by James Bott
Mon Mar 18, 2019 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on customers.dbf
Replies: 12
Views: 2062

Re: A toolbox of netfunctions and tDatabase-tests

... a class for each file and the class name should be plural (Customers for tables) Later you will want to create record classes and they should be singular (Customer) Forget aliases--you will rarely, if ever, need to use them again. #include "fivewin.ch"Function Main()   local ...
by James Bott
Fri Jan 25, 2019 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6182

Re: Final conversion 16 bit to FWH

... to try OOP. I like to make the object names as much like real-world names as possible. And I try to make table objects plural so I can use a singular object of the same type later. For instance oCustomers and oCustomer. So, I would suggest for you to use oKlants now so you can use oKlant ...
by James Bott
Fri Jul 07, 2017 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5023

Re: Example Business Object (Customer)

... oCustomer    xbrowse(oCustomer)    msginfo(oCustomer:First) In the above perhaps you have missed the difference between a customer object (singular) and the customers (plural) table? The customer object represents a single customer. It is independent of the table. It has its own data which ...
by James Bott
Thu Jun 29, 2017 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8490

Re: FWH 64 para bcc 7.1 64 bits está funcionando!!!

... email Gracias. En el buildh64.bat llamas a una etiqueta que no existe, el error es que llamas "en plurar" y la etiqueta esta "en singular". if errorlevel 1 goto COMPILEERRORS // Termina en "S".../...:COMPILEERROR // No termina en "S"@type comp.log@type ...
by Antonio Linares
Tue Mar 29, 2016 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 para bcc 7.1 64 bits está funcionando!!!
Replies: 32
Views: 5008

Re: FWH 64 para bcc 7.1 64 bits está funcionando!!!

... email Gracias. En el buildh64.bat llamas a una etiqueta que no existe, el error es que llamas "en plurar" y la etiqueta esta "en singular". if errorlevel 1 goto COMPILEERRORS // Termina en "S".../...:COMPILEERROR // No termina en "S"@type comp.log@type ...
by JmGarcia
Mon Mar 28, 2016 7:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 para bcc 7.1 64 bits está funcionando!!!
Replies: 32
Views: 5008

Re: 2155 error hb_cdxindexCheckVersion fivewin/harbour

Ok Antonio,

Close the area ( USE)
then reload with index ( without reindexing)

at the moment is the only work around!

Anyway this will be a problem not only for my singular case, almost with windows 8.1.

Thamks a lot! Antonio
Lorenzo
by lorenzoazz
Tue Jul 07, 2015 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2155 error hb_cdxindexCheckVersion fivewin/harbour
Replies: 16
Views: 3546

Re: Control antipirateria

... y de expander un producto. Y donde lo instalé lo actualizaron con las siguientes versiones. Estaremos de acuerdo en que tengo una visión quizás singular del asunto. En fin, me he ido por las ramas. Como dicen, mis 2 cents. Un Saludo Carlos G.
by FiveWiDi
Wed Jan 06, 2010 11:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control antipirateria
Replies: 14
Views: 4956

Antonio,

Me ha gustado tu idea de poner en singular la moneda y "céntimos" cuando el importe sea UNO. No habia caido en ello, aunque a decir verdad, pocas cosas se pueden comprar por aquí con un euro.

Ya he incorporado esa idea tuya a mi función.
by Manuel Valdenebro
Mon Mar 03, 2008 11:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir Número a texto
Replies: 11
Views: 3496

... Function Num2Txt(nCantidad) //*******###### //Utilices o cambie estos valores según su moneda Local acMoneda := {" euro " , " euros "} //Moneda en singular y plurar Local acCentimos := {" centimo", " centimos"} //Centimos en singular y plurar Local lCentsEnletra := .t. //Si es falso muestra los ...
by ARCC
Sun Mar 02, 2008 9:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir Número a texto
Replies: 11
Views: 3496

Teclado en Pantalla!!

... engorroso a la hora de usar cuando se tiene una resolucion de pantalla elevado Alguien a intentado hacer algo parecido en FiveWin?? Alguna idea singular de como hacerlo?? Muchas Gracias por su tiempo!!
by danielr cyberia®
Wed Jun 13, 2007 3:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Teclado en Pantalla!!
Replies: 1
Views: 559

TPrinter vs TReport con USB

... en FiveWin. Nunca he tenido problemas con la impresión. No obstante desde que me he comprado una impresora nueva USB me ha surgido un problema singular. Lo que mando al USB vía TPRINTER se previsualiza y se se imprime, pero lo que envío con TREPORT ni se previsualiza ni se imprime. Sin embargo, ...
by manuramos
Tue Dec 27, 2005 7:44 pm
 
Forum: FiveWin para CA-Clipper
Topic: TPrinter vs TReport con USB
Replies: 3
Views: 1500

Return to advanced search