Search found 26 matches: dob

Return to advanced search

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

... recorte de <u> si <u> es un valor de tipo carácter y en caso contrario devuelve <u>. * Nuevas funciones misceláneas: - FW_AGE( dob, [dAsOn = date()] ) --> Edad en años. - FW_NEXTBIRTHDAY( dob, [dAsOn = date()], [lIncludetoday=.f.] ) --> dNextBirthday * Nuevos ejemplos: ...
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)

... <u> ) returns trim of <u> 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: ...
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

... 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: Storing: FIELD->MEMOFIELD ...
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

Break a array appart (result of swagger request) (SOLVED)

... dob":"0000-00-00","emailAddress":"marc@maveco.be","addressBookIds":"2","defaultBillingAddressId":2,"defaultDeliveryAddressId":2,"phoneNumber":"89853445","faxNumber":"","bankAccountNumber":"","subscribedToNewsletter":"0","guestAccount":1,"approved":1,"discountGroupId":0,"discountGroupName":"","groupDiscount":"0.00","numberOfLogins":1,"lastLoginDate":"2014-09-11 ...
by Marc Venken
Sat May 22, 2021 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Break a array appart (result of swagger request) (SOLVED)
Replies: 1
Views: 275

Re: Funcion Enviar mail de xHabour a Habour no funciona

Estimado..... muchas gracias.... pasó.... me este error... Error: Unresolved external '_HB_FUN_TURL' referenced from C:\DOB\DOB\CDX\COMPRASV\DEBUG\ENV-MAIL.OBJ Error: Unresolved external '_HB_FUN_TIPCLIENTPOP' referenced from C:\DOB\DOB\CDX\COMPRASV\DEBUG\ENV-MAIL.OBJ Error: Unresolved ...
by davidbarrio
Tue Mar 24, 2020 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion Enviar mail de xHabour a Habour no funciona
Replies: 14
Views: 2090

Re: understanding OOP returning more than value from a method

... - day(date()) endif Thank you Mr. Marc :D oPerson1 :=Tperson():new("Marc Venken",ctod("26/11/1965")) I think that is your DOB, right ? :lol: Best Regards oPerson1 :=Tperson():new("Fafi",ctod("09/05/1967"))
by fafi
Tue Oct 17, 2017 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3103

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... multiple rows in one operation. The values can be constants or variables or expressions, Examples: oCn:Insert( "emp", "name, age, dob", { cName, nAge, dDateofBirth } ) oCn:Insert( "emp", "name,photo", { "John", MemoRead( "john.jpg" ) ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28449

New FTDN August 2014 (FWH 14.08)

... := MsgGet( "TEST", "Edit Values", aVars ) (b) Provide Prompts lModified := MsgGet( "TEST", { "Name", "DOB", "Married", "Salary" }, aVars ) (c) Using Multi-Dim array. This is the most recommended form, as this supports greater ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1843

New FTDN February/Febrero 2014 (FWH 14.02)

... to the ADO connection opened through FW function to Add or Modify a column. Usage: cSql := FW_AdoAddModiColSQL( "customer", { "DOB", 'D', 8, 0 }, "ADD" ) oCn:Execute( cSql ) * New: translate in fwsqlcmd.ch: SQL ALTER TABLE ADD/MODIFY COLUMN aCol --> cSql example: ...
by Antonio Linares
Mon Mar 10, 2014 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2014 (FWH 14.02)
Replies: 2
Views: 1622

Re: Network Issue

... names etc... (everyone is always in too much of a hurry these days) While it's true that the patient will know their first name, last name and DOB, the patient will not always be on site when the user searches the data. In many cases, the doctor will go back into the patient file after the ...
by Jeff Barnes
Tue Jan 14, 2014 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: Network Issue

... the one I want. I understood his need was to get a progressive search which is included in the xBrowse methods. If he needs to look up Samuel Dobrienskivask, he may find the record in the list with just Dob. However, James Smith will likely require him to input far more. Anyway, that is the ...
by TimStone
Tue Jan 14, 2014 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: Network Issue

... names is still a lot for a user to browse through looking for one record. And without the ID or MRN, how would they determine this? Let's consider DOB (date of birth). Assuming everyone lives to be 100 or less, we have: 1/365 * 100 = 0.0000274 or, 0.00274% chance of having any given DOB So out ...
by James Bott
Mon Jan 13, 2014 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Missing folder tabs

... EDITTEXT 2100,14,24,104,12 EDITTEXT 2101,142,24,16,12 EDITTEXT 2102,182,24,110,12 LTEXT "SSN:",-1,54,43,19,8 LTEXT "DOB",-1,123,44,17,8 LTEXT "_",-1,169,44,16,8 LTEXT "SP. SS #",-1,226,44,33,8 EDITTEXT 2103,30,56,67,12 EDITTEXT 2104,106,56,50,12 ...
by DonDrew
Mon Aug 23, 2010 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing folder tabs
Replies: 2
Views: 590

Re: Openoffice's macros

... named sTextDocName and saves it both as a text file and as a pdf. I use the text file to extract key data (in this case things like patient name, DOB, procedure etc) that can be used to access the document stored as a pdf in an archive. Regards xProgrammer
by xProgrammer
Thu Apr 15, 2010 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Openoffice's macros
Replies: 2
Views: 650

Error en Windows Vista

Estimados Porque me pueda dar el siguiente error en Windows Vista, se puede solucionar? Application =========== Path and name: C:\EMPRESA\ECOGRA\dob_Ecog.Exe (32 bits) Size: 706,048 bytes Time from start: 0 hours 0 mins 8 secs Error occurred at: 17/12/2009, 11:29:37 Error description: Error BASE/100...
by dobfivewin
Thu Dec 17, 2009 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Windows Vista
Replies: 3
Views: 538
Next

Return to advanced search