Search found 31 matches: messy

Return to advanced search

Re: Force a POST sort on xBrowse

... or Delete a record .. I have to update a row or rows in the array and then write the same information back to the Sql Table .. gets really messy. I was hoping for a simpler solution and the sort is just cosmetic .. however, the legacy application is sorted by Name and I would like to maintain ...
by Rick Lipkin
Fri Jun 11, 2021 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 745

Re: Installation of mod_harbour as module or fastcgi handler

... but they ALL share the workareas, the public variables, the global symbol table, etc. This can be very "weak" for security reasons and messy to be properly coded: http://harbourlanguage.blogspot.com/2010/04/harbour-multi-thread.html * mod_harbour "standard" ...
by Antonio Linares
Fri May 28, 2021 5:04 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2839

Documentation for variables - what form should it be?

... how would you approach it? I'd prefer not to depend on the standard method of documenting the variable inside the source, because that can get messy, as well. I'd like to include the docs in a separate document that's associated with the source file.
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 917

Re: calculates the distance between two towns

... that they published at least two years ago, :D :D am I "they" ?! Anyway it is not private, it was an experiment, so I re-share this messy and undocumented code: it was not my intention to offend anyone, "they" is a mistake I made in writing so much so that in the image ...
by Silvio.Falconi
Sat Oct 17, 2020 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2672

Re: calculates the distance between two towns

... that they published at least two years ago, :D :D am I "they" ?! Anyway it is not private, it was an experiment, so I re-share this messy and undocumented code: #include <fivewin.ch>********** TEST CODE **********proc main   LOCAL oWnd, oMap, oMarker, bDraw  ...
by AntoninoP
Fri Oct 16, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2672

Re: How to implement PeekStr()

... variables, like their predecessors Turbo & PDA Prolog. But a couple of versions into Windows, and they decided to implement OOP, in a very messy & inconvenient way. LPA is comfortable & easy, and the documention is well-written. https://www.swi-prolog.org/
by FWExplorer
Fri Jun 19, 2020 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 1977

Re: Fast Report´s future

... I don't know what option would be easier, if we could be able to fix the EasyReport designer, whose code I've studied is quite complex and messy, or complete the designer made by Paco García, which seems to be far more stable, but lacks the print engine that could use the EasyReport one. ...
by Silvio.Falconi
Tue May 12, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 5919

Re: Fast Report´s future

... I don't know what option would be easier, if we could be able to fix the EasyReport designer, whose code I've studied is quite complex and messy, or complete the designer made by Paco García, which seems to be far more stable, but lacks the print engine that could use the EasyReport one. ...
by mgsoft
Tue May 12, 2020 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 5919

Re: FWH 18.08: Enhancements to strings.prg

... in aTable and sorts it on * ascii ascending order of the first element, removing also duplicates * in the table. In other words, it transform a messy hil table in * a table suitable to be saved in a HIT. * * NOTE: currently I am doing this with the usual ASort(); this function * would be more ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5404

Re: Converte Xls(s) into dbf

... to save the day / time and the class and then also the subject of teaching (this subject must be saved in the file materia.dbf) I thought less messy but unfortunately I have to do the conversion by hand from Table.dbf in Orario.dbf. The only thing I can ask you is this: each end user inserts ...
by Silvio.Falconi
Mon Sep 17, 2018 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3129

Re: ArrayIncrFilter

Yes Rao, your code looks great. Thank you.

I noticed that with a large array, the get fields become messy when the User scrolls quickly. So, Is it possible to refresh the get line when you place the cursor or click on some get field?

Thanks.
by ORibeiro
Thu May 31, 2018 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 12
Views: 1714

Re: tDatabase- AdsSetAof()

... them all into the same class with a lot of IF/THEN and DO/CASEs. Then you are just falling back to procedural code and this gets very complex, messy to work on, and prone to errors. Further, whenever you try to add or fix something you risk breaking more than just the database type that you ...
by James Bott
Thu Nov 16, 2017 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDatabase- AdsSetAof()-RESUELTO
Replies: 2
Views: 681

Re: FiveWeb Questions

... https://code.google.com/archive/p/fiveweb/wikis/testbrow_prg.wiki The FiveWeb wiki is at google code but now it looks a little messy cause Google modifications to google code sites: https://code.google.com/archive/p/fiveweb/wikis FiveWeb is kept now at bitbucket: ...
by Antonio Linares
Mon Feb 08, 2016 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25529

Re: To save an image [Solved]

Enrico .
Fixed error above.
And compiles everything, and apparently works but when recording the result is not as expected. :-(
I'm investigating to solve it, the hardest part is made .
I have very messy code, when you have a little cleaner I am sending.
by mastintin
Mon Nov 09, 2015 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To save an image
Replies: 52
Views: 7723

Windows 9 will bring back default desktop and Start Menu

... that you should have paid attention to... :-) We commented this in these forums since the very early days of Windows 8. For regular users is too messy. For us, as experts, there is no problem. http://www.geek.com/microsoft/windows-9-will-bring-back-desktop-and-start-menu-by-default-1598149/
by Antonio Linares
Tue Jul 01, 2014 3:37 pm
 
Forum: Off Topic / Otros temas
Topic: Windows 9 will bring back default desktop and Start Menu
Replies: 1
Views: 365
Next

Return to advanced search