Search found 391 matches: dbase

Return to advanced search

FW_DbfSqlQuery con campos mayores de 256 carracteres

... "ADODB.Connection" )oC:Open('Provider=Microsoft.Jet.OLEDB.4.0;Data Source="' + cPath + '";Extended Properties=dBASE IV;User ID=Admin;Password=;')oRs := win_oleCreateObject( "ADODB.Recordset" )TEXT INTO cQuery  SELECT CODIGO, NOMBRE, PAIS ...
by VictorCasajuana
Tue Mar 05, 2024 9:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 654

Re: Help splitting up a character address string

Antonio .. All I had to dig out my old dBase\Harbour help file for the correct use of AT() and RAT() but I finially wrote a function I can use to take a full address field and break it into Street, City,State and Zip .. here is the code : // ...
by Rick Lipkin
Wed Nov 15, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: not ISOEM(), ISANSI() or IsUTF8()

... "hardcode" using UTF8-Editor and not when create a "new" DBF it was from some (40 Year old) DBF, start with 7-Bit C/PM under Dbase ]} over. Dbase III+. Cli*pper, Xbase++, HMG and now Fivewin these DBF (still) have OEM "Umlaute" not ANSI "Umlaute" but there ...
by Jimmy
Sun Aug 27, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

password manager with mod harbour

... the risk of password theft. The program utilizes the Web Crypto API to encrypt and decrypt passwords with AES-GCM. Passwords are extracted from a dBase file (DBF). The encrypted passwords are encrypted using an encryption key and an initialization vector (IV) as parameters. In the DBF file, the ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

Les saludo. Soy McCoy, nuevo en este foro

... tarjetas perforadas (que fue uno de los métodos iniciales de hacer programas y procesar datos). A finales de los 80s estuve aprendiendo un poco de DBase, Foxpro y FoxproLan. Luego, en 1993-1994 aprendí Clipper 5.2. En los siguientes años, desarrollé algunos aplicativos en Clipper bajo MS DOS. Posteriormente, ...
by rodmc
Tue Jun 27, 2023 4:41 am
 
Forum: mod_harbour
Topic: Les saludo. Soy McCoy, nuevo en este foro
Replies: 3
Views: 678

Re: Fivewin and ADO

but ADO is not "on-Board" in Windows. By default, every Windows OS comes with Jet OLEDB. This OLEDB supports ADO with DBase and mdb files with MSAccess and Excel. We do not need to install anything else. We can try this code, without specially installing any specific software ...
by nageswaragunupudi
Mon Jun 05, 2023 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3801

Re: MariaDb delete

... sql developer, dbForge studio for Oracle and many many others Is the fwh ADO class good as well for MSSQL or is this only for MariaDB? ALL eg.,Dbase,FoxPro,MSAccess,Microsoft SQL,SQLite,Oracle,PostGre (natively) and any other RDBMS with connectionstrings.
by nageswaragunupudi
Sat Jun 03, 2023 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: show DELETED Record in XBROWSE

... doubt, I am interested in knowing this: In case of Clipper/Harbour, SET DELETED OFF/ON is a Global (application wide) setting, whereas in case of Dbase/FoxPro, this setting is a workarea wise setting. That means, in this code: SELECT 1SET DELETED OFFSELECT 2SET DELETED ONSELECT 1// now whatis ...
by nageswaragunupudi
Sun May 28, 2023 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 472

Re: RTF Spell Checker

... 11 or VS 2023. FiveWin is a framework for developing Windows applications using the xBase programming language, which is primarily associated with dBase and Clipper. FiveWin includes its own implementation of an RTF (Rich Text Format) edit control, which is designed to provide text editing and ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

whether Fivewin should only be for experts or also for dBASE users who want to quickly build a solution Definitely to be used by dummies like me with a very few lines of code and that too with simple commands. And in fact FiveWin is made like that. ...
by nageswaragunupudi
Mon May 15, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 411

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... - like in daily life - more complex with each inheritance. Sometimes the question arises whether Fivewin should only be for experts or also for dBASE users who want to quickly build a solution. Best regards, Otto
by Otto
Mon May 15, 2023 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 411

Re: Using Excel/FW under Remote Desktop

... a lot of data all day long. I know you do things differently, but I've been networking and sharing data since the earliest days of DOS, using dBase II, and III, then Clipper, and since 2000, full Windows. The computers today are so fast and efficient that it works beautifully. Tim
by TimStone
Thu May 11, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 403

Re: Witch program language do we use ?

FiveWin Harbour xHarbour Clipper Dbase
Html PHP JavaScript Json JQuery MySQL
XML
EasyUI
Mod_HARBOUR
API REST


:D
by Ari
Sat Apr 29, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Witch program language do we use ?
Replies: 3
Views: 251

Re: Transaction security with DBF

Hello all, does someone know if we have in HARBOUR something similar to this? Best regards, Otto http://www.dbase.com/help/Xbase/IDH_XBASE_ROLLBACK__.htm Show ROLLBACK( ) Topic group Related topics Cancels the transaction by undoing all logged changes. Syntax ROLLBACK([<database ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

Re: ADS - The future ( UPDATED -FINAL WORD)

... ( without modification ), SAP will NOT modify the software in any way. As a software developer/publisher for 40 years ( starting in 1982 with dBase II ), I would never consider selling my clients an expensive piece of software that was this dated, and had absolutely no guarantee it would be ...
by TimStone
Fri May 06, 2022 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2789
Next

Return to advanced search