Search found 516 matches: invalid

Return to advanced search

Re: Validar fecha.

if Empty( CTOD( cStr ) )
// invalid date
endif
by nageswaragunupudi
Wed Jan 06, 2021 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validar fecha.
Replies: 9
Views: 694

Re: Validar fecha.

Hmm, I don't think you can enter an invalid date into a date variable type. Have to tried that? Otherwise here is a test. Note that when a character date is converted to a date format date, if it is invalid it will be an empty date (" ...
by James Bott
Tue Jan 05, 2021 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validar fecha.
Replies: 9
Views: 694

Re: FWBitmap invalid parameter

Ti conviene cercare di eliminare tutto l'eliminabile in modo tale da isolare il punto incriminato. Impossibile aiutarti senza poter riprodurre il problema. Magari prova a scrivere alla sezione in inglese del forum.

EMG
by Enrico Maria Giordano
Tue Dec 08, 2020 3:01 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 870

Re: FWBitmap invalid parameter

Grazie Enrico, in entrambi gli errori, sia con debug che senza, sembra esserci un problema con i Bitmap. Nel caso con il Debug attivo, in realtà, l'errore compare ancora prima che il modulo principale dell'applicazione sia eseguito, per cui mi sembra probabile una qualche libreria o dll non corretta...
by chiaiese
Tue Dec 08, 2020 2:20 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 870

Re: FWBitmap invalid parameter

Manca la cosa più importante: il punto del tuo programma dove avviene l'errore.

EMG
by Enrico Maria Giordano
Mon Dec 07, 2020 8:19 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 870

FWBitmap invalid parameter

... finalmente ad aggiornare le mie librerie con Fivewin 2020 e Harbour 3.0, ricompilando il mio gestionale ho il seguente errore: "FWBitmap invalid parameter" se provo a compilare l'intera applicazione con il debugger attivo (/b switch) il programma va subito in crash con il seguente ...
by chiaiese
Mon Dec 07, 2020 7:55 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 870

Re: XMLHTTP en Linux

... estudiando esto. Saludos cordiales. Carlos. https://stackoverflow.com/questions/51742121/certificate-required-to-access-this-resource-is-invalid XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource is invalid
by csincuir
Sat Oct 10, 2020 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XMLHTTP en Linux
Replies: 6
Views: 1116

Re: XMLHTTP en Linux

https://stackoverflow.com/questions/51742121/certificate-required-to-access-this-resource-is-invalid

XMLHttpRequest: Network Error 0x800c0019, Security certificate required to access this resource is invalid
by Antonio Linares
Sat Oct 10, 2020 11:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XMLHTTP en Linux
Replies: 6
Views: 1116

Re: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec

Navarro
Agradecido por tu respiestata, tambien con Antonio quien me suministro el hb correcto. Ahora si estoy compilando los programas de samples con sus excelentes avances y funcionalidades
by jnavas
Thu Sep 03, 2020 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec
Replies: 2
Views: 390

Re: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec

Si estás utilizando como compilador Borland, no puedes utilizar libs de harbour para VSC, tienes que utilizar un harbour compilado con Borland.
by cnavarro
Thu Sep 03, 2020 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec
Replies: 2
Views: 390

Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec

... rights reserved. Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF record, type 0x21 (possibly COFF) * Linking errors * C:\HB32_BC7>dir hbhp*.lib /s El volumen de la unidad C no tiene etiqueta. El número ...
by jnavas
Thu Sep 03, 2020 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec
Replies: 2
Views: 390

New FTDN June 2020 (FWH 20.06)

... function. 2. Sheet: (Optional: defaults to the first sheet) If provided it can be the serial number of a sheet or name of a sheet or named table. Invalid values result in failure of the function. - This can also be an Sql statement like "select name,city from [sheet1$]" 3. cRange: (Optional: ...
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

Off Topic: Alguien que domine Linux

Hola amigos, mil disculpas por el Off Topic:
Un equipo de analisis al arracncar man este error en pantalla:

mount: mounting ubi1_0 on /mnt/app/ failed: Invalid argument
-sh: ./TARGET_arm: not found
root@SBC8600:/mnt/app#

alguna sugerencia?
by Willi Quintana
Tue May 26, 2020 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Off Topic: Alguien que domine Linux
Replies: 1
Views: 436

ButtonBar in a specific location ( Solved )

... | BOTTOM | FLOAT];   [OF | WINDOW | DIALOG <oWnd>];   [CURSOR <oCursor>] But give the following error in the compilation: Error E0022 Invalid lvalue: 'Numeric' Can anyone help? Thanks!
by ctoas
Mon Mar 30, 2020 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in a specific location ( Solved )
Replies: 4
Views: 563

Compilando con Harbour 3.2, Bcc7 y Hbmk2

... import32.lib, , Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: 'C:\FWH\LIB\FIVEHG.LIB' contains invalid OMF record, type 0x21 (possibly COFF) hbmk2: Error: Running linker. 2 ilink32.exe @C:\Users\apic1\AppData\Local\Temp\6ve6fv.lnk Gracias; por ...
by Armando Picon
Sat Jan 25, 2020 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3243
PreviousNext

Return to advanced search