Search found 50 matches: lastname

Return to advanced search

Re: check existing first and last on customer

... that customer and the CUSTNO gets added automatically to the reservation database. CUSTOMERS.DBF FIELDS: CUSTNO (primary key, unique) FIRSTNAME LASTNAME RESERVS.DBF FIELDS: (You could have multiple reservations for the same CUSTNO) RESERVNO (primary key, unique) CUSTNO RESERVITEMS.DBF FIELDS: ...
by James Bott
Tue Jun 15, 2021 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2508

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

... {"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: 275

Re: Search on customer.dbf

... I wish insert Alan (as first) and Joe( as Last) when I insert "Alan" it return me "Alan" exist and then I cannot insert the lastname here the test sample #include 'fivewin.ch'#include 'xbrowse.ch'REQUEST DBFCDXREQUEST DBFFPTEXTERNAL ORDKEYNO,ORDKEYCOUNT,ORDCREATE,ORDKEYGOTOfunction ...
by Silvio.Falconi
Tue Apr 14, 2020 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on customer.dbf
Replies: 6
Views: 728

Re: problem with SQL INSERT

Hi, With MSSQL i do this : csql:="INSERT INTO "+(cTabla)+ " (PATID,LASTNAME) VALUES (" cSql:=cSql+" 'C01', 'CONCEPTO PARA PRUEBAS'+" )" TRY oCon:Execute(cSql) CATCH oErr ShowAdoEr( oCon,csql ) END TRY Hope it will help ! Philippe
by Jack
Wed Mar 25, 2020 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with SQL INSERT [solved]
Replies: 12
Views: 1368

Re: XBROWSER y exportar a Excel con Meter

... USE CUSTOMER XBROWSER "CUSTOMER" COLUMNS "FIRST","LAST" SETUP oBrw:cHeaders := { "FirstName", "LastName" }
by Enrrique Vertiz
Fri Aug 09, 2019 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSER y exportar a Excel con Meter
Replies: 11
Views: 2364

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... Because I still need the data of old customers I don*t delete them instead I move the data to the bottom adding "Z_" to the customer lastname ( index ) and "Z" to the customer number ( index ) like name : "Z_Maier" and number "Z0035" I can activate the ...
by ukoenig
Sun Mar 31, 2019 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3658

Re: FWH MariaDb/Mysql setfilter problem.

Hi dutch

It wont work... I dont know if the customer is going to enter only the name or both name and lastname.
And it could be any of the fields in a xbrowse, it is created dinamically

The only problem I see, is the space in between the variable you pass to the filter ???
by Adolfo
Tue Aug 28, 2018 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MariaDb/Mysql setfilter problem.
Replies: 5
Views: 1072

Re: FWH MariaDb/Mysql setfilter problem.

Dear Adolfo, If you use FWMARIADB, You can use :SetFilter() as xbase syntax. oDbDato:SetFilter(" 'LASTNAME' $ nombre ") or exactly oDbDato:SetFilter("nombre=?",{"ADO"} )oDbDato:ReFilter( {"SMITH"} ...
by dutch
Tue Aug 28, 2018 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MariaDb/Mysql setfilter problem.
Replies: 5
Views: 1072

FWH MariaDb/Mysql setfilter problem.

Nages...

oDbDato:SetFilter("nombre like '%NAME LASTNAME%'") does not work.
Only oDbDato:SetFilter("nombre like '%LASTNAME%'") works, each time a space is in the filter, it does not work.

Any tip or advice

From Chile Adolfo
by Adolfo
Mon Aug 27, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MariaDb/Mysql setfilter problem.
Replies: 5
Views: 1072

Re: Xbrowse : Check by database names or Xbrowse names

... If the browse is something like: @ r,c XBROWSE ..... COLUMNS "FIRST", "LAST", ......... HEADERS "FirstName", "LastName", ....... Then condition like oBrw:FirstName:Value = <something> is better than oRs:First value or oRs:Fields( "first" ...
by nageswaragunupudi
Fri Aug 11, 2017 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Check by database names or Xbrowse names
Replies: 7
Views: 1053

Re: JSON Post and Get sample

... "UserDetails": { "ContactID": 674, "AgentID": 184145, "FirstName": "UAT", "LastName": "APIUser", "Email": "UAT.apiuser@company.com", "JobTitle": "Software Application", ...
by cdmmaui
Sat Jan 07, 2017 5:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Post and Get sample
Replies: 10
Views: 4060

Re: Nuevo FWH 16.05

... but the real purpose is this. The sql statement creating the rowset could have used alias names for the fields, eg: FIRST AS FIRSTNAME, LAST AS LASTNAME, HIREDATE AS JGDATE, etc. The rowset displays the alias names only eg. FirstName, LastName, JgDate, etc but not the original field names of ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3773

Belgian eID-card

Hello,
Is there something new about this ?
How to extract FirstName,LastName,BirthDate etc
Thanks for your help .
by Jack
Mon Jun 06, 2016 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3369

Re: Ado and MS Sql

Please try oBrw:bLDClickDatas := { || oBrw:EditSource( .f., "FirstName,LastName,PhoneNumber", .f. )} XBrowse internally invokes TDataRow class to edit the contents of the fields and save them properly and update xbrowse. I assume the recordset ...
by nageswaragunupudi
Thu Dec 17, 2015 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado and MS Sql
Replies: 4
Views: 859

Ado and MS Sql

... a table of Customer from a MS SQL database. I do not want to use autoedit . When the user dblclick on a line, i open a dialog and ask FirstName,LastName, PhoneNumber. When the user click on save, i can do an UPDATE SQL instruction but when i come back in the XBROWSE, the new value is not Displayed ...
by Jack
Thu Dec 17, 2015 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado and MS Sql
Replies: 4
Views: 859
Next

Return to advanced search