Search found 25 matches: messed

Return to advanced search

Re: Build version of fivewin libraries on MSVC

... several years ago that disabled many client server systems ( including ADS ). They never provided any way to work around the problems. It also messed with Oracle services. So I do not see them making any changes in the future to accomodate older OS operations.
by TimStone
Thu Jul 28, 2022 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 544

Re: Old DOS to new Windows = Conversion thoughts

... was all written in clipper, the code below was perfectly formatted in a DOS box. However, when I use them in a DIALOG, the spacing is "all messed up" First, the GET boxes are on different rows than the SAY statements. They are higher Also, the columns don't line up. Of course this ...
by TimStone
Fri Dec 20, 2019 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2049

Re: Long Printer Names.

The Print command is really messed up in recent versions of FWH. In fact, in the command print oprn cprinter, as you described, cprinter is ignored completely. The only way to get that to work is to first set the windows default printer ...
by dtussman
Thu Jul 21, 2016 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long Printer Names.
Replies: 10
Views: 2194

Re: Filtering xBrowse Arrays

Tim,

I replied to your email shortly after you sent it. I upgraded from Win8.1 to 10 yesterday so it is possible something is messed up. I will check my online email account to see if the sent mail is there (I can't see any sent mail in the Win 10 mail app).

james
by James Bott
Tue Mar 08, 2016 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 7007

Re: Windows 10 version

Antonio I am still puzzled, all those values are messed 6.2 is windows 8 6.3 is windows 8.1 so if you force 6.3 in iswin10() , windows 8.1 will return windows 10 i think the most reliable way is to test the product name below is a copy of my registry ...
by Richard Chidiak
Tue Jun 09, 2015 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 version
Replies: 12
Views: 1768

Re: SQLOLEDB Problem

Thanks Rick, Well after considerable headaches, I found the problem. There was a Microsoft Security Essentials update that went wrong and basically messed up all my security settings. Once I removed it and re-installed, everything came back to normal. What a pain the B..... Thanks for your input ...
by cdmmaui
Tue Dec 16, 2014 4:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLOLEDB Problem
Replies: 5
Views: 864

Re: Date Issue

Ok, i sorted out the first issue.

I still have the problem of the date being messed up in the Listbox.

Any ideas?
by Jeff Barnes
Fri May 09, 2014 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Issue
Replies: 2
Views: 615

Date Issue

... the system that reads the .txt file) would be set to the same format. I also notice that when set to this format, my dates in my listbox are all messed up. Ex: 08-Sep-69 (as seen in my datepicker field) shows as 08-009-969 (as seen in the listbox) In Windows date settings, this format is listed ...
by Jeff Barnes
Thu May 08, 2014 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Issue
Replies: 2
Views: 615

TXBowse+SqlQuery error when using arrays (solved)

... The 1st time out the TxBrowse is displayed everything is OK. The problem comes when I skip through my records, then the array gets all messed up. When I get new record to fill the TXBrowse array with: DBSKIP(-1)*Same code as before to fill the array….  oBrwD:aArrayData := aResult ...
by ellano
Wed Sep 18, 2013 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBowse+SqlQuery error when using arrays (solved)
Replies: 15
Views: 3333

Re: TReport samples

... / oRepo:oDevice:nLogPixelY, RightMargin( oRepo ) / oRepo:oDevice:nLogPixelX , 1 ) } works with cutepdf writer but not with Epson. I probably messed something in the box params. I reduced font size to -1 Now the results of testing : In CutePDF and Foxit Reader PDf Printer master data fits ...
by mosh1
Mon Apr 29, 2013 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4628

Re: TReport samples

... / oRepo:oDevice:nLogPixelY, RightMargin( oRepo ) / oRepo:oDevice:nLogPixelX , 1 ) } works with cutepdf writer but not with Epson. I probably messed something in the box params.
by ADutheil
Mon Apr 29, 2013 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TReport samples
Replies: 30
Views: 4628

Re: Memory Leak????

I figured it out :D

It was a poorly used ".and." that messed everything up.

I had done something like this:
Code: Select all  Expand view
IF nRow > 275 .and. nGraphSize = 0


Where it should have been:
Code: Select all  Expand view
IF nGRaphSize = 0
   IF nRow > 275
 


Thanks to all for your help.
by Jeff Barnes
Sat Oct 30, 2010 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory Leak????
Replies: 7
Views: 1527

Re: vTaskBar on the left MDIChild Window on the Right

... in my previous code example. Changing these two lines to maximize the MDI child window before setting focus, will fix a screen that has been messed up by the user selecting to cascade, split vertically, or horizontally the open windows. Regards, James oPanel1:AddLink( "Providers", ...
by James Bott
Tue Sep 28, 2010 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4580

Re: Nuevo build de FiveMac disponible

Nuevo build disponible: * Fix: Coordinates were also messed in Class TDialog. Now they are fine. * Fix: Coordinates were messed in Class TWindow. Now the specified coordinates are right: DEFINE WINDOW oWnd FROM nTop, nLeft TO nBottom, nRight Please ...
by Antonio Linares
Sat Jul 17, 2010 7:12 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Nuevo build de FiveMac disponible
Replies: 15
Views: 3685

Re: New FiveMac build available

* New build available: * Fix: Coordinates were also messed in Class TDialog. Now they are fine. * Fix: Coordinates were messed in Class TWindow. Now the specified coordinates are right: DEFINE WINDOW oWnd FROM nTop, nLeft TO nBottom, nRight Please ...
by Antonio Linares
Sat Jul 17, 2010 7:12 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: New FiveMac build available
Replies: 16
Views: 6980
Next

Return to advanced search