Search found 497 matches: limit

Return to advanced search

Re: Un ejemplo de MySql+Sql+xHarbour

... 30.50);" oMySQL:Query( cCmdSql ) cQuery := "SELECT * FROM kardex" // WHERE cod_producto = '20071121223230' ORDER BY num_movimiento LIMIT 500" oDatos := oMySQL:Query(cQuery , .t. ) //Comprobando si hay registros Msginfo("Registros en KARDEX: "+str(oDatos:Reccount())) ...
by FranciscoA
Fri Jun 05, 2009 6:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de MySql+Sql+xHarbour
Replies: 7
Views: 3388

Un ejemplo de MySql+Sql+xHarbour

... VALUES('Alejandro','003');" oCon:Query( cCmdSql ) cQuery := "SELECT clave, nombre FROM usuarios" //* FROM usuarios ORDER BY clave LIMIT 100" oDatos:= oCon:Query( cQuery, .t. ) Msginfo("Registros en usuarios: "+str(oDatos:Reccount())) DEFINE DIALOG oDlg FROM 2,2 TO ...
by FranciscoA
Thu Jun 04, 2009 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de MySql+Sql+xHarbour
Replies: 7
Views: 3388

Re: To Manuel Mercado regarding TCLIPPRT class

... same print? Is it possible or not? I haven't find this issue in the example and i tried modify the code without success... Is it an insurmountable limit of TCLIPPRT or i can try something ? Another: have you other (more complex using different size, fonts, etc.) examples of TCLIPPRT use ? Hello ...
by mmercado
Thu May 21, 2009 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Manuel Mercado regarding TCLIPPRT class
Replies: 1
Views: 464

To Manuel Mercado regarding TCLIPPRT class

... same print? Is it possible or not? I haven't find this issue in the example and i tried modify the code without success... Is it an insurmountable limit of TCLIPPRT or i can try something ? Another: have you other (more complex using different size, fonts, etc.) examples of TCLIPPRT use ? All your ...
by max
Thu May 21, 2009 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Manuel Mercado regarding TCLIPPRT class
Replies: 1
Views: 464

Re: Ist there aMaximum Number of Prgs for a Makefile?

... ( for archiving ), You don't have to activate < No Filename >. Normally each combined Prg includes the Prg-Name on Top. If there is a limit of Prg-files, You can use the link, in case You want to use the same solution. http://www.pflegeplus.com/pictures/merge.jpg Look ...
by ukoenig
Wed May 13, 2009 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ist there aMaximum Number of Prgs for a Makefile?
Replies: 4
Views: 908

Ist there aMaximum Number of Prgs for a Makefile?

... another prg oder lib can be added to the project. So the number of files used for compiling seems to be restricted to 94+25 = 119. Is there any limit known? Or, on the other hand, the ilink-command is called with 9 parameters + all objects (same number of prgs) + all libs = 128 <= is this ...
by gkuhnert
Wed May 13, 2009 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ist there aMaximum Number of Prgs for a Makefile?
Replies: 4
Views: 908

Re: Read errors

... not listening 52 Duplicate name on network 53 Network name not found 54 Network busy 55 Network device no longer exists 56 Network BIOS command limit exceeded 57 Network adapter hardware error 58 Incorrect response from network 59 Unexpected network error 60 Incompatible remote adapter 61 Print ...
by ukoenig
Wed Apr 15, 2009 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read errors
Replies: 3
Views: 1088

FileStr()

... be theFileStr() function which on Linux seemed to cope with fair sized files (certainly up to 160K) whereas under Windows (XP) it seemed to have a limit (from memory about 30K). I programmed around this using FOpen(), FRead() and a pre-allocated buffer, but I was wondering if anyone else had struck ...
by xProgrammer
Wed Apr 01, 2009 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FileStr()
Replies: 5
Views: 766

Re: tImage: Image desde campo de DB

is there a limit for sa ve a jpg on dbf
by Silvio
Sun Mar 15, 2009 1:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tImage: Image desde campo de DB
Replies: 5
Views: 1541

... TestMail.prg for the MAPI) to see if they offer the functionality our customers need for this particular feature. Antonio - If there is indeed a limit of 20k on the ClipBoard in Win32, why am I able to copy many megabytes worth of text between NotePad and other text editors using the Windows ...
by PatrickWeisser
Wed Dec 10, 2008 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard size
Replies: 15
Views: 3173

Patrick,

We have been googling for clipboard size (limit) and it seems as there is such limitation :-(
by Antonio Linares
Wed Dec 10, 2008 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard size
Replies: 15
Views: 3173

Antonio, The text will be used in another application. The particular feature I am implementing copies delimited email addresses to the Clipboard so that they may be pasted in the TO: or BCC: block of an email message using whatever email software our customer prefers to use. ...
by PatrickWeisser
Wed Dec 10, 2008 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard size
Replies: 15
Views: 3173

I think the problem is due to the number of fields in the table that i'm opening (141 fields) - if i just select the first field, my routine works. So is there a limit to the size of fields in a table?
by PeterHarmes
Mon Dec 08, 2008 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF when using todbc
Replies: 5
Views: 919

The sky is the limit for Fivewin :D

Congratulations Maestro and all :wink:
by Rossine
Thu Dec 04, 2008 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 70000 posts and growing! :-)
Replies: 3
Views: 753

High Quality Icons

Hello,

Can I add an icon to my exe that has more then 255 colors and with a larger size then 64X64 pixels.

With Resource workshop I can not use icons larger then 6
pixels. The color limit seems to be 256 colors.

These days that is nog enough of course.

Greetings

Willy Hermans.
by Willy
Thu Nov 13, 2008 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: High Quality Icons
Replies: 4
Views: 879
PreviousNext

Return to advanced search