Search found 32 matches: dbedit

Return to advanced search

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

Thanks again. Here is the comparison between 1. Direct OEM view from Command Prompt using Harbour's DBEDIT. 2. FWH XBrowse of the same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t. 3. Excel as exported using DrXlsx by the new FWH interface to this library All look ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

... 15000) Even now, you can browse the dbf as it is by setting oBrw:lOemAnsi := .t. and the browse should dislpay the same Umlauts as you see using DBEDIT of Harbour in DOS prompt. In any case, we will have an opportunity to test if you share the data. Question : did you get Email with Link to "my" ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

... FW_ArrayAsList( aoem, "" ) )   next   CLOSE DATA  We know it is easy to view OEM characters from DOS prompt. I used a DBEDIT uitily I have with me to view this OEM data in Command Window. This is the code;    WaitRun( "\fwh\samples\dbedit32c \fwh\samples\umloem.dbf" ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

Re: Mobile App Development

dbrowse.prg dbedit.prg You can see that there is the bootstrap link in the head section and then the javascript include. After this the calls to che classes "container-fluid", "col-xs-6", "btn-group", ...
by Massimo Linossi
Thu Jan 16, 2020 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5295

Re: dbrowse.prg

How link dbedit.prg into dbrowse.prg to edit a record ?
by Silvio.Falconi
Thu Nov 07, 2019 11:45 am
 
Forum: mod_harbour
Topic: dbrowse.prg
Replies: 6
Views: 1146

xbrowse and Ufc

Is it possible to associate a user function to the xbrowse like in the old clipper when we used the dbedit function that had the possibility to load a personal function?
by Silvio.Falconi
Thu Oct 25, 2018 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and Ufc
Replies: 1
Views: 389

New FTDN March/Marzo 2018 (FWH 18.03)

... for converting Applications from DOS to Fivewin: - @ r,c SAY ... GET .. - @ r,c, PROMPT ... , MENU TO <n> - FW_DbEdit(...) to replace DBEDIT(...) function * New subclause "PT,PTS,POINTS" in clause "SIZE <w>,<h>" in command "DEFINE FONT": In ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1688

Re: funciones de FWH y Harbour en un archivo .txt

... DBDelete()->Nil DBDrop([<cTable>],[<cIndex>])->Nil DBEdit([<nTop>],[<nLeft>],[<nBottom>],[<nRight>],[<acColumns>],[<cUserFunction>],[<acColumnSayPictures>|<cColumnSayPicture>],[<acColumnHeaders>|<cColumnHeader>],[<acHeadingSeparators>|<cHeadingSeparator>],[<acColumnSeparators>|<cColumnSeparator>],[<acFootingSeparators>|<cFootingSeperator>],[<acColumnFootings>|<cColumnFooting>])->Nil ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... DBClearIndex DBClearRelation DBCloseAll DBCloseArea DBCommit DBCommitAll DBCopyExtStruct DBCopyStruct DBCreate DBCreateIndex DBDelete DBDrop DBEdit DBEval DBExists DBF DBFieldInfo DBFileGet DBFilePut DBFilter DBFSize DBGoBottom DBGoTo DBGoTop DBInfo DBJoin DBList DBOrderInfo DBPack DBRecall ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

. prompt for FWH

... it would be so much easier to be able to use that good old fashioned . prompt. Does anyone know of a code source that we could include within a dbedit program that provides the . prompt ? Maybe it is out there and I just have overlooked it in recent years. Tim
by TimStone
Thu Jun 16, 2016 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: . prompt for FWH
Replies: 8
Views: 1168

Getting "Open Error" using test.dbf on android phone

... pops up message saying “test.dbf found” which is good. Then when you press ok button it gets open error. If I comment out //use test Then it gets dbedit error so I know it is on the “use test” statement. I have tried searching on the internet but couldn’t find anything to help. Have you been able ...
by Gale FORd
Wed Jul 01, 2015 4:37 pm
 
Forum: FiveTouch
Topic: Getting "Open Error" using test.dbf on android phone
Replies: 2
Views: 1265

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: Early days of Clipper

... in your functions, but wouldn't it be better to use local variables? Why not take a look at tbrowse? Don't you think that it is better than dbedit()?" Even with all of its power, like a source-level debugger, structured exception handling, more variable types, great array handling, ...
by Antonio Linares
Thu Jan 08, 2015 9:03 am
 
Forum: Off Topic / Otros temas
Topic: Early days of Clipper
Replies: 4
Views: 1642

Re: xHarbour 1.2.3 build 20141106

... * source/rdd/usrrdd/rdds/arrayrdd.prg * source/rtl/achoice.prg * source/rtl/browse.prg * source/rtl/cstr.prg * source/rtl/cstruct.prg * source/rtl/dbedit.prg * source/rtl/decode.prg * source/rtl/dumpvar.prg * source/rtl/errorsys.prg * source/rtl/hblog.prg * source/rtl/mssgline.prg * source/rtl/objfunc.prg ...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5821

xBrowse() en una sola linea

Saludos, soy nuevo en el uso del xBrowse y estoy tratando de usarlo en una sola línea, al estilo antiguo, tipo DBedit(), se puede ?? Por ejemplo tengo un arreglo y su titulo, hasta aquí me funciona Ok : xBrowse ( aUsers, "Empresas a las que tiene acceso" ) Ahora aUsers{} ...
by Enrrique Vertiz
Wed Aug 07, 2013 12:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse() en una sola linea
Replies: 4
Views: 688
Next

Return to advanced search

cron