Search found 49 matches: restriction

Return to advanced search

Fernando, Aqui te copio una funcion que desarrolle usando el "ScanX". Esta funcion extrae los datos de la Licencia de Conducir de cualquier estado de USA y tambien de Mexico y de muchos otros paises. #define FIELD_STATE 4 // 0 #define FIELD_CITY 3 // 1 #define FIELD_NAME_F 29 // 2 #define FIELD_NAME...
by George
Mon Sep 15, 2008 3:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OCR y Fivewin alguna sugerencia?
Replies: 12
Views: 5067

... behaves that way. You could modify Harbour Class TGet and change its behavior. But I warn you it is a messy code in Harbour. > Is it a Harbour restriction or choice? It is Clipper behavior, that was mimic in Harbour. But we are using an open source compiler, so you can modify its source code. ...
by Antonio Linares
Wed Sep 10, 2008 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet Class
Replies: 7
Views: 1411

... the last character. Ok. I understand. Which one is true? We try to write an applications in Windows. Should we use Windows rules?. Is it a Harbour restriction or choice? >This is an example with UEStudio. I have typed "Hello world! " and I >double clicked on world! The same selection as us: ...
by Horizon
Wed Sep 10, 2008 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet Class
Replies: 7
Views: 1411

... + Added hb_clsClearAllClassDatas() * source/vm/hvm.c + Add call to clear class datas before disabling Destructors /* This change dismisses the restriction on storing a destructable object into a classdata, but by the time such Destructor are activated classdatas might have been cleaned, which ...
by Enrico Maria Giordano
Fri Aug 29, 2008 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14036

SOLVED!

I was right in the first place....


adsconnect60(...) -> .T.
use table


My fault \\server\data\*.dbf has read restriction... now corrected!



Thank you for viewing this post :P
by fraxzi
Wed May 14, 2008 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using table after .ADD connection / FWH and xHarbour
Replies: 3
Views: 653

... there is no coding required. >Part of my reason for not implementing (certainly the TData way - if that's the one Antonio provides) is the restriction on field names - I find the current 10 character limit already a nuisance. And auto generating from table is a no-brainer. Again this requires ...
by James Bott
Thu Apr 10, 2008 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

>Part of my reason for not implementing (ceratainly the TData way - if that's the one Antonio provides) is the >restriction on field names - I find the current 10 character limit already a nuisance. It is good that we can use longer names but be aware. Code becomes so unreadable. ...
by Otto
Thu Apr 10, 2008 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... it) equally as in your architecture. Part of my reason for not implementing (ceratainly the TData way - if that's the one Antonio provides) is the restriction on field names - I find the current 10 character limit already a nuisance. And auto generating from table is a no-brainer. Plus often you ...
by xProgrammer
Thu Apr 10, 2008 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864

... I am thinking that it may create problem if these variables are not identical up to the last characters. If we don't impose the 10 chars restriction, is there a way to work around with this? Thanks, Jose
by xhbcoder
Thu Apr 10, 2008 4:54 pm
 
Forum: FiveWin for CA-Clipper
Topic: Converting POS application to xHarbour + FWH
Replies: 50
Views: 15571

... control to the shell with the entire decompressed file as the argument after "-c". Known shells are sh, ash, bash, bsh, csh, ksh, tcsh, pdksh. Restriction: UPX cannot use this method for shell scripts which use the one optional string argument after the shell name in the script (example: "#! ...
by karinha
Fri Oct 19, 2007 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 6738

Michel,

It looks as a Win32 API restriction
by Antonio Linares
Tue Jul 03, 2007 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about minimize and maximize button
Replies: 2
Views: 742

Marc,

There is no 10 chars restriction, but the files names rules are the same
by Antonio Linares
Tue Mar 20, 2007 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Field-name
Replies: 1
Views: 459

Éric, It is not a bug. Please set: oDBCli:lTenChars := .F. // Avoid Clipper restriction compatibility as CLI_TIPPES is 10 chars length Não resolveu!!! e a minha classe não terá "lTenChars" CLI_TIPPES é de 1 byte, mas se transformará conforme o elemento do vetor!!! ...
by ericmagaldi
Wed Feb 28, 2007 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Redefine ComboBox + oDB:FIELD - URGENT
Replies: 14
Views: 4701

Éric,

It is not a bug. Please set:

oDBCli:lTenChars := .F. // Avoid Clipper restriction compatibility

as CLI_TIPPES is 10 chars length
by Antonio Linares
Wed Feb 28, 2007 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Redefine ComboBox + oDB:FIELD - URGENT
Replies: 14
Views: 4701

AT COMMAND FOR GSM MODEM

... # +CLIP=? (Calling line identification presentation) AT+CLIP=? +CLIP: (0,1) # +CLIR=? (Calling line identification restriction) AT+CLIR=? +CLIR: (0-2) # +COLP=? (Connected line identification presentation) AT+COLP=? +COLP: (0,1) # +CDIP=? (Called line identification ...
by areang
Tue Feb 27, 2007 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AT COMMAND FOR GSM MODEM
Replies: 2
Views: 1589
PreviousNext

Return to advanced search