Search found 33 matches: permanent

Return to advanced search

Re: Problema super raro

... try the 1st method. FWH provides a cloud server for our testing. Let us use this server for our tests. Creating temporary table with data from the permanent table: oCn:Execute( "SELECT * INTO [TBL_TEMP] FROM [TBL_PERM]" ) Copying back modified data from temporary table to permanent ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2082

Re: Consuta sobre MariaDB/MySql

... lo que ocasiona dos cosas: la app falla, o el servidor igualmente cierra la conexión, sin contar en el cobro adicional por mantener una conexión permanente. El caso que me ocupa es un servidor local, en el peor de los casos me tocará cambiar todo el código fuente y dejar la conexión permanente, ...
by JoseAlvarez
Tue Jan 23, 2024 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 462

file ID in the Windows file system

... process. **File ID:** In addition to file handles, modern Windows file systems like NTFS use a unique identifier called a File ID, which is a more permanent reference to a file. The File ID is unique on the volume on which the file resides. This means even if the file is moved or renamed on the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 627

Re: How to update xBrowse

Ok, Now I get it... Sorry The Mod program will have some time to changes the input and FW is long passed it.. I would put FW in a permanent loop after calling MOD and looking for a field in the database like 'haschanged' to become true. The Mod program changes the values and finaly set ...
by Marc Venken
Fri Apr 23, 2021 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to update xBrowse
Replies: 15
Views: 1550

Re: To James Bott - Error Using TData

... easy, referencing them in the same way they are shown in the class. oClient:save() will then take all of the data from memory and write it to hte permanent record. I do similar things with service items, inventory, accounting, and of course workorders that are used to create invoices ( or estimates, ...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5116

Re: To James Bott - Error Using TData

... easy, referencing them in the same way they are shown in the class. oClient:save() will then take all of the data from memory and write it to hte permanent record. I do similar things with service items, inventory, accounting, and of course workorders that are used to create invoices ( or estimates, ...
by TimStone
Tue May 28, 2019 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5116

Re: Example Business Object (Customer)

... important concept behind is that it separates the persistency layer from the data layer , that is it's hidden to the app how the data is stored in permanent memory. For those of us who have being using dbfs for so long, it could be a little bit challenging to forget about that. We are so used to ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8526

Re: no printer selected program errors out

... Entweder in den Einstellungen den Haken rausnahmen oder den richtigen Drucker wieder zum Standarddrucker machen. Letzteres funktioniert nur permanent wenn eines der letzten Updates (1703?) bereits geladen wurde.Dann wird die Meldung ausgegeben, dass die automatische Druckerverwaltung ausgeschaltet ...
by Otto
Tue Aug 08, 2017 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: no printer selected program errors out
Replies: 2
Views: 490

Re: ADO RDD xHarbour

... be index1. If SET AUTOPEN ON the order focus will be on the first index in the SET ADODBF.. You should only use INDEX ON for temporary indexes as permanent ones should be indicated on SET ADODBF INDEX... If you use INDEX ON... TO cFile the cFile name must be present the min 4 first letters in ...
by AHF
Thu Nov 19, 2015 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446231

Re: Install data files from apk

... As Android is a Linux kernel, make sure that file/folder names are case-sensitive. QStandardPaths():writableLocation( 9 ) gives a permanent place to read/write whatever you want. So create a unique folder inside there and organize the files in subfolders. This will also ensure ...
by Antonio Linares
Thu Jul 09, 2015 8:55 pm
 
Forum: FiveTouch
Topic: Install data files from apk
Replies: 6
Views: 2351

assign a different tooltip text to a get on execution

I need to assign a tooltip to a get when I found n record ( after a search) and then I need to show the tooltip permanent sample : aget[1]:cTooltip:= str(OrdKeyCount())+" records found " why it not run ? let me sad ctooltip not found How i can make to show the tooltip ...
by Silvio.Falconi
Mon Jun 08, 2015 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: assign a different tooltip text to a get on execution
Replies: 3
Views: 613

Re: Temporary Indexes

... indexes are good, but not for all situations... My program does not use quite extensive Indexed databases... so I think I will go with creating permanent Indexes once per day, per week or so... This kind of threads help us all to understand some attributes of FiveWin//(x)Harbour... Thanks again...
by Bayron
Tue Mar 05, 2013 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Temporary Indexes
Replies: 15
Views: 3132

Re: Border around GET

... :bLostFocus works as this image shows.. http://i208.photobucket.com/albums/bb82/fraxzi/DTPicker2_zps524201c2.png I would like a permanent borders as gets.. Just a simple purpose of visual aesthetics on my FWH apps..
by fraxzi
Mon Sep 24, 2012 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13679

connect to an atomic clock

Hello FiveWinners

I want to connect to an atomic clock over the Internet to show the difference in the time of my pc.
The connection to the atomic clock is not permanent, only when required

anyone knows the trick?

regards
by devtuxtla
Wed Aug 01, 2012 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connect to an atomic clock
Replies: 1
Views: 374

problem with communication (RS232)

I need to do my permanent communication with the device. If in a query (WriteComm) do not get the response, I have to know. Otherwise, communication stops! #include "FiveWin.ch"static hBmpKon:= {  "green" ...
by mtajkov
Sat Jul 28, 2012 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with communication (RS232)
Replies: 6
Views: 1166
Next

Return to advanced search