Search found 23 matches: resetting

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

... Error BASE/1005 Message not found: FWPDF:_LUSEHARUPDF Args: [ 1] = O FWPDF If I quit my program and restart I can print it once again. Am I not resetting something that may cause this problem. Thanks,
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1186

Program techniques : change indexorder or use aliases

... to use the same database in more than one lookup action or update action. 1. I can change the index order, but than I also have to keep track of resetting it back and at the correct position 2. I can open de database in more aliases and use different browses and lookups with these aliases ?? ...
by Marc Venken
Mon Nov 02, 2020 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 674

Re: New FWH 19.03

... of them. In this case, I immediately moved to SAYTEXT( ) and the brush solution you suggested. Yes, that worked, but it had the problem of resetting to the default color as I explained with the three lines of sample code. I don't like to modify files included in the .lib because when you ...
by TimStone
Wed Apr 10, 2019 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4929

Re: ADO SQL VISIBILITY

... If the datetime in NEEDREFRESH table is newer than the RDD area array element with the datetime last refresh of our recordset we refresh it again resetting the RDD area array element. One can install a procedure at the server to run at certain hours when no one its connected to clean up this table. ...
by AHF
Fri Jun 26, 2015 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3479

Re: Rpreview.prg

Mr Otto The problem is in the printer.prg. Rebuild() method of printer class is resetting the printer to default printer. Please apply the following fix to Method Rebuild() of printer.prg Existing code:   if ::hDC != 0      DeleteDC( ::hDC ...
by nageswaragunupudi
Tue Jan 06, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview.prg
Replies: 7
Views: 1286

New FTDN February/Febrero 2014 (FWH 14.02)

February 2014 and January 2014 ============ * Fix: Class TPrinter Method Rebuild() was resetting the previous selected printer. Now it is ok: http://fivetechsupport.com/forums/viewtopic.php?p=156329#p156329 * ENhancement: Some changes on Class TBar regarding the 2013 ...
by Antonio Linares
Mon Mar 10, 2014 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2014 (FWH 14.02)
Replies: 2
Views: 1622

xbrowse to excel office 2010

Hello

oBrw:lExcelCellwise := .t.
OBRW:TOEXCEL()

makes the computer hang ,

This occurs since i updated to fwh 11.04

Using office 2010

Anyone else experiencing this ?

Thanks for the help

PS : resetting back my xbrowse.prg from fwh 10.10 (previous version i used) , it works as expected
by Richard Chidiak
Wed Jun 01, 2011 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse to excel office 2010
Replies: 9
Views: 1924

Re: Combobox with bitmaps

I had tried 8 bit and even they didn't work. It would appear 16x16 Alpha does work, so I'm resetting them to that and hopefully this will be done. I use Axialis for my icons and bitmaps so it really is very easy to make changes.

Thanks.

Tim
by TimStone
Tue Feb 08, 2011 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox with bitmaps
Replies: 7
Views: 1393

Help me Please !!!

... III: Data for special file IV: Data for alarming V: Data for time alarming VI: Data for sign on VII: Data for sign off VIII: Data for date / time resetting IX: Data for custom graphic X: Data for testing XI: Data for signs’ list P.S: The length for each data group cannot exceed 8190 bytes (1FFE). ...
by fafi
Mon Mar 15, 2010 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help me Please !!!
Replies: 0
Views: 448

New FTDN December/Diciembre 2009 (9.12)

... one of the pre-defined datatypes, oBrw:nDataType should be specified as DATATYPE_USER. * Fix: Class TXBrowse Method Initiate: Initiate method was resetting the colors already set by user. Now fixed. * Improved: Class TXBrowse Method ColStretch: Improved columns stretching method. Also fixed runtime ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

... order or a code block that returns the correct data type. Omitting <expNewValue> or specifying it as NIL has the special effect of resetting the specified scope to its original default. The default top range is the first logical record in the controlling order, and the default bottom ...
by Enrico Maria Giordano
Mon Sep 22, 2008 4:51 pm
 
Forum: All products support
Topic: XBROWSE: clausola SELECT per filtrare solo alcuni record
Replies: 7
Views: 1522

... is more like a FldDeleteItem() since you can't decide to later show it again. I haven't tried but it should be possible to show it again simply resetting aPrompts and aDialogs to their original values. EMG
by Enrico Maria Giordano
Tue Sep 09, 2008 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding a TFolder page
Replies: 9
Views: 1435

Hey James, I don't think you can get rid of the warning dialog without the user resetting their security settings in IE. How about writing a temp HTML file with a link to the graphic? Yes, that's what I did after posting the question. :) #include "FiveWin.ch" ...
by Patrick Mast
Mon Aug 25, 2008 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening a BMP with "Shell.Internet" question
Replies: 4
Views: 831

Patrick,

I don't think you can get rid of the warning dialog without the user resetting their security settings in IE.

How about writing a temp HTML file with a link to the graphic?

Or, can't you just display the graphic in a FWH window?

Regards,
James
by James Bott
Sun Aug 24, 2008 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opening a BMP with "Shell.Internet" question
Replies: 4
Views: 831

... code includes modifications which you may or may not be interested in. The modifications are: 1. Support for block editing of text 2. Centralise resetting of text in the associated GTKEntry object 3. Support for codeblocks for Tab and Shift-Tab keys to enable tab order control 4. Support optional ...
by xProgrammer
Mon May 19, 2008 9:57 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Towards Supporting Blocks When Editing GETS
Replies: 5
Views: 1611
Next

Return to advanced search