Search found 278 matches: modifying

Return to advanced search

Error on search a record on dbf with tdatabase

I am modifying a reservation in the reservation I have two datepick controls dFirst and dLast in Insertion I have no problems but in modification if the operator changes a date I always have to carry out a search to see if there ...
by Silvio.Falconi
Tue Jun 29, 2021 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1531

Re: Error log location

... locations for FWH apps: SetErrorPath( cLogDir ) SetErrorFileName( "error.log" ) What I will do in my local copy of LogFile, instead of modifying the path this way: local cMyPath := ".\" I will instead modify it this way: local cMyPath := SetErrorPath() This way it will pick ...
by rhlawek
Thu Jun 24, 2021 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Re: Use cUrl to upload data to online server

Try      :Open( "PUT", cUrl, .f. )  not      :Open( "PUT", cUrl )  POST is for adding a new pet and PUT is for modifying an existing one. Error 404 means the id you are trying to modify is not found on the server. Using PATCH did work ! (PUT was not changing ...
by Marc Venken
Sun May 23, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1261

Re: Use cUrl to upload data to online server

Try
Code: Select all  Expand view
     :Open( "PUT", cUrl, .f. )
 


not
Code: Select all  Expand view
     :Open( "PUT", cUrl )
 


POST is for adding a new pet and PUT is for modifying an existing one.
Error 404 means the id you are trying to modify is not found on the server.
by nageswaragunupudi
Sun May 23, 2021 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1261

Re: TDatabase Class

... new values and saving: oDbf:<fieldName1> := uNewValue1oDbf:<fieldName2> := uNewValue2oDbf:Save()  // similar to oRs:Update()  Modifying data and saving changes: 1) oDbf:Code := "WA"oDbf:Name := "Washington"oDbf:Save()  2) oDbf:Update( { ...
by nageswaragunupudi
Thu May 20, 2021 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

Re: Silvio: Reports

I am interered too! Any update, please? I have been modifying EasyReport to be able to be used as a control and to be able to insert it in any container, besides having reviewed some of its functionalities. I hope to have a trial version published ...
by Silvio.Falconi
Thu Feb 04, 2021 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: Silvio: Reports

I am interered too! Any update, please? I have been modifying EasyReport to be able to be used as a control and to be able to insert it in any container, besides having reviewed some of its functionalities. I hope to have a trial version published ...
by cnavarro
Thu Feb 04, 2021 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: Which C compiler and which Harbour should be used for FW?

... Include \ 10.0.18362.0 \ um" RC compiler folder: RCDIR = "C: \ Program Files (x86) \ Windows Kits \ 10 \ bin \ 10.0.18362.0 \ x86" Modifying the test.mak file I generated the executable successfully, however, to adapt to my project, I need to change the structure of the folders: ...
by Eroni
Sat Aug 22, 2020 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3592

New FTDN June 2020 (FWH 20.06)

... object soon after use. * FWMariaConnection: The methods CreateTable( cTable, aStruct, ... ) and CreateTableSQL( cTable, aStruct,... ) are modifying the array aStruct. Though, the methods execute correctly, using the modified aStruct array for some other purpose may create problems. This ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1342

Re: drooling

Silvio
Did you solve it?
If yes, can you tell us how you did it?

I ask this because I want to make sure before modifying the class.
by FranciscoA
Mon Jun 08, 2020 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: drooling
Replies: 2
Views: 1124

BTNGET as COMBO

... I saw we can modiy the style of button on this page https://docs.microsoft.com/en-us/windows/win32/controls/button-styles for a sample modifying to BS_SPLITBUTTON (reates a split button. A split button has a drop down arrow.) but I not found the value I think we can get to have the ...
by Silvio.Falconi
Tue Mar 03, 2020 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNGET as COMBO
Replies: 0
Views: 356

Translate into Italian the words in tDataRow

hi all

is there a method to translate into Italian the words: "Data Modified. Save/Discard Changes?", { "Save", "Discard", "Cancel" }
without modifying the tDataRow class?

TIA
by mauri.menabue
Wed Jan 08, 2020 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Translate into Italian the words in tDataRow
Replies: 2
Views: 604

Re: Menu-question

Without modifying the FONT?
by cnavarro
Fri Dec 13, 2019 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu-question
Replies: 8
Views: 906

Re: Bug Exportar Excel en Report

... This is a bug introduced in FWH1909 and effects this version only. Fixed in the next version to be released. Till then, please apply this fix by modifying report.prg In the METHOD Activate() of TReport class in report.prg, please locate these lines 912 to 923       ACTIVATE DIALOG ...
by nageswaragunupudi
Sun Nov 17, 2019 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug Exportar Excel en Report
Replies: 11
Views: 1897

Re: problem with GET and “” chars

... Another part of the behavior I noticed, is that the PICTURE is not applied until the action is executed, showing the var content correctly (after modifying the sample), but the get still shows the same behavior, but now on UPPERCASE...
by Bayron
Sun Nov 17, 2019 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with GET and “” chars
Replies: 10
Views: 1125
PreviousNext

Return to advanced search