Search found 18 matches: figuring

Return to advanced search

Re: To Nages Problem with Tdatabase and new DAtepick

... visible inside the get object. There are ways to solve this, but since your solution only requires 6 lines of code it is probably less work than figuring out the syntax that will work . Then I gave some options you could try if you wanted to. Then I said: There are lots of things to try if you ...
by James Bott
Wed May 12, 2021 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1737

Re: To Nages Problem with Tdatabase and new DAtepick

... visible inside the get object. There are ways to solve this, but since your solution only requires 6 lines of code it is probably less work than figuring out the syntax that will work. Otherwise you might try: aGet[8]:bChange := {| oTariffa | (nTotale:= oTariffa:costo-oTariffa:sconto),oTariffa:totale:=ntotale ...
by Silvio.Falconi
Tue May 11, 2021 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1737

Re: To Nages Problem with Tdatabase and new DAtepick

... visible inside the get object. There are ways to solve this, but since your solution only requires 6 lines of code it is probably less work than figuring out the syntax that will work. Otherwise you might try: aGet[8]:bChange := {| oTariffa | (nTotale:= oTariffa:costo-oTariffa:sconto),oTariffa:totale:=ntotale ...
by James Bott
Tue May 11, 2021 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1737

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

... referring to "wbrowse." I never mentioned wbrowse. The problems came about because your code is very unorthodox and I have a hard time figuring it out since there are no comments in the code. I have never seen code that adds records before the data is entered. And I have never seen ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

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

... referring to "wbrowse." I never mentioned wbrowse. The problems came about because your code is very unorthodox and I have a hard time figuring it out since there are no comments in the code. I have never seen code that adds records before the data is entered. And I have never seen ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: trying with tdatabase

... AUTORDER TO. The one drawback is that if someone forgets to put SET AUTORDER TO 1 at the start of their program, they may HAVE a really hard time figuring out why things aren't working the way they expected. There is also another way to write the code only once, and that is to put that code into ...
by James Bott
Thu Jan 24, 2019 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4746

Re: Function list builder application

... it was well commented, that would be helpful, but again it's not. So that means taking a lot of time to see exactly what is taking place, and then figuring the best way to apply it. As for the help file ... every release of FWH contains a Manual folder. My offer was to create a help file ( send ...
by TimStone
Sat Jul 29, 2017 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function list builder application
Replies: 16
Views: 3023

Re: Prestashop Mapping solution

... will need a separate routine that processes each CSV file one record at a time. This will require a fair amount of work. I would probably start by figuring out how to identify each type of CSV file and then give it an ID no. Then use the ID no. to determine how to process the data. Rather than ...
by James Bott
Fri Oct 21, 2016 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9016

Re: Building FWH

... things doing so, but as pointed out, it may not be relevant if they are 16 bit extensions. I'm sure the syntax error is an easy fix, but its the figuring out if they are relevant part that matters. I'm guessing DLL files aren't files I use anyway, but possibly all DLL32 could be used. I can't ...
by rhlawek
Sun Jul 28, 2013 2:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building FWH
Replies: 11
Views: 3896

Re: Windows 7 64 bits - tester required

Antonio,

I appreciate all your efforts. I think figuring out the solutions to our problems
like these is the fun part of what we do. :D

I will be working on some additional bench tests to see if I can better understand
what is causing the application to slow down.

Thanks
by Dave Zowasky
Fri Jul 30, 2010 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17048

Re: Number of days

... the mainframe and figure out how the did it by testing a series of formulas to find the one that gave the same figures. I did create a formula for figuring age some time ago but i forget exactly how I did it. It is complicated and leap year does create another issue. James
by James Bott
Sun Apr 18, 2010 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of days
Replies: 9
Views: 2981

Redifining folders from resource

... extremely well. I'm quite pleased with how much of my 16 bit code works out of the box without modification. I am however having some trouble figuring out how to redefine a folder from a screen resource file. I'm using Visual Studio to edit the converted screens in the 32 bit DLL file that ...
by MichaelMo
Wed Jul 22, 2009 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Redifining folders from resource
Replies: 3
Views: 616

Re: ODBC

... http://www.microsoft.com/express/sql/download/ I created my odbc dsn . I am able to build my table via odbc very well, however I am having trouble figuring out what is the best way to populate the table with data. Any advice would be most appreciated. #include "FiveWin.ch"function Main()local ...
by Dave Zowasky
Mon May 18, 2009 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC
Replies: 9
Views: 3885

Peter,

Good work figuring that out! Thanks for sharing.

James
by James Bott
Fri Jul 04, 2008 4:57 pm
 
Forum: FiveWin for CA-Clipper
Topic: Old problem - slow XP clipper + AdsDosIP problem/solution
Replies: 2
Views: 1482

... upgrade? I might just be able to copy the lib files across from my 7.04 box (which I was intending to upgrade). But I figure it's something worth figuring out as to how to acquire the correct packages for others wishing to move to Linux / FiveLinux. The nice thing is that code compiled and linked ...
by xProgrammer
Sun Feb 03, 2008 11:03 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Ubuntu 7.10
Replies: 5
Views: 1479
Next

Return to advanced search