Search found 101 matches: accepted

Return to advanced search

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... both User-A and User-B will see the new number as "101" in their edit dialog. Is this acceptable to you and your users? Even if this is accepted, still you have problems. Problem-2: Assume User-B saves the new record first. Then this record will be saved with "101" as the "numcli" ...
by nageswaragunupudi
Thu Mar 28, 2019 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3742

Re: metodo find de ado / Method find with ado

... por la aplicacion del filtro? Thank you guys for their responses With filter run ok but with find not run, i read that more than one column not is accepted by find so i have a dude the next select that do the recordset shows less rows by the effect of the filter?
by artu01
Sat Feb 09, 2019 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: metodo find de ado / Method find with ado
Replies: 6
Views: 1532

Re: TIpClientHttp()

... with various live servers found on the internet), your best bet is to address the problem yourself. Patches of sufficent quality will be of course accepted.
by Carles
Wed Jan 02, 2019 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TIpClientHttp()
Replies: 8
Views: 1777

ADO FILTER , BOOLEAN EXPRESSION

Hello , Testing ADO oRs:Field := cExpression I found some difficulties : oRS.FILTER := "FIRST='Jon' OR (Married=0 AND LAST LIKE 'D*')"// Accepted oRS.FILTER := FIRST='Jon' OR Married=0 AND LAST LIKE 'D*'" // NOT ACCEPTED oRS.FILTER := "(FIRST='Jon' OR Married=0) AND LAST LIKE ...
by Franklin Demont
Thu Aug 16, 2018 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO FILTER , BOOLEAN EXPRESSION
Replies: 1
Views: 638

Re: UPPER() and IsAlpha() return not reals values in french

... create a new function to return Upper case with accents. The new function could be named UpperReal() for example... But UPPER() is the only one accepted in ADS keys to do what Clipper Upper() do very well. Not [x]Harbour.
by Badara Thiam
Sun Jun 03, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2628

FWH 18.03: FW_SaveImage()

... default, files with extensions bmp,jpg,jpeg,tif,tiff,gif,png are supported. If freeimage.dll is available, any file type supported by the dll are accepted. In other cases, the function returns failure. 2. cFile (optional): If omitted, a file selector dialog is displayed and the user has to select ...
by nageswaragunupudi
Tue Apr 24, 2018 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 1020

Ado : Field Definition

Hello , I try to use the defined datatypes from adodef.ch , i can only test in ADO , *.mdb or *.accdb The goal is that the syntax is also accepted in MySql , MsSql , Oracle and Sqlite (see Adofuncs.prg) Some defines are accepted in the syntax as : [Fld2] TynyInt where TynyInt comes from adoDef.ch ...
by Franklin Demont
Sun Jan 21, 2018 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado : Field Definition
Replies: 1
Views: 816

Re: Possible to show a xBrowse groupheader without header ?

... I don't undestand nothing when I see a Spanish message... sorry Maybe hate is a word too strong... sorry PS. My name is Antonino. Quiet ANTONINO, accepted apology, and it is very strange that being Italian you do not have some ideas of words in Spanish when there are some that are the same as ...
by joseluisysturiz
Wed Dec 06, 2017 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to show a xBrowse groupheader without header ?
Replies: 9
Views: 1822

Re: FWHMARIADB Samples

... columns like CHECK( thisdate > thatdate ). The constraint can not use indeterminstic values for comparison. For example ( price > 0 ) is accepted but not ( `date` <= CURDATE() ). These kind of validations are still required to be done in triggers only. Please note that using both features ...
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20975

Re: fw_SetUnicode()

... clauses work, but input is restricted to ANSI characters and Unicode characters are rejected. When CHRGRP is CHR_ANY or CHR_WIDE, Unicode input is accepted but this has limitations like overstrike does not work, picture formats (expect @!) do not work. So, if you want some Gets to work exactly ...
by nageswaragunupudi
Mon Apr 17, 2017 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_SetUnicode()
Replies: 5
Views: 1063

New FTDN March/Marzo 2017 (FWH 17.03)

... any parameter returns the existing key. -Calling the function with any character value of length 6 or more sets the new key. Maximum length accepted is 32 characters and excess are ignored. -Calling the function wih any other parameter (eg: nil, "") clears the password (key). - ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1523

Re: Need CURL syntax with fivewin using HBCURL LIB?

... #define HB_CURLE_SSL_ENGINE_INITFAILED 66 /* failed to initialise ENGINE */ #define HB_CURLE_LOGIN_DENIED 67 /* user, password or similar was not accepted and we failed to login */ #define HB_CURLE_TFTP_NOTFOUND 68 /* file not found on server */ #define HB_CURLE_TFTP_PERM 69 /* permission problem ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4878

ADO : Building columns , NULL ... DEFAULT

... value has no effect. I expected the value from the second field to be 'fivewin power' 2) Second field has clause NOT NULL , but value nil is accepted. The field has now a value SPACE(20) , same result with Clause NULL 3) Third field ? :Value --> 0.00 , expected 0 , maybe configuration ...
by Franklin Demont
Wed Sep 21, 2016 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1505

MS SQL Dumb Question

... cSubject := "CDM ACE AES Response: " + ALLTRIM(cShipno) IF EMPTY(cAesItn) cSubject += " - Rejected" ELSE cSubject += " - Accepted" ENDIF cEmTo := ALLTRIM( aEmail[01] ) cEmCC := "" IF LEN(aEmail)>1 cEmCC := "<" + ALLTRIM( aEmail[02] ) + ">" ...
by cdmmaui
Tue May 10, 2016 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Dumb Question
Replies: 0
Views: 426

Questions to MENU

1. I found, that the 3. parameter (textcolor) from COLORSELECT only accepted, if in the COLORMENU the textcolor is CLR_BLACK! Please try: COLORMENU CLR_RED,CLR_WHITE COLORSELECT CLR_BLACK,CLR_RED,CLR_HGREEN 2. Another question to the parameters from COLORSELECT: ...
by byte-one
Tue Mar 15, 2016 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions to MENU
Replies: 14
Views: 2990
PreviousNext

Return to advanced search