Search found 13 matches: gender

Return to advanced search

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

... like this : The status 200 = that there was a positive result found. {"status":200,"data":[{"customerId":1,"gender":"","firstName":"Marc","lastName":"Venken","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: 277

Re: How to read a hash from a file

... read such a hash: {"UUID"=>"value", "anrede1"=>"frau", "anrede2"=>"", "gender"=>"", "titel"=>"DI", "staat"=>"Indien", "Passnummer"=>"1234", ...
by nageswaragunupudi
Mon May 18, 2020 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read a hash from a file
Replies: 5
Views: 792

How to read a hash from a file

... read such a hash: {"UUID"=>"value", "anrede1"=>"frau", "anrede2"=>"", "gender"=>"", "titel"=>"DI", "staat"=>"Indien", "Passnummer"=>"1234", ...
by Otto
Sun May 17, 2020 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read a hash from a file
Replies: 5
Views: 792

Re: What does this syntax mean? hHead := {=>}

... // in xHarbour, you can write this as hPerson:name but if I'm not mistaken such notation won't auto create non-existent key hPerson["gender"] := "M" AddToDbf(hPerson)
by hua
Wed Jul 03, 2019 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1396

Re: Google Cloud Platform

... addresses, e-mails, phone numbers, usernames, passwords, answers to security questions, resumes, cover letters, and voluntary information such as gender, race, veteran status, and disability. At this time, there is no evidence that any other parties accessed the job-seekers’ information, other ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4160

Re: Proposal .. 'just not xBase any more'

... addresses, e-mails, phone numbers, usernames, passwords, answers to security questions, resumes, cover letters, and voluntary information such as gender, race, veteran status, and disability. At this time, there is no evidence that any other parties accessed the job-seekers’ information, other ...
by Rick Lipkin
Wed Mar 08, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5750

Re: Happy Three Kings!

... "good girls". We the spanish speakers usually make this mistakes because in most cases the male plural is applied when refered to both genders, with the exception of those cases where the nouns are significantly different depending in the gender, like in "damas y caballeros" ...
by Carlos Mora
Fri Jan 06, 2017 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Three Kings!
Replies: 7
Views: 2139

Re: Voces

Adhemar,

En teoria debe hacerse asi:

oVoice:Voice = oVoice:GetVoices():Item( 0 )

ó:

oVoice:Voice = oVoice:GetVoices( "gender=female" ):Item( 0 )

pero ambos dan error y deberían funcionar...

Además, esto parece correcto:

MsgInfo( oVoice:GetVoices():Item( 0 ):ClassName() )
by Antonio Linares
Fri Oct 25, 2013 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Voces
Replies: 23
Views: 7460

Re: Let FWH talk to you :-)

Lucas,

It seems as this could help:

mshta m = vbscript:CreateObject("SAPI.SpVoice").Voice m.GetVoices("gender=male;language=34" ).Item(0)
mshta m.Speak("Application successfully built")(Window.close)

but still not working...
by Antonio Linares
Thu May 16, 2013 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Let FWH talk to you :-)
Replies: 2
Views: 757

DICOM

... I finally have access to a DICOM box (several in fact). But my first job will be to extract some basic data (like patient name, date of birth, gender, type of scan, date of scan etc) from DICOM files exported from older cameras ( over 13 years worth of scans). The required information is contained ...
by xProgrammer
Fri May 21, 2010 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DICOM
Replies: 5
Views: 1366

Hi Antonio Work on the xBase data server continues. Code is much better organised on the server end with a TServerQueryClass that will be responsible for gathering error information as well as the communication process. Structre is nice and flexible this way so that multiple queries can be handled i...
by xProgrammer
Sat Aug 23, 2008 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11814

... female (not married) Ms. female (no implication as to marital status) user can click on any of the above and the code sets the salutation and the gender. Similarly for the suburb part of their address common local suburbs are listed and user can click on one of them and both suburb and postcode ...
by xProgrammer
Sat Feb 02, 2008 1:21 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Upgrading to Ubuntu 7.10
Replies: 2
Views: 1061

Upgrading to Ubuntu 7.10

... as I can use getGender:GetText() to retrieve the updated value. I'm not sure if the above behaviour is intentional or not, but to me REPLACE GENDER WITH cGender is nicer and simpler than REPLACE GENDER WITH getGender:GetText() Maybe SetText() could be altered to update the variable as I originally ...
by xProgrammer
Thu Jan 31, 2008 3:47 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Upgrading to Ubuntu 7.10
Replies: 2
Views: 1061

Return to advanced search