Search found 28 matches: accepting

Return to advanced search

New FTDN November/Noviembre (FWH 21.11)

... ***>>>" + CRLF + CHR( 26 ) FW_AllTrim( cStr, "<>*" ) --> "GOOD" * FWMARIADB: - Method RowSet() was not accepting SQL queries starting with "WITH ". Fixed. - Method PivotArray( cTable, ... ) works well where cTable is a table, view or a simple ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

Re: xImage - problem with < MOVE >

... any background : brush,selected color or alpha-blended ( transparent ) I can work on each imported image like zoom, rotate, position ... before accepting it as final result Is it possible to add some text as well :?: Do I have to keep the normal window.style because of the not working < image-move ...
by ukoenig
Sun Apr 04, 2021 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage - problem with < MOVE >
Replies: 5
Views: 966

New FTDN July/Julio 2020 (FWH 20.07)

... SayText can be a codeblock. See samples\pdfharu1.prg * TMsgItem: Now prompt can be a codeblock also. * FWMariaRowSet: - Method Rowset is not accepting SQL statements starting with parenthesis. Fixed. - Method SetOrder( corder, u, lDescend ): lDescend is defaulting to previous setting. Fixed. ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1211

New FTDN June 2020 (FWH 20.06)

... or "E". Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&p=233094#p233094 * FWMariaRowset: Method Rowset() is not accepting sql statements like CHECK TABLE, ANALYZE TABLE, etc. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39104 * FW_DemoDB(): ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340

New FTDN September/Septiembre 2019 (FWH 19.09)

... - While attempting connection, sql_mode is set to PAD_CHAR_TO_FULL_LENGTH. It is reported that some older versions of MySql server are not accepting this setting. In such cases, this setting is made only if there is no error. - New function FWMARIA_SET_PAD_CHAR_TO_FULL_LENGTH( lSet ) To ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: New FWH 19.03

Good Morning, Seeing the behavior in my application, and accepting the results of your testing, puzzles me, but at this time I only have to focus on the one one printout ( Invoice ) to which I added color. I realize you are working on a solution, and ...
by TimStone
Thu Apr 11, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4994

Re: FWHMARIADB Samples

... text can be exported to Excel and printed as report. 2) Ability to create table with columns that accept Unicode text and some other columns accepting latin characters only. 3) Update timestamps: Creating columns where modification date/time is automatically updated. 4) International timestamps: ...
by nageswaragunupudi
Wed Apr 12, 2017 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20549

Re: En tiempo de compilacion...

... special case to implement this - it will be enough to not define result holder for such markers 2. accept only one matched expression and refuse accepting any other - when it's used at least once inside non optional part of result pattern 3. accept multiple matched expression - when it's used ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1565

Re: drag & drop box

Otto,

You should not inherit from TRichEdit as it seems as that control is not properly accepting it. I mean: we can not always interfere in the behavior of a standard control.

I modified your example to use a estandard TRichEdit and properly accepted everything :-)
by Antonio Linares
Mon Jun 03, 2013 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: drag & drop box
Replies: 8
Views: 1615

FWH64 and at() function

Team, The at() function is not accepting the third parameter in FWH64. From documentation: AT() Locates the position of a substring in a main string. Syntax AT( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> ...
by George
Sun Mar 04, 2012 10:38 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: FWH64 and at() function
Replies: 7
Views: 4153

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

... - HBIDE_RETURN_ATBEGINING=yes. Scheduled to be included in "Setup" interface. + Allowed hbIDE execution with any text type file. It was accepting .PRG.CPP only. + Broadened the scope of keyword coloring for any case, mixed or absolute. It was all lower or all upper previously. + Prepared ...
by Pritpal Bedi
Mon Jun 14, 2010 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99190

New FTDN June/Junio 2009 (9.06)

... proper dimensions based on the xbrowse cell dimensions. h. Background Image for xbrowse: oBrw:SetBackGround( <brush/bitmap/resource> ) was accepting only brush / bitmap / resource only and painting the background in tiled mode only. Data cBmpAdjBrush was provided to paint a stretched background ...
by Antonio Linares
Sat Jul 11, 2009 5:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6342

Something similar to EM_LIMITTEXT but to control height?

... of 40 x 5 i.e. 40 characters wide and 5 lines in height. Using EM_LIMITTEXT message, I could set it to 40x5 (200) but the control would stop accepting input only if user key-in more than 200 characters. If a user enter the 1st line, then keep on pressing Enter afterwards he'll easily go beyond ...
by hua
Mon Jun 22, 2009 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Something similar to EM_LIMITTEXT but to control height?
Replies: 3
Views: 592

Re: Sending emails with attachement

Marc, >Using Outlook 2003 I first get a message that possible a virus want to send a mail, and then after accepting this, the mail is placed in the out-box but I can't send it. The refusal to send the mail without a user OK is a security measure. However, you can turn this ...
by James Bott
Thu Jun 11, 2009 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending emails with attachement
Replies: 4
Views: 876

Sending emails with attachement

... only work nice with eudora and outlook-express. Using Outlook 2003 I first get a message that possible a virus want to send a mail, and then after accepting this, the mail is placed in the out-box but I can't send it. I want to use a function that open direct a email-client a create the mail, a ...
by Marc Vanzegbroeck
Thu Jun 11, 2009 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending emails with attachement
Replies: 4
Views: 876
Next

Return to advanced search