Search found 18 matches: dis

Return to advanced search

Re: Lost connection to MySQL server during query

... have a look at and compile \samples\AdoRick.prg .. Just a quick suggestion .. Rick Lipkin ps .. if you are connecting with OLEDB\Sqloledb please dis-regard my comments ..
by Rick Lipkin
Fri Aug 04, 2023 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12543

Re: ADS - The future is <sadly> now so where do you go ?

... blobs/binarys fields. I've studied other databases, and to do what I already have in operation will be very difficult. The hope of ads is that a dis he can be open source since I read in a forum years ago this possibility. For the time being I will take some action only after the bankruptcy of ...
by Giovany Vecchi
Wed Apr 20, 2022 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2854

Re: messaggio per mercurial

Ho provato a ricreare la struttura delle funzioni partendo dalla tua descrizione... ciclone() chiama ciclomater() o ciclomater() è eseguita dopo? assegnaOre() è chiamata da dentro ciclomater due volte (citi il for/next)... il pezzo di codice che hai postato è dentro assegnaOre? ma è troppo ridotto e...
by mercurial
Sat Feb 07, 2015 3:54 pm
 
Forum: All products support
Topic: messaggio per mercurial
Replies: 18
Views: 4438

Re: messaggio per mercurial

L'archivio dei docenti è l'archivio stravecchio del 1992 . C'è una procedura che si chiama Ciclone che apre gli archivi, li azzera cioè azzera alcuni campi di orario ( gg_ora se non trova un carattere nel campo Blocco) , classi ed aule ( campo ore_ass cioè le ore assegnate). Da questa funzione si ar...
by Silvio.Falconi
Sat Feb 07, 2015 8:50 am
 
Forum: All products support
Topic: messaggio per mercurial
Replies: 18
Views: 4438

Re: Office 2010 Access accdb files from ADO

... of SqlOleDb support. For how long ?? I know MS is pushing their ACE and SQLNCLI clients and probably we need to move in that direction .. I just dis-like having to deploy an application that needs a client setup to run ( like dotnet ) .. however as we both know Oracle has ALWAYS needed an Ole ...
by Rick Lipkin
Thu Jul 04, 2013 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office 2010 Access accdb files from ADO
Replies: 5
Views: 2881

Re: Converting DBFCDX to SQL (ADO)

... only be used to create tables, ADD\Insert or Update record(s) in ( like ) a batch mode. Again, this is my opinion and you may find others who dis-agree. I prefer to use recordsets because they give you more control over how that information is fetched, ( e.g. local cursor, forward .. etc ) ...
by Rick Lipkin
Tue May 14, 2013 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting DBFCDX to SQL (ADO)
Replies: 21
Views: 6036

Re: xBrowse error ToExcel()

... ATLANTIC SOUTHERN 2013-02-14 Munoz Rodriguez, Humberto Fleming Calvert Wilbert 133.00 0.00 0.00 133.00 0.00 0.00 0.00 0.00 JRS SVS DIGESTIVE DIS. ASSOC. CL13-00004149 S1302761 2013-01-30 ATLANTIC SOUTHERN 2013-02-14 Gomez Duarte, Cristobal Proctor Eustace J 126.00 0.00 0.00 126.00 0.00 0.00 ...
by reinaldocrespo
Thu Mar 14, 2013 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error ToExcel()
Replies: 4
Views: 2731

Re: OT: Is EXCEL a productivity killer?

... have to realize that the raw data will be crunched and presented to someone else that needs to have it in an e-mail format like excel. I am not dis-agreeing with you .. I do my best to provide as many standard reports with all my applications .. but inevitably, the business rules change, and ...
by Rick Lipkin
Thu Jun 21, 2012 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Is EXCEL a productivity killer?
Replies: 2
Views: 734

Intel: World's First Commercial x86 Smartphones to Be Launch

http://www.xbitlabs.com/news/mobile/display/20120418190235_Intel_World_s_First_Commercial_x86_Smartphones_to_Be_Launched_This_Week.html Intel smartphone reference design is based on Atom Z2460 system-on-chip (Atom core at 1.60GHz, PowerVR-based graphics core with OpenGL ES 2.0, OpenGL 2.1, OpenVG 1....
by modicr
Thu Apr 19, 2012 11:08 am
 
Forum: Off Topic / Otros temas
Topic: Intel: World's First Commercial x86 Smartphones to Be Launch
Replies: 0
Views: 393

Re: DLL32 funciones que regresan un valor entero

Que tipo de valor es al que quieres acceder ? Un número, una cadena (texto) ?

http://dis.um.es/~lopezquesada/documentos/IES_0607/FP/curso/UT8/UT8I.pdf
by Antonio Linares
Tue Feb 07, 2012 10:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DLL32 funciones que regresan un valor entero
Replies: 10
Views: 2566

Re: ADO - Error description: Error ADODB.RecordSet/6 DIS

entonces que le estoy h/errando?
by goosfancito
Wed Nov 17, 2010 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO - Error description: Error ADODB.RecordSet/6 DIS
Replies: 2
Views: 383

Re: ADO - Error description: Error ADODB.RecordSet/6 DIS

Siempre que hagas una búsqueda es obligatorio poner el RecodSet en el primer registro. oRs : MoveFirst()
Te paso este enlace que está muy bueno
http://www.w3schools.com/ado/ado_ref_recordset.asp

Saludos
by horacio
Wed Nov 17, 2010 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO - Error description: Error ADODB.RecordSet/6 DIS
Replies: 2
Views: 383

ADO - Error description: Error ADODB.RecordSet/6 DIS

Tengo una duda y lo voy a ser sencillo a ver si por ahi resuelvo el quilombete. FUNCTION buscar(cBuscar, oRs, oBrw)   cBuscar = AllTrim(cBuscar)   oRs:MoveFirst() <----------- ACA ESTA MI DUDA!   IF !Empty(cBuscar)      ...
by goosfancito
Wed Nov 17, 2010 10:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO - Error description: Error ADODB.RecordSet/6 DIS
Replies: 2
Views: 383

Re: ** ListBox column in the XBROWSE

... size 150, 9 ; OF oDlg UPDATE @ 40,10 XBROWSE oBrw SIZE 300,120 PIXEL OF oDlg ; COLUMNS 1,2,3,4,5,6 ; HEADERS 'Item', 'Rate', 'Unit', 'Quantity', 'Dis', 'Discount' ; PICTURES nil, '9,999.99',nil, '9,99,999', nil, '99.99 %' ; ARRAY aBill ; CELL LINES FOOTERS FASTEDIT AEval( oBrw:aCols, { |oCol| ...
by shri_fwh
Mon Dec 21, 2009 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ** ListBox column in the XBROWSE
Replies: 4
Views: 1702

Antonio Glad you and Patrick got together .. as we spoke privately .. can you or will there be : 1) a way to 'dis-connect' the forms designer from the source code and just create the .rc ? 2) will there be a project compile .. not just running buildx.bat ?? from a run command ...
by Rick Lipkin
Sat Oct 18, 2008 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual FiveWin - first results!
Replies: 22
Views: 5872
Next

Return to advanced search

cron