Search found 39 matches: cleaner

Return to advanced search

Re: Help splitting up a character address string

... by Harbourino, makes your code more organized and easier to maintain. Each function or module can be kept in separate files, making the codebase cleaner and more modular. #include "fivewin.ch"function main// Example usageLOCAL aAddressPartsaAddressParts := SplitAddress("258 ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: REDEFINE SAY on Buttonbar

I was looking for a "cleaner" display ... but decided to go a different route.

I redefined my control from LTEXT to CTEXT and added the border to the resource ( in the .rc, WS_BORDER )

It looks decent and will work OK ...
by TimStone
Tue Dec 06, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1981

Re: Xbrowse - Select sort indexes

Nages,

Thank you. That got me on the right track and I now have my implementation. Rather than buttons, I used a Popup menu which is much cleaner, and my solution is now working great.

I appreciate your timely response and guidance.

Tim
by TimStone
Wed May 19, 2021 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 980

Tswitch

Dear Mr. Rao,

Do you think you can use in TSWITCH class Windings font in the paint method?
The radio switches are not drawn very cleanly.
To me, it seems that WINDINGS would be cleaner.

Best regards,
Otto
by Otto
Sun Mar 28, 2021 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tswitch
Replies: 3
Views: 651

Re: Documentation for variables - what form should it be?

Angel, Thanks but I'm not interested in cleaner code. That's a separate subject. I'm just trying to get some inspiration about some creative ways to document variables, specifically in Harbour/Fivewin. Also, I have absolutely no interest in Object ...
by FWExplorer
Sun Feb 28, 2021 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: CreateObject( "MSXML2.XMLHTTP" )

https://www.lifewire.com/how-to-fix-msxml3-dll-not-found-or-missing-errors-2623821

Clean the Windows registry. Use a free Windows registry cleaner to remove invalid msxml3.dll registry entries that might be causing the error.
by Antonio Linares
Tue Jan 19, 2021 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "MSXML2.XMLHTTP" )
Replies: 33
Views: 3236

Re: How Open the same dbf

James,

I do comment the index order in the New method for the database, and can also specify it in a // comment when creating the object. This is actually cleaner for me than using index names.

Tim
by TimStone
Wed Jan 02, 2019 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open the same dbf
Replies: 17
Views: 2558

Re: dbfs on Network : wich performance method?

... ago, when moving to FWH, I also adopted tData ( the tdatabase extension ) that James provided. It has never failed me, and made my programming cleaner and easier. Several years back, I followed James advise on OOPS and moved most of my program into Classes and Methods. I condensed everything ...
by TimStone
Tue Oct 30, 2018 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5450

Re: Ribbon Bar Sample ?

... edges. The dialog stays the same for a tab no matter what buttons are used, but each tab has it's own dialog. Again, the main idea is to get the cleaner appearance. Buttonbars are too boxy. Ideas ?
by TimStone
Fri Oct 26, 2018 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2669

Re: Harbour Problems

... of my old code, with an emphasis on moving functions into classes, following the OOPs guidance provided by James Bott. This resulted in faster, cleaner, code that actually saw about a 30% reduction in the code size. As I follow your struggle with this transition, perhaps it would be worth the ...
by TimStone
Wed Jul 26, 2017 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Problems | Resolved!!!
Replies: 22
Views: 3897

Re: FWH Setup and hardware issues

... ( plus tRecord ) from James Bott that adds even more power. Instead of needing work areas, objects handle all of that for you. The syntax is also cleaner. Data is stored in buffers first, and you change their content, then use a save( ) to commit the changes. No more long REPLACE lines. Locking ...
by TimStone
Tue Jun 21, 2016 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Setup and hardware issues
Replies: 6
Views: 1602

Re: Warning: Error detected (LME288)

Antonio; No exactamente. Lo que hice, hace un rato, es pasar el Cleaner del Bitdefender, nuevamente, re iniciar y.... el problema se solucionó (???) Esta mañana había pasado bcdedit /set IncreaseUserVa 3072, el Cleaner y reiniciado, sin exito quizás con ...
by MarioG
Tue Mar 01, 2016 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning: Error detected (LME288)
Replies: 74
Views: 21647

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: 7789

Re: ADO RDD xHarbour

... queries with order by but :Sort instead. Finally Indexes with any clipper expressions including any UDFs. Thanks to Mr Rao! Code in general cleaner and much reduced. I hope to have it ready between 21-26.09 because we are testing every change. All our trials are done with MySql / ACCESS ...
by AHF
Tue Sep 08, 2015 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446405

Re: Full working project for Visual Studio 2012 IDE

... I think there will be some re-working necessary because they were originally built in Borland, and can probably be optimized in Visual Studio for cleaner controls. I haven't used any resource editor for awhile ... preferring to modify dialogs manually. HOWEVER I still have the following errors. ...
by TimStone
Sat Jun 07, 2014 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6785
Next

Return to advanced search