Search found 282 matches: occur

Return to advanced search

Prevent user pasting CR LF

... tacked at the end of the field value. Below is one such example http://s27.postimg.org/xxmnxagrn/lincoln_s_dbf.jpg I suspect this occur when user copy and paste from documents such as Word or Excel into my FWH program. Is there any way to prevent this from happening? TIA
by hua
Fri Oct 09, 2015 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prevent user pasting CR LF
Replies: 10
Views: 2377

Re: ADO RDD xHarbour

... 200 since it will only depends of the server capacity of serving all the requests that with ADO are very few so even the server overload will not occur. Next version of adordd will be available 21-16.09. I will change the name to openrdd (Ill explain why when post it)
by AHF
Fri Sep 11, 2015 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 480369

Re: Strange popup: Free Image

... in the one built with Visual Studio. That also has a couple of other quirks ( like the Prompt disappearing after checking a checkbox ) that do not occur in the other builds. I think the issue may relate to errsysw_.prg which was being linked in. I removed it from the builds but I have a feeling ...
by TimStone
Wed Jul 15, 2015 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange popup: Free Image
Replies: 7
Views: 1308

Problem in rpreview (FWH 15.05) - solved

... the buttonbar, I got this error message : http://www.ma-consult.be/rpreview.png Anyone any idea what is wrong? This error does NOT occur in FWH 15.04 Thanks a lot in advance.
by driessen
Thu Jun 11, 2015 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in rpreview (FWH 15.05) - solved
Replies: 3
Views: 603

Re: OT: //Build 2015 //

With new Harbour and VS 2015, the following errors occur: hbcplr.lib(gencc.obj) : error LNK2001: unresolved external symbol ___stdio_common_vfprintf 1>hbpp.lib(ppcore.obj) : error LNK2001: unresolved external symbol ___stdio_common_vfprintf 1>hbcplr.lib(hbmain.obj) ...
by TimStone
Wed May 06, 2015 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: //Build 2015 //
Replies: 40
Views: 9642

Error 15.04 and Harbour - Zip

With the new 15.04, there now occurs HB_GETFILESINZIP, and HB_UNZIPFILE errors which did not occur in 15.03. The errors occur with FWH, Harbour, and MSVC++. They do not occur with the xHarbour build on the same code. I already have hbzlib.lib ...
by TimStone
Mon Apr 27, 2015 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 15.04 and Harbour - Zip
Replies: 5
Views: 696

Re: New FWH 15.04

Rao I found where the error occured during my recompile .. Set Deleted On #Include "FiveWin.ch" in that order creates the error .. when I removed Set Deleted On .. the error went away .. Obviously "FiveWin.Ch" needs ...
by Rick Lipkin
Sat Apr 25, 2015 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.04
Replies: 8
Views: 1267

Re: reemplazar un valor en una cadena caracteres

... * and, if successful, replaces them with the corresponding character * of <cReplaceString>. Be aware that if the same characters occur * in both <cSearchString> and <cReplaceString>, the character on a * certain position in <cString> can be replaced multiple ...
by D.Fernandez
Wed Apr 22, 2015 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: reemplazar un valor en una cadena caracteres
Replies: 6
Views: 1193

Re: problema con ado mysql y fwh (solucionado)

... By default, trailing spaces are trimmed from CHAR column values on retrieval. If PAD_CHAR_TO_FULL_LENGTH is enabled, trimming does not occur and retrieved CHAR values are padded to their full length. This mode does not apply to VARCHAR columns, for which trailing spaces are retained ...
by anserkk
Thu Apr 09, 2015 10:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con ado mysql y fwh (solucionado)
Replies: 12
Views: 2692

Re: Add Color to a Group Frame

... note that the Group Frame is all washed out and I have not been able to find the right combination to add color to the frame .. This only seems to occur with the XpManifest linked in .. Rick Lipkin #include "FiveWin.ch"Func Main()local oDlg,oGrp1,oGrp2,oFontBoFontB  := TFont():New("Ms ...
by Rick Lipkin
Tue Apr 07, 2015 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add Color to a Group Frame
Replies: 19
Views: 5405

Re: Error 53

I went online with the customer and shut the program, reopened it, and could not get the error to occur. Also, it only happens with one computer, and the one file, although over 110 are in that folder. All other machines access the same file with no problem. The computer ...
by TimStone
Thu Feb 19, 2015 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 53
Replies: 4
Views: 778

Error 53

... others, exist in a directory that is already being accessed by this computer since it opened other files using the same path. The error does not occur on other computers using the same client program and accessing the same data files. For those familiar with tData, the error is returned by the ...
by TimStone
Wed Feb 18, 2015 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 53
Replies: 4
Views: 778

xBrowse Horizontal scroll error with multiple listboxes 1501

... has three xBrowse listboxes on one form. When I use the horizontal scroll on the bottom xBrowse I get an ugly run-time error. It only seems to occur when the cursor gets to the Labor column ( edit_get_button ). Again .. this only occurs as you scroll right either with the right arrow key or ...
by Rick Lipkin
Wed Feb 11, 2015 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Horizontal scroll error with multiple listboxes 1501
Replies: 2
Views: 781

Re: For Mr. Nages

Rao,

sorry but we still haven't a sample demonstrating that DBFCDX do optimize filters. My sample in another thread shows that there is no speed difference between using and not using indexes, so it looks like no optimization occur. Let's hope I'm wrong... :-)

EMG
by Enrico Maria Giordano
Thu Feb 05, 2015 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr. Nages
Replies: 8
Views: 2104

Re: Strange Font Problem in fwh 1412

Hi Antonio,

I have also checked all my app. I have changed all ofont:=oArial to ..:Setfont(oArial) but this error still occur.
by Horizon
Tue Jan 27, 2015 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Font Problem in fwh 1412
Replies: 18
Views: 4287
PreviousNext

Return to advanced search