Search found 492 matches: limit

Return to advanced search

... library to connect mysql server. Sample code below: METHOD ReBrowse() CLASS TA_Acc_Cust ::oMainDb:Query( "select * from a_cust_code order by name1 limit 100" ) REDEFINE BROWSE ::oBrw ID 301 OF ::oDlg ::oBrw:SetODBF( ::oMainDb ) ::oBrw:bKeyDown := {| nKey | ::BrwKeyDown ( nKey ) } ::oBrw:bChange ...
by Taiwan
Tue Apr 25, 2006 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql and Fivewin
Replies: 5
Views: 2337

Dale,

There is no limit.

Do you store your resources inside the EXE or into a DLL ?
by Antonio Linares
Wed Feb 22, 2006 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Limit
Replies: 2
Views: 643

Resource Limit

Hello, Before I get too far down the river and then find that I don't have a paddle - is there a limit to the number of Resources that a .RES file (or an application for that matter) can contain? Has anyone ever run out of place for new Resources like Dialogs, Bitmaps, ...
by dpaterso
Wed Feb 22, 2006 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Limit
Replies: 2
Views: 643

... idea saludos y gracias Marcelo [SETTINGS] ; Advantage Local Server configuration file ; Number of Connections ; Default = 20; Range = 1 - No upper limit CONNECTIONS=20 ; ; Number of Tables ; Default = 50; Range = 1 - No upper limit TABLES=50 ; ; Number of Index Files ; Default = 75; Range = 1 - ...
by Marcelo Via Giglio
Fri Feb 10, 2006 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. velocidad de ADS LOCAL con archivos ADT
Replies: 4
Views: 1650

Font error in Dialog box

... "Single Remedy",10,"Button",BS_AUTORADIOBUTTON,13,20,66, 10 CONTROL "Compare Remedies",20,"Button",BS_AUTORADIOBUTTON,13,34, 78,10 CONTROL "Limit Start",40,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 13,69,53,10 CONTROL "Limit Finish",50,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 137,69,52,10 COMBOBOX ...
by richard
Thu Jan 19, 2006 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font error in Dialog box
Replies: 2
Views: 868

Dear Mr.César E. Lozada When I tried to download the "tTextToSpeech.zip" from the link you have provided, It is leaving a message that "Download Limit Exceeded." I think the service provider has a maximum limit of downloads. Can you please send it to me to my personal e-mail as an attachment. ...
by RAMESHBABU
Mon Jan 09, 2006 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text-To-Speech class for FWH
Replies: 7
Views: 2029

... { |x| BREAK(x)} ) BEGIN SEQUENCE TGet():New( nRow - 0.5, nCol * 2 - 0.7, GenBlock( aValues, n++ ) ) RECOVER USING objError msginfo("This is my Limit: "+str(n)) quit END ERRORBLOCK(bsave) // Restore handler next next ACTIVATE DIALOG oDlg CENTERED return nil function GenBlock( aValues, n ) return ...
by Piscicelli Zingoni
Fri Dec 23, 2005 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More than 128 object on a dialog
Replies: 9
Views: 2671

Pisicelli,

Yes, no limit. You can put 500 controls or more. As much as you need :)
by Antonio Linares
Fri Dec 23, 2005 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More than 128 object on a dialog
Replies: 9
Views: 2671

Great !
So there is no limit ?
I can put on a single dialog 500 BUTTON to indicate the rooms of an hotel ?

I will try.

Many tks
Hi
by Piscicelli Zingoni
Fri Dec 23, 2005 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More than 128 object on a dialog
Replies: 9
Views: 2671

More than 128 object on a dialog

Hi,
I need to create a single dialog with more than 128 object, i CANNOT use folders.

Is it a limit of FWH ?

Tks
by Piscicelli Zingoni
Thu Dec 22, 2005 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More than 128 object on a dialog
Replies: 9
Views: 2671

To use the SELECT clause, you must use the index key and the top limit and the bottom one, like this sample:

... SELECT Name FOR "Jan" TO "John"
by Antonio Linares
Sat Dec 10, 2005 8:06 am
 
Forum: FiveWin for CA-Clipper
Topic: LISTBOX and SELECT ... FOR not Refresh()
Replies: 3
Views: 1453

Now it works

Thanks Antonio, now it works.

When I started the aplication I was afraid of using a new product on an aplication with a so sort time limit. But now everything is ok
by josevalle
Thu Nov 10, 2005 9:49 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth dot matrix printer (star)
Replies: 18
Views: 6890
Previous

Return to advanced search