... VCENTER
nCol += 100
@ nRow , nCol GET aGet[nGet] ;
VAR cCity ;
OF oDlg ;
SIZE 200 , 20 ;
PIXEL ;
FONT oFontNormal ;
ACTION MsgInfo("Cities List", "Avviso") ;
ON CHANGE ( aFilter[nGet] := IF( empty(cCity) ,;
"" ,;
"'" + upper( alltrim( cCity ) ) + "' $ UPPER(CITY)") ,;
RefreshFilter ...
Search found 31 matches: cities
Searched query: cities
- Wed Feb 26, 2025 9:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Search someone help me
- Replies: 9
- Views: 6889
- Tue Dec 12, 2023 2:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Add a line on report from xbrowse (NO HTML)
- Replies: 2
- Views: 537
Add a line on report from xbrowse (NO HTML)
... and printed from an Xbrowse table I have this problem:
https://i.postimg.cc/mkzH5Xk4/hh.jpg
After the text "Provincia:AG" there is a list of cities
I would like to add a white line after the text "Provincia:AG"
I create the prints using xbrowse's method Report()
oBrw:Report( cTitle ...
https://i.postimg.cc/mkzH5Xk4/hh.jpg
After the text "Provincia:AG" there is a list of cities
I would like to add a white line after the text "Provincia:AG"
I create the prints using xbrowse's method Report()
oBrw:Report( cTitle ...
- Tue Dec 12, 2023 9:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: add a line in the print report
- Replies: 8
- Views: 1594
add a line in the print report
... and printed from an Xbrowse table I have this problem:
https://i.postimg.cc/mkzH5Xk4/hh.jpg
After the text "Provincia:AG" there is a list of cities
I would like to add a white line after the text "Provincia:AG"
I create the prints using xbrowse's method Report()
oBrw:Report( cTitle ...
https://i.postimg.cc/mkzH5Xk4/hh.jpg
After the text "Provincia:AG" there is a list of cities
I would like to add a white line after the text "Provincia:AG"
I create the prints using xbrowse's method Report()
oBrw:Report( cTitle ...
- Mon Aug 29, 2022 8:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Very strange problem - ideas needed
- Replies: 17
- Views: 3293
Re: Very strange problem - ideas needed
... so there are a lot of Palm trees and beautiful beaches here too, just like Vinaros.
I graduated from San Diego State University, and if you look it up you will see more Spanish influence in the buildings of the university, and more Palm trees too.
Both are beautiful cities. Aren't we lucky!
James
I graduated from San Diego State University, and if you look it up you will see more Spanish influence in the buildings of the university, and more Palm trees too.
Both are beautiful cities. Aren't we lucky!
James
- Mon Jun 14, 2021 3:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: check existing first and last on customer - RESOLVED !!!
- Replies: 23
- Views: 4273
Re: check existing first and last on customer
... database programming. Another principle is to store each piece of data, only once.
In the real-world, you are going find duplicate names--people, cities, items, etc. And you MUST be able to have more than one customer, city, or item with the same name(s).
A unique numeric primary-key is the way to ...
In the real-world, you are going find duplicate names--people, cities, items, etc. And you MUST be able to have more than one customer, city, or item with the same name(s).
A unique numeric primary-key is the way to ...
- Tue Mar 30, 2021 8:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: EasyReport progress?
- Replies: 86
- Views: 15038
Re: EasyReport progress?
... it is just a fashion in a while it passes and returns as before ......
Otto,
Also Here in Teramo the whole city is now connected to the internet with fiber optics.
If we have optical fiber in Teramo, I am sure that it first arrived in big cities like Rome for example Isn't that right, Enrico?
Otto,
Also Here in Teramo the whole city is now connected to the internet with fiber optics.
If we have optical fiber in Teramo, I am sure that it first arrived in big cities like Rome for example Isn't that right, Enrico?
- Fri Feb 26, 2021 1:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: MARIADB Export Rowset
- Replies: 10
- Views: 1517
Re: MARIADB Export Rowset
Yes, it works correctly, it exports the rows.
But what I would really need would be the backup() method for ADO, to save in a txt file the content of the database in SQL mode INSERT INTO CITIES( CODE, CITY ) VALUES ( "1", "Madrid") ...
Would it be possible please?
But what I would really need would be the backup() method for ADO, to save in a txt file the content of the database in SQL mode INSERT INTO CITIES( CODE, CITY ) VALUES ( "1", "Madrid") ...
Would it be possible please?
- Thu Apr 16, 2020 4:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need an Advice about Memo fields usage in MariaDB.
- Replies: 5
- Views: 1101
Re: Need an Advice about Memo fields usage in MariaDB.
... IMAGE, so is very efficient and fast to find and load the image if I need it.
On the other hand, I have remote access to my DB, from different cities, there's no way I can have images in external files on a file server, I tried in public servers, SAMBA servers and the retrieval i slower than ...
On the other hand, I have remote access to my DB, from different cities, there's no way I can have images in external files on a file server, I tried in public servers, SAMBA servers and the retrieval i slower than ...
- Wed May 08, 2019 6:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse class technical question
- Replies: 14
- Views: 5704
Re: Xbrowse class technical question
... is a sample program using Tree. This sample uses CUSTOMER.DBF and STATES.DBF in the fwh\samples folder. Creates a Tree with States as groups and Cities as detail items. This sample assumes fwh is installed in c:\fwh\ folder. If your fwh is installed in a different folder you need to change the ...
- Thu Mar 07, 2019 9:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse : aBarGetlist reposition record after change
- Replies: 5
- Views: 942
Xbrowse : aBarGetlist reposition record after change
Hello,
In a XBrowse, I have a (field) or object:Groep that contains data like ex. Cities
I have a index on that field in order to show them sorted by city.
I then have a array of all posible cities and I choise them from the pulldown menu.
At that point totaly normal, the position of the Xbrowse ...
In a XBrowse, I have a (field) or object:Groep that contains data like ex. Cities
I have a index on that field in order to show them sorted by city.
I then have a array of all posible cities and I choise them from the pulldown menu.
At that point totaly normal, the position of the Xbrowse ...
- Thu Apr 12, 2018 2:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Drawing aMap
- Replies: 3
- Views: 940
Drawing aMap
I have a list of cities and Busline on a xbrowse
sample :
Madrid
Siviglia
Granada
Malaga
I wish create a graphic where there are circles and lines
https://s17.postimg.cc/hmb9ppjgv/Immagine.jpg
on List of Cities
When I select one record on xbrowse for sample Madrid it must draw ...
sample :
Madrid
Siviglia
Granada
Malaga
I wish create a graphic where there are circles and lines
https://s17.postimg.cc/hmb9ppjgv/Immagine.jpg
on List of Cities
When I select one record on xbrowse for sample Madrid it must draw ...
- Wed Apr 26, 2017 11:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH: MySql/MariaDB: RowSet object
- Replies: 55
- Views: 30084
Re: FWH: MySql/MariaDB: RowSet object
... in some fields and not every user has privileges to edit some of them.
I use this approach with almost all the tables in a big ERP, just the auxiliary tables like cities, Tipe of taxes, discount % etc have 2 or 3 fields which can be easily modified inside the xbrowse.
Regards, from Chile
Adolfo
I use this approach with almost all the tables in a big ERP, just the auxiliary tables like cities, Tipe of taxes, discount % etc have 2 or 3 fields which can be easily modified inside the xbrowse.
Regards, from Chile
Adolfo
- Sun Dec 28, 2014 10:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse class technical question
- Replies: 14
- Views: 5704
Re: Xbrowse class technical question
Mr Nages,
I tried to modify your test with my databases
In Italy we have regions, Provinces and Cities
In this Picture you can see the customer for Regions
http://www.eoeo.it/wp-content/uploads/2014/12/CLIENTI1.jpg
I'll like show the customer also for Provinces or for another ...
I tried to modify your test with my databases
In Italy we have regions, Provinces and Cities
In this Picture you can see the customer for Regions
http://www.eoeo.it/wp-content/uploads/2014/12/CLIENTI1.jpg
I'll like show the customer also for Provinces or for another ...
- Sat Dec 27, 2014 4:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse class technical question
- Replies: 14
- Views: 5704
Re: Xbrowse class technical question
... is a sample program using Tree. This sample uses CUSTOMER.DBF and STATES.DBF in the fwh\samples folder. Creates a Tree with States as groups and Cities as detail items. This sample assumes fwh is installed in c:\fwh\ folder. If your fwh is installed in a different folder you need to change the ...
- Mon Aug 04, 2014 10:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: First worldwide FiveWin developers conference!!!
- Replies: 23
- Views: 6173
Re: First worldwide FiveWin developers conference!!!
... the meeting room at no charge. The cost can then be as little as transportation and meals. Of course airfare will be expensive anywhere.
Some cities love to host conferences and the costs of the rooms will be better for everyone. In the "old days" Clipper conferences were held by the Los Angeles ...
Some cities love to host conferences and the costs of the rooms will be better for everyone. In the "old days" Clipper conferences were held by the Los Angeles ...