Search found 203 matches: front

Return to advanced search

Re: To Nages : Explain me how I must make this tdatabase

... archive is very large, the display times are too slow if there are also deleted records. The end user, that is to say, the person who operates in front of a terminal can not wait for the window to be refreshed to view the beach because the archive has become large due to deletion. I tried to make ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3354

Re: XBROWSE - How to change the oRowSet

To call them by name if nessesary

Code: Select all  Expand view

WITH OBJECT :oCol( "J_" + Str( Year( Date() ), 4 ) )
 


If you put "J_" in front.
by Marc Venken
Mon Feb 11, 2019 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE - How to change the oRowSet (SOLVED)
Replies: 9
Views: 1501

TGET problem with FW_SetUnicode(.T.)

I've got problem with FW_SetUnicode(.T.) and TGET. When I press "End" on keyboard, the cursor will go to the front of last character. Example ======= cVar := 'ABCDEFG' "|" as cursor When the cursor is front of "|ABCDEFG". When I press "End" ...
by dutch
Tue Jul 17, 2018 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET problem with FW_SetUnicode(.T.)
Replies: 2
Views: 417

Re: several questions about GET class

... METHOD KeyDown, but not bKeydown. How do I know when to use what name of the METHOD, because SetNumeric() is used as this and not with a 'b' in front. There are a lot more METHODS in the GET class. Where can I find information on how to use them? Isa there more usable info in the FiveWin documentation?
by plantenkennis
Wed Jun 27, 2018 5:28 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 5479

Win10Pro and Tscan

... }) On Windows Seven run correctly Now I tried also webcam.prg on My Miix320 Lenovo with Win10Pro and not run . the computer use two can one on Front and one out !!! My Miix 320 Lte Lenovo https://youtu.be/cSph6_hM_EU
by Silvio.Falconi
Thu Jan 04, 2018 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10Pro and Tscan
Replies: 2
Views: 959

Re: Introducing FiveTech's fivedit

... Aspack to shrink FiveEdit and a message pops up that you have already used 'Shrinker' .. as far as the Hex .. there are some readable stuff in the front and back of the .exe and the rest is just hex. Rick Lipkin http://i63.tinypic.com/ix9yjk.jpg http://i64.tinypic.com/1r4rqh.jpg
by Rick Lipkin
Thu Oct 19, 2017 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107988

Re: mysql en hosting

... Lo ideal es que al inicio se use por ejemplo phpmyadmin en el mismo host para crear la base de datos y el usuario y los permisos Luego ya con un front end como heidisql se realice la conexión remota Si es exitosa ya puedes tú con tu programa intentarlo a sabiendas que si es posible Ahora otro ...
by carlos vargas
Fri Aug 25, 2017 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mysql en hosting
Replies: 5
Views: 1406

Extract email from string

... than one email. Is there a function that reads back from a string ? The At(....) will give the position of the @ sign, but i have to go to the front for the first blanco char, and also go to the back to finaly have ex. mymail@mydomain.com
by Marc Venken
Tue Jun 27, 2017 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1082

Re: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE

Dear Silvio,

we have a parking space directly in front of the hotel.
We also have a private garage that you could use if you want.
http://www.bergland.info/ausstattung/tiefgarage-mit-bike-und-skiservicestation/

Kind regards
Ruth
by Ruth
Mon Jun 05, 2017 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE
Replies: 28
Views: 5597

Re: Tdata still Up to Date ?

Marc,

I see you are using Harbour and I use xHarbour. Try putting double colons in front of super.

::super():New(...

James
by James Bott
Sun May 28, 2017 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5150

Re: A different payment

... items in the browse with a fingertip and than hit a button with a finger ? No Mouse/keyboard is needed then. The problem is that you don't know in front if the table is going to split into person by person bill, so you need to seperate the list when they ask the bill. Is the Touch Ecr a hardware ...
by Marc Venken
Sat May 27, 2017 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A different payment
Replies: 9
Views: 1824

Re: FWHMARIADB Samples

... the cases, we do not have any validations at the dialog level but totally depend on the server validations. The purpose is the demonstrate how the front-end dialog can benefit from the server-side validations either through triggers or check constraints. However, having the validations in the front-end ...
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20665

Re: FWHMARIADB Samples

... and try to save it again? This can also be provided. We shall revise the sample soon. The main point that is demonstrated is that even if the front end does not do validation, the validation at the server level does not permit entry of invalid data. This is more secure than relying on validations ...
by nageswaragunupudi
Fri May 05, 2017 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20665

Re: FWHMARIADB Samples

... understood that latest builds of MariaDB support this constraint. Foreign key relationships: These constraints eliminate the possibility of buggy front-ends writing invalid data. Please see the difference in definition of these constraints. The relationship of INVNUM in invitems and invoices is ...
by nageswaragunupudi
Wed May 03, 2017 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20665

Recall a HIDDEN window from taskmanager

... ), NIL) } ) The 2. version works when the program is visible (not HIDDEN). Witch command is used to get the program back from hidden-status to the front window?
by Marc Venken
Tue Mar 28, 2017 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall a HIDDEN window from taskmanager
Replies: 5
Views: 763
PreviousNext

Return to advanced search