Search found 212 matches: age

Return to advanced search

Re: ADS - The future is <sadly> now so where do you go ?

> aadd(lc_aStructTmp,{"bImgFileBlob","blob",8,0,0,"Bytes do arquivo imagem",Nil}) I mean can't you use a file for each record instead of the blob field? In the agent register from code 1 to 42000 the table with the images is N_AGE_DOCIMGS001, after 42001 to 84000 th...
by Giovany Vecchi
Wed Apr 20, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: ADS - The future is <sadly> now so where do you go ?

>My tables have complex division schemes as they use many blobs/binarys fields. Hi Giovany, can you please explain what you are doing exactly. Can't you use the file system instead? Best regards, Otto Otto, I'm going to explain a case here. I have an agent table that has 320,000 names. The notar...
by Giovany Vecchi
Wed Apr 20, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: behaviour of listbox in wbrowse

Dear all,
I want ask again why for column 3 of my sample code the CENTER clause is ignored.
Even the example of Antonio does not center the column 'age'.
And Antonio surely has not an outdated FWH version as me. :)
by Detlef
Tue Mar 08, 2022 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: behaviour of listbox in wbrowse
Replies: 10
Views: 505

Re: behaviour of listbox in wbrowse

... 2010". Maybe I could solve my problem by coding a bLostFocus block? Please, an other question. Do you know why the CENTER clause for column 'age' is ignored? Regards, Detlef
by Detlef
Sat Mar 05, 2022 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: behaviour of listbox in wbrowse
Replies: 10
Views: 505

Re: check existing first and last on customer - RESOLVED !!!

... fashionable. In my city there are many people who are called like me (name and surname) but we are not relatives, one in particular is the same age as me but was born the day before me, so even the tax code is almost the same and a few weeks ago his grandfather died who was named like us and ...
by Silvio.Falconi
Thu Jun 17, 2021 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2508

Re: New FTDN April/Abril 2021 (FWH 21.04)

Marzo y Abril 2021 ================== * Nuevo: Método Redefine( nId, oWnd, cGifName ) en la clase TGif. Por favor, nuevos ejemplos samples\testgifr.prg y testgifr.rc http://forums.fivetechsupport.com/viewt ... 21#p240521 * Corrección: En la función FW_MemoEdit(). Se ha corregido la pérdida de recurs...
by Antonio Linares
Fri Jun 04, 2021 2:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1960

New FTDN April/Abril 2021 (FWH 21.04)

... if <u> is a character value and otherwise returns <u>. * New Miscellaneous functions: - FW_AGE( dob, [dAsOn = date()] ) --> Age in years. - FW_NEXTBIRTHDAY( dob, [dAsOn = date()], [lIncludetoday=.f.] ) --> dNextBirthday * New Samples: - xbmulsel.prg: demonstrates use of ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1960

Re: Put Hash data into a dbf

... all values of the hash are converted to character values. For example, consider this hash. { "Name" => "John", "Age" => 30, "DOB" => {^ 1991/02/02 } } When we conver this hash to json and back, dob is converted to character type. I suggest: ...
by nageswaragunupudi
Tue May 25, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1123

Re: funcion FW_CdxCreate() (SOLUCIONADO)

... assume that we keep index on FIRST,LAST and CITY for customer.dbf in the customer.cdx on the disk. Now, we want to browse fields FIRST,CITY,STATE,AGE,SALARY. Out of the 5 columns we have index on FIRST and CITY only. But we like the browse to autosort on STATE and AGE also. Then we can do: USE ...
by nageswaragunupudi
Tue Apr 13, 2021 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion FW_CdxCreate() (SOLUCIONADO)
Replies: 4
Views: 577

Re: EasyReport progress?

... comments COMPLETELY is that the infrastructure does NOT exist for many of my clients, and they also have very valid security concerns. Thus, at my age, my focus must always be on the needs of my existing clients. In no way is that a criticism of mod_harbour, but it is NOT something I can incorporate ...
by TimStone
Tue Mar 30, 2021 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8868

Re: Data management system

Otto, As I age, keeping notes is important for me. So I use One Note and generally type in everything. However, I use a multitude of tools. Because I use an iMac as my primary machine, plus an iPad and iPhone, I use an app called ...
by TimStone
Tue Mar 16, 2021 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2182

Re: fieldWBlock

... ,; "STREET" ,; "CITY" ,; "STATE" ,; "ZIP" ,; "HIREDATE",; "MARRIED" ,; "AGE" ,; "SALARY" ,; "NOTES" } this Run ok if I wish print a barcode nCampo:= 2FIELDWBLOCK( ncampo, SELECT( "CUST" ...
by Silvio.Falconi
Wed Nov 18, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1208

Re: Program techniques : change indexorder or use aliases

... if uVal is an expression bcRetExpr: codeblock/string: Expression to evaluate Examples: CUSTOMER->( FW_DBFLOOKUP( 108, "ID", "AGE" ) ) --> nAge of ID 108 CUSTOMER->( FW_DBFLOOKUP( 99, "ID", "FIELD->SALARY += 100" ) ) --> Salary field is ...
by Marc Venken
Wed Nov 04, 2020 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 679

Re: My two cents

Totally agree with you, dear Otto!

With just a single year of age, mod harbour already shows its high potential.

"Now" is always the best time to start anything, specially for us developers...
by ricbarraes
Mon Aug 17, 2020 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My two cents
Replies: 2
Views: 591

Re: filter or where statement in SQL

Hi Mr. Rao, oRs := oCn:RowSet( "select * from `customer` where `state` = ? and 'age' between ? and ?", { cState, nMinAge, nMaxAge } ) There is a data "Source" in FWMARIAROWSET. We can see sql statement like "select * from `customer` ...
by Horizon
Wed May 06, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 690
PreviousNext

Return to advanced search