Search found 51 matches: cstate

Return to advanced search

Re: Help splitting up a character address string

... Drive, Columbia, SC 29212")? "CStreet =", aAddressParts[1]? "CCity =", aAddressParts[2]? "CState =", aAddressParts[3]? "CZip =", aAddressParts[4]return nil//----------------------------------------------------------------------------//$-> ...
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

... Postby Rick Lipkin » Tue Nov 14, 2023 9:29 pm To All I seem to have lost my ability to substring an Address field into seperate cStreet, cCity, cState and cZip variables ... here is a address field I want to break out into the above fields cAddress := "258 Shoreline Drive, Columbia, SC ...
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

Help splitting up a character address string

To All I seem to have lost my ability to substring an Address field into seperate cStreet, cCity, cState and cZip variables ... here is a address field I want to break out into the above fields cAddress := "258 Shoreline Drive, Columbia, SC 29212" Please help me ...
by Rick Lipkin
Tue Nov 14, 2023 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Coordenadas geográficas

... veces y otra no, la dirección está bien, algo falla, me pueden ayudar ? Function GeoCoordenadas( cPostal_Code, cStreet, cNumber, cLocality, cState) Local cWeb := "http://maps.google.es/maps/place/" local cMap local cRet := "" local oOle local nPos1 local nPos2 local aCoor ...
by jgabri
Sun Jun 07, 2020 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Coordenadas geográficas
Replies: 2
Views: 689

Re: "PROBLEMILLA" CON TCBROWSE FWH

... lo haga de la misma forma. Las columnas que he movido, las que he quitado, etc. que permanezcan tal como las dejo. Como puedo hacerlo? Gracias cState := oBrw:SaveState()  Save cState in any text file Next time after creating browse oBrw:RestoreState( cState
by nageswaragunupudi
Wed May 20, 2020 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "PROBLEMILLA" CON TCBROWSE FWH
Replies: 20
Views: 2207

Re: TWindow metodo SaveState, RestoreState.

oBrw:SaveState( [aData] ) --> cState oBrw:RestoreState( cState ) These methods existed all the time. By default, saves and restores : RowHeight, column widths, display order of the columns, column show/hide status, group headers and column ...
by Compuin
Mon Jun 24, 2019 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 1989

Re: TWindow metodo SaveState, RestoreState.

oBrw:SaveState( [aData] ) --> cState oBrw:RestoreState( cState ) These methods existed all the time. By default, saves and restores : RowHeight, column widths, display order of the columns, column show/hide status, group headers and column ...
by nageswaragunupudi
Sun Jun 09, 2019 2:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 1989

Re: Xbrowse : Problem with Image resolved

...      END      :CreateFromCode()   END  and it's not the problem now I have deleted the state because I make oApp():oGrid:RestoreState( cState ) and it is back in place as you can see here https://i.postimg.cc/Jn8YwP14/good.png
by Silvio.Falconi
Thu Apr 04, 2019 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 485

Re: New FTDN December/Diciembre 2018 (FWH 18.12)

... en TWindow, aplicables también a diálogos, pero no a los controles, ventanas secundarias mdi y ventanas secundarias. - METHOD SaveState() --> cState // cadena de texto de 88 caracteres que contiene información codificada de la posición y el estado de la ventana, para guardar y usar posteriormente ...
by Antonio Linares
Mon Dec 31, 2018 2:44 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2018 (FWH 18.12)
Replies: 1
Views: 1685

New FTDN December/Diciembre 2018 (FWH 18.12)

... * New methods in TWindow, applicable to dialogs also, but not controls, mdichild windows and child windows. - METHOD SaveState() --> cState //text string of 88 chars containing encoded information of the postion ans state of window, for saving and later using with RestoreState - METHOD ...
by Antonio Linares
Sun Dec 30, 2018 7:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2018 (FWH 18.12)
Replies: 1
Views: 1685

Re: Google APIS Lib for Fivewin

Cristóbal

it's what I was looking for but dosn't work .


The
Function VerMapa2( cPostal_Code, cStreet, cNumber, cLocality, cState, cNation )
return a empty array ---> {0,0,0}

Regards Maurizio
by Maurizio
Fri Jul 27, 2018 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 25088

Re: xbrowse and Excel

... xbrowse is not changed at all. (2) If you want your user to select the columns at runtime to be exported. Initially save the state of xbrowse as cState := oBrw:SaveState() After the user selects the columns and calls oBrw:ToExcel(), then call oBrw:RestoreState( cState )
by nageswaragunupudi
Mon Apr 02, 2018 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and Excel
Replies: 8
Views: 1502

Re: stars on xbrowse

Resolved!!

the error was the oldest state saved because I use this command

oApp():oGrid:RestoreState( cState )

Image





thanks !!!
by Silvio.Falconi
Thu Feb 16, 2017 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: stars on xbrowse
Replies: 16
Views: 6829

XML Read Problems

... := "" , ; cTime := "" , ; dDate := CTOD( " / / " ) , ; cQuality := "" , ; cGeoname := "" , ; cState := "" , ; cCountry := "" , ; cDistance := "" , ; oSql , ; oSql2 , ; cSqlIns , ; cSqlUpdate , ; dStartDate := CTOD("03/14/2016") ...
by cdmmaui
Tue Apr 26, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Read Problems
Replies: 1
Views: 1055

Re: Hide columns

... oBrw:aCols, { |oCol| If( AScan( oBrw:aCols2Hide, oCol:nCreationOrder ) > 0, oCol:Show(),oCol:Hide() ) } ) before the command oBrw:RestoreState( cState )
by Silvio.Falconi
Fri Nov 20, 2015 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide columns
Replies: 14
Views: 6725
Next

Return to advanced search