Search found 20 matches: glitch

Return to advanced search

Re: Booking xbrowse example

This works great, Antonio. It demonstrates the power of xbrowse and fwh. Thanks for this great example. :D Only a little glitch... When the program starts and you reserve a first cell to a customer you can not immediately drag and drop this cell. First you must click at an other cell. ...
by Detlef
Wed Jul 12, 2023 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2722

Re: MS Visual Studio

... * Application successfully built * appears. But this is okay because once built my app now starts immediately. Don't know what happend - may be a glitch on my development pc. I am very sorry having caused such irritation and unneeded work for you. :oops: Regards, Detlef
by Detlef
Sun Jul 10, 2022 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1470

Re: FWMARIADB 127.0.0.1 connection fail

... 'data', 'root', 'password', 3306 } ) } )endifreturn oCn Hi Dutch, I use FWH1805/06 with localhost (127.0.0.1) without a glitch in my test environment ... Just letting you know. :wink:
by dutch
Fri Sep 07, 2018 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB 127.0.0.1 connection fail *Solved*
Replies: 4
Views: 729

Re: FWMARIADB 127.0.0.1 connection fail

Hi Dutch,

I use FWH1805/06 with localhost (127.0.0.1) without a glitch in my test environment ...
Just letting you know.

:wink:
by fraxzi
Fri Sep 07, 2018 4:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB 127.0.0.1 connection fail *Solved*
Replies: 4
Views: 729

Re: Need Help Solving Mysql to read a row , (username) and find

Edited : a bit.. I didnt like the way it was checking.. The old code caused a lil glitch.. re- did it this way IF oCn == NIL   msginfo( "oCn = Nil .. No Connection" )   RETURN NILENDIF*? "Query Loading"//Look For User ...
by Tekfreakz
Thu Feb 09, 2017 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help Solving Mysql to read a row , (username) and find
Replies: 3
Views: 833

Re: FiveWeb (FiveWin days are numbered)

... It is one of 140 DBF files used by my main application. If I convert this to SQL, then it becomes one table in an SQL database. If a glitch occurs and contaminates the config file, I can restore the one from the previous day and none of the other data is changed. Because I don't see ...
by TimStone
Mon Apr 07, 2014 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 24810

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... ! Fixed: another regression. 2010-10-11 09:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Fixed: a small glitch in copy operation. When two lines were copied, where last line was blank, paste operation was inserting one more blank line.
by Pritpal Bedi
Tue Oct 26, 2010 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97062

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... "clicked()", {|| ... } ) Now: oBtn:connect( "clicked()", {|| ... } ) This implementation fixes very old demand to isolate this glitch. * contrib/hbqt/tests/demoqt.prg % Demonstrates the new Slots and Events management protocol. Still a part of old proto is also retained for ...
by Pritpal Bedi
Tue Sep 07, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97062

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... 2010-07-04 12:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp ! Fixed: one more glitch in selected text background color off by few pixels verically - now the bottom line. 2010-07-04 12:20 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) ...
by Pritpal Bedi
Mon Jul 05, 2010 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97062

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... "Document writer" "dbu ide" i always have to click one time on the tab before it is in the foreground Yes, I know this glitch. I had fixed it in the past but again it has gone weired. Trying to fix and hopefully it will be done. Sometimes it takes longer is the scrollbar ...
by Pritpal Bedi
Mon Jul 05, 2010 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97062

Re: New FWH 10.4

Dear All,

I compiled my apps/projects using BCC582 and FW (xH) 9.11 and it all goes well without a glitch. tested.
Will upgrade soon to FW10.4 :)


Regards,
Frances
by fraxzi
Fri Apr 30, 2010 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.4
Replies: 61
Views: 14431

xBrowse Multiselect

Hi all, there's a little glitch in the xBrowse when using the MultiSelect feature. Example: i select rows 3 and 5 of a xBrowse by keeping ctrl-key pressed and clicking each row with the mouse. After i decide not to select the row 5 and ...
by Detlef Hoefner
Tue Jan 27, 2009 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect
Replies: 11
Views: 2675

Re: xBrowse and array

... more tests. I use FWH 8.12. Your are right, it's only necessary to call oBrw:SetArray( aArray ) to change the data source. Except there is one glitch :( if the array is of lenght 0 you have to code additionally oBrw:aArrayData := aArray. Otherwise your program will crash. May be Antonio might ...
by Detlef Hoefner
Wed Jan 14, 2009 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and array
Replies: 2
Views: 538

Hi all I discovered a small glitch in my code. It occurred when MoveMonths() was used to move backwards enough for iTemp to go negative. This of course only happened when the move was back more than 1 month (which couldn't happen in the ...
by xProgrammer
Tue Jul 29, 2008 10:35 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A simple month calendar
Replies: 2
Views: 973
Next

Return to advanced search