Search found 117 matches: street

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

... fortunant enough to export my Customers data into an Excel file which I imported into MS Access. I have all the usual fields like Company Contact Street City, State and Zipcode In my Customers old Sage Product it allowed him to print envelops in all the Standard sizes and I was hoping Someone ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 575

Re: JSON2DBF adapter

... function. ``` h['response'] += "{" + '"name":' + '"' + ALLTRIM(address->name) + '",' h['response'] += '"street":' + '"' + ALLTRIM(address->street) + '",' h['response'] += '"city":' + '"' + ALLTRIM(address->city) + '"},' ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: phpBB to LLM

This is the type of csv file that we have to generate from a DBF: customer.csv ID,FIRST,LAST,STREET,CITY,STATE,ZIP,HIREDATE,MARRIED,AGE,SALARY,NOTES 1,Homer,Simpson,32179 Maiden Lane,Springfield,IL,20503-8202,1992-09-18,True,50,5900.0,This is a test for record 1 2,Ceci,Gibbard,9540 ...
by Antonio Linares
Fri Dec 22, 2023 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: Help splitting up a character address string

... If you ask "... And fivewin" then the answer is very different: To convert an Excel worksheet containing addresses with columns for Street, City, State, and Zip to a SQL table using Harbour and FiveWin, you can follow these steps: 1. Load the Excel file: Use the appropriate library ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Help splitting up a character address string

... program that starts at column 1 thru the end column ( whatever ) and take all those values and stuff them into a temp .dbf file. The SQL table has Street,City, State and Zip .. however the Address excel column has street,city,state and zip concatenated into one excel column .. so the trick is as ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Help splitting up a character address string

... nPos2 // Find the position of the commas nPos1 := At(",", cAddress) nPos2 := At(",", cAddress, nPos1 + 1) // Extract the street, city, state, and zip cStreet := SubStr(cAddress, 1, nPos1 - 1) cCity := SubStr(cAddress, nPos1 + 2, nPos2 - nPos1 - 2) cState := SubStr(cAddress, ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Help splitting up a character address string

... the various attributes ... Any code help would be greatly appreciated! Thanks' ChatGPT To split the address string into separate variables for street, city, state, and zip code, you can indeed use the At() function or similar string manipulation functions. The approach depends on the programming ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Help splitting up a character address string

... help file for the correct use of AT() and RAT() but I finially wrote a function I can use to take a full address field and break it into Street, City,State and Zip .. here is the code : // test.prg#INCLUDE "FIVEWIN.CH"Function Main()Local cAddress,cStreet,cCity,cState,cZip,nAt,nRat,nLen,nDiff,nRat1,nDiff1cAddress ...
by Rick Lipkin
Wed Nov 15, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: lIncrFilter + MDI

... Test() local oDlg, oBrw, oFont, nWild := 2 local cList, aFlds, aHdrs local nChoice, uDataSource local cAlias,oWndChild cList := "First,Last,Street,State,HireDate" cAlias = cGetNewAlias( cFileNoExt("CUSTOMER.DBF" ) ) USE CUSTOMER SHARED NEW ALIAS (cAlias) SET ORDER TO TAG FIRST ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 370

Re: change the ndatalines (xbrowse) on lines

Silvio, Please try : chr(13)+chr(10) in stead of CRLF COLUMNS "ID", "FIRST+CHR(13)+CHR(10)+LAST", ; "STREET+CHR(13)+CHR(10)+CITY+CHR(13)+CHR(10)+STATE+ '-' + ZIP" ; HEADERS "ID", "NAME", "ADDRESS" ; I can be wrong )))) Not correct. ...
by nageswaragunupudi
Sat May 13, 2023 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 251

Re: change the ndatalines (xbrowse) on lines

Silvio, Please try : chr(13)+chr(10) in stead of CRLF COLUMNS "ID", "FIRST+CHR(13)+CHR(10)+LAST", ; "STREET+CHR(13)+CHR(10)+CITY+CHR(13)+CHR(10)+STATE+ '-' + ZIP" ; HEADERS "ID", "NAME", "ADDRESS" ; I can be wrong ))))
by Marc Venken
Fri May 12, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 251

Is Xbrowse Barget still intended to filter data

... do case case cData = "CustName" ... set index name ... scope the data for quick access case cData = "CustStreet" set index street scope the data otherwise // more fields have been filled in, so filtering will be a better option do the filter stuff endcase here is my current ...
by Marc Venken
Sat Nov 05, 2022 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is Xbrowse Barget still intended to filter data
Replies: 2
Views: 205

Switching the desktop to the online program

... Now you can set "FastReport" to generate a PDF in "silent mode". On our web servers, we have installed our "Grafton Street local host server" in addition to APACHE. If, for example, reports are requested from the web, the localhost server forwards the request ...
by Otto
Thu May 19, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching the desktop to the online program
Replies: 2
Views: 353

Re: XBrowse: Using Get for incremental Seek/Filters

Silvio, This line should be like this: local cHeaders := "Fist,Last,Street,State,HireDate" Sorry Antonio, I made this morning a mistake I copied a bad test , the test is this ... #include "fivewin.ch"#include "constant.ch"#include ...
by Silvio.Falconi
Mon Dec 28, 2020 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3796

Re: XBrowse: Using Get for incremental Seek/Filters

Silvio,

This line should be like this:

local cHeaders := "Fist,Last,Street,State,HireDate"
by Antonio Linares
Mon Dec 28, 2020 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3796
Next

Return to advanced search