Search found 99 matches: validation

Return to advanced search

Re: Web service HTTP GET Basic Authentication howto

... { ServicePointManager.ServerCertificateValidationCallback += ValidateRemoteCertificate; } /// <summary> /// Certificate validation callback. /// </summary> private static bool ValidateRemoteCertificate(object sender, X509Certificate cert, X509Chain chain, SslPolicyErrors ...
by Jack
Fri Feb 10, 2017 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service HTTP GET Basic Authentication howto
Replies: 2
Views: 1166

Re: Combobox Data

... the main table .. I haven't made up my mind yet .. I like the incremental search feature of the combobox, but I use Get\Action to fire off a data validation browse .. that way I have my regular get instead of the combobox value .. Don;t know what I am going to do yet. Rick Lipkin
by Rick Lipkin
Fri Sep 18, 2015 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox Data
Replies: 7
Views: 1736

Re: Input form

... CLR_BLUE),oEdit:Update(),.t.) If I populate the valid statement with values to autofill it works correctly. However, when I try to use a validation function it fails. What do I need to do to allow me to autofill from a function? REDEFINE GET oVeg_Type VAR VEG_TYPE ID 1011 OF oEdit UPDATE ...
by Vytas
Mon Jul 27, 2015 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1733

Re: FiveWeb

... in order for me to switch to FiveWeb. I would like a small sample application the does the following. 1. Uses CSS, HTML 2. Provides for field validation including autocomplete and variable update, for example, type in ID and name, address, city, state, zip, country populate in other fields. ...
by cdmmaui
Sun Feb 22, 2015 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16738

Re: OLE Excel ComboBox

Hola, perdoname pero el funcionamiento es distinto a lo que parecía. Solo hay que pasarle a Validation:Add(3,1,1,cadena_de_datos_separados_por_punto_y_coma) Me he liado porque yo en realidad tengo un campo más que es la version del libro y dependiendo de esta los valores ...
by Sebastián Almirón
Mon Dec 01, 2014 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OLE Excel ComboBox
Replies: 6
Views: 894

Re: OLE Excel ComboBox

... sele vversion go top set order to 1 do whil !eof() oexcel:Sheets(alltrim(hoja)):Activate() oexcel:Range(alltrim(celda)):Select() oexcel:Selection:Validation:Delete() oexcel:Selection:Validation:Add(3, 1, 1, valida) oexcel:Selection:Validation:IgnoreBlank(.f.) oexcel:Selection:Validation:ErrorTitle("Valor ...
by Sebastián Almirón
Mon Dec 01, 2014 9:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OLE Excel ComboBox
Replies: 6
Views: 894

Re: XBROWSE exclude or control ARROW keys in edit mode

... the user has the choice of either entering the value directly or click on the button to select from the products dialog. If the user input fails validation, he needs to cancel the edit and then press the button for help. Control is in the hands of the user but not the programmer. As of now, it ...
by nageswaragunupudi
Sat Nov 29, 2014 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5382

Re: OLE Excel ComboBox

... una seleccion, y deberian quedarse las opciones disponibles en cada linea, todas, sabes por casualdiad que debo hacer, quite : oExcel:Selection:Validation:Delete() Pero aun asi del combobox de seleccion me va borrando de una en una las opciones de seleccion por cada linea en la que voy seleccionando, ...
by Enrrique Vertiz
Fri Nov 28, 2014 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OLE Excel ComboBox
Replies: 6
Views: 894

Re: OLE Excel ComboBox

... n oexcel:Sheets(hoja):Activate() //Hoja donde estará el combobox oexcel:Range(celda):Select() //Celda donde estará el combobox oexcel:Selection:Validation:Delete() for n = 1 to len(avalores) oexcel:Selection:Validation:Add(3, 1, 1, avalores[n]) next n oexcel:Selection:Validation:IgnoreBlank(.f.) ...
by Sebastián Almirón
Thu Nov 27, 2014 9:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OLE Excel ComboBox
Replies: 6
Views: 894

Re: XBROWSE exclude or control ARROW keys in edit mode

... C 25 0 Price N 11 3 TAxCd C 1 0 I have xBrowse using Sale.dbf Sale.dbf is empty for each sale I need user to enter ProductID and after that in validation function program to seek that value in Products.dbf If it is FOUND to replace Sale->ProductID with Products->ProductID Sale->ProductNam ...
by avista
Wed Nov 26, 2014 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5382

Re: XBROWSE exclude or control ARROW keys in edit mode

... I have try to rename XBROWSE object ... the same result The same result is even if valid function return .f. Pointer is going down or up, before validation function is finished. PLEASE for solution #include 'fivewin.ch'#include 'xbrowse.ch'function main()   local oDlg, oBrw, oCol   use ...
by avista
Thu Nov 20, 2014 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5382

Re: XBROWSE exclude or control ARROW keys in edit mode

... be something wrong with the program logic. Up and down arrow keys do not work during execution of oCol:bEditValid. Up/Down keys work only after validation is completed and browse is refreshed. It is desirable not to write inside a valid function but to keep its functionality limited to return ...
by nageswaragunupudi
Wed Nov 19, 2014 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5382

Coloreado de sintaxis para FWH en Visual Studio 2012

... rebvisar su contenido y adptarlo a Harbour (ojalá) :-) http://frederictorres.blogspot.com.es/2013/01/json-syntax-highlighting-and-validation.html Si tuviésemos la suerte de contactar con Frederic Torres y pedirle ayuda para una extensión para Harbour... :-)
by Antonio Linares
Sat Jun 07, 2014 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Coloreado de sintaxis para FWH en Visual Studio 2012
Replies: 16
Views: 2681

Re: FiveWeb (FiveWin days are numbered)

Hi Boris,

Does FiveWeb support MS SQL connectivity? Field validation, including data lookup / lists?

Sincerely,
by cdmmaui
Thu Apr 17, 2014 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 25469

FiveWeb (FiveWin days are numbered)

... well) I would be willing to dive in and convert existing production applications 1. Style sheets (CSS) 2. MS SQL, MySQL data integration 3. Field validation (including data look-up and data populate, auto-complete, date picker, data validation, etc.) 4. Create PDF documents (including non-standard ...
by cdmmaui
Thu Mar 27, 2014 3:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 25469
PreviousNext

Return to advanced search