Search found 493 matches: limit

Return to advanced search

Re: busqueda incremental

... cSelect + " FROM "+oTabla+" WHERE "+oOrden+" LIKE '%"+UPPER(cBusca)+"%' ORDER BY "+oOrden //+" LIMIT 100" ELSE oQry2:cQuery:="SELECT "+ cSelect + " FROM "+oTabla+" "+cWhere+" AND "+oOrden+" LIKE ...
by Francisco Horta
Sat Feb 09, 2013 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: busqueda incremental
Replies: 6
Views: 1673

Re: Dialog Title Limit ?

yury wrote:Hi

dialog title have some limit of characters ?


Yes, it's a Windows "feature", as far as I know.

EMG
by Enrico Maria Giordano
Wed Jan 30, 2013 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Title Limit ?
Replies: 1
Views: 430

Dialog Title Limit ?

Hi dialog title have some limit of characters ? a string with 115 characters or more causes a app crash please, execute the code below and put 88 or less in the "Add in title:" ; the dialog will be showed if put 89 or more, the ...
by yury
Wed Jan 30, 2013 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Title Limit ?
Replies: 1
Views: 430

Re: FWh SQLITE

... 16 /* Database is empty */ #define SQLITE_SCHEMA 17 /* The database schema changed */ #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ #define SQLITE_MISMATCH 20 /* Data type mismatch */ #define SQLITE_MISUSE ...
by softruz
Mon Jan 14, 2013 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWh SQLITE
Replies: 3
Views: 1356

Re: Porting from Fwh to Mac

Marco,
„Coolness“ in the sense I use it here is a term of fashion.
Search the internet for “cool tablets, notebooks” and limit the search on "last 2 weeks".
Surface is the most used term.
Best regards,
Otto
by Otto
Sun Jan 13, 2013 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting from Fwh to Mac
Replies: 58
Views: 12984

Re: bug SQLRDD, xHarbour and BCC 5.8.2

Hi Luacs : SQLRDD ver. xHarbour Builder SQLRDD for BCC-December-2012-Build1214 FWH: After ver.1208 xHarbour: 1.23.9894 SQLRDD Not support ordkeyno() , So I do a Stupid way to save Value of field->Sr_recno to Aarray. #DUMP my SOLUTION FOR SQLRDD ordkeyno() #define ORDKEYNO() MY_KEYNO(RECNO()) Priv...
by kokookao2007
Thu Jan 10, 2013 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug SQLRDD, xHarbour and BCC 5.8.2
Replies: 19
Views: 6154

Re: sub menus

Bruce, Cascading menus are tedious to use. You may note that most windows apps limit pull-down menus to two levels deep. Any more can get difficult to handle with a mouse. You can consider an interface redesign possibly putting the third level in a combo box on ...
by James Bott
Sun Jan 06, 2013 1:25 am
 
Forum: FiveWin for CA-Clipper
Topic: sub menus
Replies: 4
Views: 2604

paginacion/tdolphin/xbrowse

Alguien tiene un ejemplo, para el proceso de paginacion
xbrowse/tdolphin/mysql ?

LIMIT 10

xBrowse siempre muestra los primeros 10 registros ,
como ir a la siguiente pagina para ver los otros 10 registros ?

Saludos.
by sysctrl2
Tue Dec 11, 2012 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: paginacion/tdolphin/xbrowse
Replies: 1
Views: 303

Re: Where can I download BCC582?

The Download doesn`t work they want me to sign in with 2 painted words. Writing the words, I get the message : < You reached the Download-limit > You need a PREMIUM - account. I didn't download something from there before !!! only I had to try twice, because the chars been hard to read ...
by ukoenig
Mon Dec 10, 2012 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download BCC582?
Replies: 46
Views: 9771

Re: OT: totvs

... and time field It's very very strange in a big project like totvs. I have to import from it in a destructive way I am very disappointed for the limit Many thanks for this information Have a nice day marco
by MarcoBoschi
Sun Dec 02, 2012 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: totvs
Replies: 3
Views: 814

Re: Open recordset with ADO slow with large tables?

... Now it's very fast only selecting some records. The only thing that is still slow is get a recordset with a lot of records. Mayby I have to limit it with 1000, and get the next 1000 when I am at the last row in my browse()
by Marc Vanzegbroeck
Mon Nov 26, 2012 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open recordset with ADO slow with large tables?
Replies: 8
Views: 1965

Re: Metro style

... environment. These apps can be pinned from the task screen to the retro start menu or tablet view and later launched in a desktop mode. There’s no limit to how many apps and shortcuts a user can pin to the Start menu and tablet view. Just like traditional desktop apps, the Windows Store apps on ...
by modicr
Wed Nov 21, 2012 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 19816

Re: SQL Recordset delete problem

Marc

YES .. you are correct and I think the limit on oRs:delete() on a ( simple ) table join is two tables ( i could be wrong ). I have noticed that if you have right and left joins or unions you will not be able to use oRs:delete().

Rick
by Rick Lipkin
Fri Nov 09, 2012 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Recordset delete problem
Replies: 10
Views: 2896

Re: Win8 & WinRT interesting articles

... "Microsoft's decision to limit Metro apps to the Windows Store is the wrong one." "The enterprise sideloading story on Windows 8? It's complicated" http://www.zdnet.com/the-enterprise-sideloading-story-on-windows-8-its-complicated-7000006742/ ...
by modicr
Thu Nov 01, 2012 2:53 pm
 
Forum: Off Topic / Otros temas
Topic: Win8 & WinRT interesting articles
Replies: 1
Views: 806

Re: Paste in a GET MEMO

Marco,
oMGet:LimitText( nChars ) limits the length of text to nChars and oMGet:LimitText()
without parameters allows edit without any limit.
(from Whatsnew Dec.2009)
by Euclides
Wed Aug 29, 2012 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste in a GET MEMO
Replies: 14
Views: 2083
PreviousNext

Return to advanced search

cron