topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
no puedo hacer el refresh con MARIADB y xbrowse | [quote="sysctrl2":28gdk5rr]uso MARIADB sin problemas
echame un cable
en skype : SysCtrlSoftware arroba outlook punto com[/quote:28gdk5rr]
te envio email |
no puedo hacer el refresh con MARIADB y xbrowse | ok |
no puedo obtener todos los registros via ODBC MYSQL y ADO | Hola,
Usando MySQL con ADO via ODBC y Fivewin no puedo recuperar más de 1969 registros (añadiendo LIMIT 1969).
Si hago oRs := FW_OpenRecordSet( oConexion, "select * from mitabla"), en el oRs objeto obtengo:
0 IAccessor VERDADERO
1 IChapteredRowset VERDADERO
2 IColumnsInfo VERDADERO
3 IColumnsRowset VERDADERO
4 ICon... |
no redondea correctamnete | Amigos
uso xharbour 0.82
No redondea correctamente en esta version de xharbour
local x:=5.8105
msgalert( round(x,3) )
sale 5.810
cuando deberia salir 5.811
si lo pongo directo si funciona bien
msgalert( round(5.8105))
porque
ha alguine le paso esto cual es la solucion
por q pasar a xharbour 0.99 es algo ... |
no redondea correctamnete | Vladimir:
Usando la lib de Nanforum toolkits (Nanfor.lib)
ese problema se soluciona.
La función es FT_Round().
Mira si tienes en xHarbour, yo la uso con Harbour y la compilo
en mis programas y me funciona bien.
Saludos.
Ruben Fernandez. |
no redondea correctamnete | en xharbour 9.61 funciona ok
msgalert( round(x,3) )
5.811000
saludos
Patricio |
no redondea correctamnete | [quote="Vladimir Zorrilla":3a0g16bn]Amigos
uso xharbour 0.82
No redondea correctamente en esta version de xharbour
local x:=5.8105
msgalert( round(x,3) )
sale 5.810
cuando deberia salir 5.811
si lo pongo directo si funciona bien
msgalert( round(5.8105))
porque
ha alguine le paso esto cual es la solucion
p... |
no redondea correctamnete | No estoy de acuerdo con ACC69. Efectivamente, debería salirte 5.811, sin embargo puedes probar con round(x,4) a ver que te sale. Si sólo necesitas 3 decimales puedes probar a pasar la cifra a string con str(round(x,4) ,12,3) o algo similar.
Un saludo. |
no salen encabezados con tReport | que tal a todos:
Tengo un sistema que venia generando reportes muy bien, le hice algunos cambios y ya no le salen los encabezados sin embargo toda la informacion si se imprime, caso raro , en una version anterior si salen bien, que podrá ser? |
no salen encabezados con tReport | Listo compañeros, no se porque pero como el titulo (que es el nombre de la empresa) viene del archivo .ini y se carga en la variable cEmpresa, se debe convertir con oEmToAnsi(cEmpresa), caso especial ya que lo tenia solo en una empresa y ahora que me lo solicitaron en otra me sucedió lo comentadoo , lo bueno que ya s... |
no se cierra el dialogo de un meter que hago mal | Hola <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> otra vez de nuez aqui molestando con una preguntita tengo una cajita de meter para indexar pero al terminar no se cierra que me falta. <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Ro... |
no se cierra el dialogo de un meter que hago mal | [quote="AIDA":8hbwhd0u]tengo una cajita de meter para indexar pero al terminar no se cierra que me falta.aaah y se puede cambiar el color de la barrita del meter que es azul a otro color[/quote:8hbwhd0u]Hola Aida:Prueba así:[code:8hbwhd0u]LOCAL oDlg, oMtr
LOCAL nPos
USE sos
DEFINE DIALOG oDlg
@ 1, 1 METER oMtr ... |
no se cierra el dialogo de un meter que hago mal | U´PS solo me falta eso <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> huy que pena <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Gracias que amableSaludosAida <!-- s:wink: --><img src="{SMILIES_PAT... |
no se cierra el dialogo de un meter que hago mal | Una ultima preguntita de los meters <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> se podra hacer un meter vertical <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> GraciasAida <!-- s:D --><img src="{SMILIES_PAT... |
no se cierra el dialogo de un meter que hago mal | [quote="AIDA":2xwvx43k]se podra hacer un meter vertical[/quote:2xwvx43k]Un Meter no pero una Progress Bar sí, chécate Progres1.prg en \FWH\Samples.Saludos.Manuel Mercado |
no se cierra el dialogo de un meter que hago mal | Tenquius Manuel lo buscare ese no lo conocia <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Que tengas una bonita semanaAida <!-- s:wink: --><img src="{SMILIES_PATH}/ic... |
no se cierra el dialogo de un meter que hago mal | Ya vi el ejemplo del Progress Bar si se ven bonitos y de color verde no le entiendo como usarlos para indexar me pondre hacer mis mescolancias con el Progress Bar a ver que me sale.Gracias Manuel <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Aida <!-- s:wink: --><i... |
no se como hacer funcionar el setfilter | Hola. tengo esta oQry:
[code=fw:2hluvs1q]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> BRW_PRODUCTOS ;<br /><span style="color: #ff0000;">"SELECT "</span> + ;<br /><span style="color: #ff0000;">"a.id AS c1, "</... |
no se como hacer funcionar el setfilter | No veo incluida esa columna s.id entre las columnas del select. |
no se despliega Icono | Esta pregunta ya la han hecho en otras ocasiones
En este ejemplo si me muestraa el ICONO factura.ico
define icon oIco FILENAME "factura.ICO"
define brush oBrush filename mxempre->mfondo
DEFINE Window oWnd of oMenu FROM 1, 1 TO 400,600 pixel;
TITLE "Menu Principal de Ventas";
ICON oIco;
... |
no se despliega Icono | Haz ACTIVATE DIALOG oVentana CENTER valid(sale) ON INIT oVentana:SetIcon( oIcon ) |
no se porque no me ordena... | Hola.
Tengo este array
[url:37i6ncaf]https://drive.google.com/file/d/1xh7F9_MgJOngbv336i57v4hjHuwHyPmB/view?usp=sharing[/url:37i6ncaf]
y quiero ordenarlo de esta manera pero no me lo ordena.
[code=fw:37i6ncaf]<div class="fw" id="{CB}" style="font-family: monospace;"> ::<span style="color: #0000... |
no se porque no me ordena... | [quote="goosfancito":1znsc84o]Hola.
Tengo este array
[url:1znsc84o]https://drive.google.com/file/d/1xh7F9_MgJOngbv336i57v4hjHuwHyPmB/view?usp=sharing[/url:1znsc84o]
y quiero ordenarlo de esta manera pero no me lo ordena.
[code=fw:1znsc84o]<div class="fw" id="{CB}" style="font-family: monospace;"> ... |
no se porque no me ordena... | Gustavo, pudiste arreglarlo?
Lo que note es que en el caso de "fecha_nacimiento" esta en formato texto, si queres ordenarlo en orden cronologico tendrias que convertirlo a fecha |
no se porque no me ordena... | bien! si lo pase con ctod() y ahora si funciona.
gracias |
no se puede descargar desde HiperUpload ? | Ni yo ni algunos de los amigos que les pedi hacer unas descargas, han podido descargar archivos desde ese sitio.....
Se requiere algo especial ?
Gracias de antemano. |
no se puede descargar desde HiperUpload ? | Julio,
No, nada en especial, lo que ocurre es que a veces el servicio falla.
Ultimamente estamos usando <!-- w --><a class="postlink" href="http://www.rapidshare.com">www.rapidshare.com</a><!-- w --> |
no se puede descargar desde HiperUpload ? | Antonio,
¿ Has mirado <!-- w --><a class="postlink" href="http://www.mediafire.com">www.mediafire.com</a><!-- w --> ? Es excelente y no hay limitaciones de tiempo para descargas. Pienso que es mejor que el rapidshare, pues una vez que descargues un archivo en el rapidshare, no se puede descargar otro luego después... |
no se puede descargar desde HiperUpload ? | Kleyber,
Gracias. Sí la verdad es que ya hay muchos, sería conveniente que tuviésemos una lista de todos los que podemos usar <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
no sizing the column of xbrowse | :lAllowRowSizing := .f.
:lAllowColSwapping := .f.
:lAllowColHiding := .f.
I use these parameters
but the user can move the column .... why ?
why not exit :lAllowRowSizing ? |
no sizing the column of xbrowse | Hello Silvio,
maybe you look for:
oBrw:lAllowColSwapping := .f.
Best regards,
Otto |
no sizing the column of xbrowse | [quote="Otto":1h4v67cv]Hello Silvio,
maybe you look for:
oBrw:lAllowColSwapping := .f.
Best regards,
Otto[/quote:1h4v67cv]
Please I wrote
on my config I have allready
WITH OBJECT oBrw
:nRowHeight := 27
:nClrBorder := CLR_GRAY
:lDrawBorder := .t.
* :... |
no sizing the column of xbrowse | You need for cols
:lAllowSizings := .f. |
no tengo mac no tengo fwh mac | Hola.
Tengo un programita que solo saca los años entre dos fechas. y un amigo necesita que ese programa le funcione en la mac que tiene. me pueden orientar como podría hacer para transformar este programita que tengo en windows a mac ?
gracias. |
no tengo mac no tengo fwh mac | Lo puedes programar en FiveMac, pero lo mas sencillo es que uses WinBottler para Mac que es una utilidad que automaticamente te permite ejecutar tu EXE de Windows en Mac:
[url:2vk6kibl]https://winebottler.kronenberg.org/[/url:2vk6kibl] |
no tengo mac no tengo fwh mac | gracias |
no wait dialog of mdichild vs pure no wait dialog | Hi,
a very stupid question ,what is the different between no wait dialog of mdichild vs pure no wait dialog ?
DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 5,5 TO 6,6
define dialog odlg of owndchild resource "aaa"
redefine get var1 id 101 of odlg
...
activate dialog odlg no wait valid (owndchild:end... |
no-modal preview | Hello,
A customer asked the possibility to work on main window during the preview, then I changed the preview to not modal setting lPrvModal on device to false.
The no-modal preview has 2 problems:
1) it shows under the main window
2) If I move it the one page preview become thin:
[img:3engsmew]https://i.imgur&... |
no-modal preview | Antonio
You might try turning off the left side page preview thumbnails.. set this code at the top of your program and see if that helps..
Rick Lipkin
[code=fw:nay9hajd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//turn off report thumbnails</span><br />TPreview<span... |
no-modal preview | After some analysis we decide to not use no-modal preview... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
no-modal preview | If I move it the one page preview become thin:
Hello Antonino,
are you sure you use the same printer for preview in modal and no-modal mode.
This picture seems to me to be a preview of a receipt printer. Here you have a very large page height.
I never got preview working with receipt printer.
I always took the same... |
nokia 6600 symbian OS | I need to code for Nokia 6600.
Can FWPPC code recompiled to Symbian C++ ? |
nokia 6600 symbian OS | Hoe,
is there a Windows Mobile for Nokia 6600 ? FWPPC uses Windows Mobile |
nokia 6600 symbian OS | No, Symbian is not a Pocket PC Compatible Operating System.
Take a look into smartphones with Pocket PC installed, BenQ, HP, Qtek, O2, and I-mate have very nice models not too expensive (my choice actually would be an HP 7000 series Smartphoe with GPS integrated, but it's almost 800 dollars, so I'll keep my Qtek-9100)... |
nokia 6600 symbian OS | The reason is because a customer prefers to buy Nokia 6600 or similar as it is cheaper for bulk purchase(100-200units) as compares to smartphone.
Since FWPPC is compiled by Harbour to C, I wonder if it can be compiled to Symbian C++.
Is there any simple tool to develop application on Symbian OS ? |
nokia 6600 symbian OS | Hoe,
* Since FWPPC is compiled by Harbour to C, I wonder if it can be compiled to Symbian C++.
FWPPC requires Windows Mobile operating system |
nokia 6600 symbian OS | fwppc samples run also with HTC TYNT ( <!-- w --><a class="postlink" href="http://www.htc.com">www.htc.com</a><!-- w -->)
Perhaps in the summer htc europe sale htc p4550 smartphone Umts with GPs integrated GLobal Sirf III and I wait for it
HTC is the qtek future |
nombre de clase BLOCK en GetAllWin | Hola a todos :
Tengo una consulta sobre la función GetAllWin, la he usado en una parte de mi código y en el array que devuelve he encontrado que hay algunos elementos cuya propiedad classname tiene el valor "BLOCK" y su ValType es "N" de numérico.
El resto de elementos son de tipo Objeto y la propiedad classname me dev... |
nombre de clase BLOCK en GetAllWin | Puedes proporcionar un PRG de ejemplo en el que se pueda comprobar lo que comentas ? gracias |
nombre de clase BLOCK en GetAllWin | Hola Antonio, no puedo proporcionar un PRG, puesto que el error me da cuando pulso una tecla de función que tengo asignada por SET KEY, y no siempre se produce el error, he conseguido aislarlo y sé que es después de haber accedido a una clase creada por mi, llamada TTabla.
He copiado el error.log para que veas que el f... |
nombre de clase BLOCK en GetAllWin | El código fuente de GetAllWin() está en source\classes\window.prg
Puedes leer la documentación de GetAllWin() en el wiki de FiveWin:
[url:344tooj1]http://wiki.fivetechsoft.com/doku.php?id=fivewin_funcion_getallwin[/url:344tooj1] |
nombre de clase BLOCK en GetAllWin | Voy a revisarlo, muchas gracias. |
nombres en pellesc | hola foro,
estoy empezando a usar pellesc y pues ya no se por donde buscarle, tengo mi archivo .res importo un bitmap y me le pone de nombre #8001, ahi le doy click derecho y en propiedades cambio el nombre por "Almacen" lo grabo y cierro mi archivo, pero cuando lo vuelvo a abrir el nombre del bitmap me lo deja nuevame... |
nombres en pellesc | A ver si no estás grabando el fichero.
Para grabar todo el .rc o el .res tienes que estar en la pestaña del fichero, porque si estas en la pestaña de algún diálogo o recurso, no se graba (el iconito de grabar de los tres discos, nanai, no lo uses), usa el de la izquierda.
no se si me explico...
Yo uso el pellesc desd... |
nombres en pellesc | [quote="Francisco Horta":175rqoh3]hola foro,
estoy empezando a usar pellesc y pues ya no se por donde buscarle, tengo mi archivo .res importo un bitmap y me le pone de nombre #8001, ahi le doy click derecho y en propiedades cambio el nombre por "Almacen" lo grabo y cierro mi archivo, pero cuando lo vuelvo a abrir el no... |
nombres en pellesc | Francisco:
Para cambiarle el nombre yo lo coloco entre comillas.
Asi: "Almacen", lo guardas y ya esta, si no lo guardas
el programa te dice si deseas guardar los cambios
al salir y ahi le dices que si y asunto arreglado.
Saludos.
Ruben Fernandez |
nombres en pellesc | Gracias a todos, funciono, algo he de haber estado haciendo mal,
Salu2
Paco |
nomodal dialog menu area shows pre background ? | Hi !
NoModal dialog menu area, always shows background (before openning this dialog) after the dialog opened, resized, till you click the dialog menu.
FWH1104 +Harbour 3.0
Best regards!
Shuming Wang |
nomodal dialog menu area shows pre background ? | Shuming,
Could you please provide a small example to test it ? Thanks |
nomodal dialog menu area shows pre background ? | test1.prg
#include "fivewin.ch"
function main()
public ownd,omenu
define window ownd FROM 0,0 TO 10,10
activate window ownd on init buildmenu(ownd)
function buildmenu(ownd)
menu omenu 2007
menuitem "aaa" action aaa()
menuitem "bbb"
endmenu
ownd:setmenu(omenu)
ownd:refresh()
return
function aaa()
loca... |
nomodal dialog menu area shows pre background ? | If remove/delete ' WS_CHILD ' in .rc , it works fine !
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Shuming Wang |
nomodal dialog menu area shows pre background ? | Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
non-standard behavior | Hi,
If I run this little program ....
#include "fivewin.ch"
#define crlf CHR(13)+CHR(10)
FUNCTION main()
LOCAL oDlg
LOCAL oGet1 , cGet1 := "Aaaaa " + crlf + "Bbbbbbb "
LOCAL oGet2 , cGet2 := "Cccccc Dddd Eeeeee "
DEFINE DIALOG oDlg
@ 1 , 1 GET oGet1 VAR cGet1 OF oDlg SIZE 100 , ... |
non-standard behavior | Marco,
1. Do you mean when the MEMO gets focus ? All text is selected, right ?
2. I don't understand what you mean here. What is the problem ?
3. Here it is working fine. I select the two lines of your example and then paste them in UEStudio and they are there |
non-standard behavior | Antonio,
is it a version problem?
I use a version october 2009. |
non-standard behavior | >1. Do you mean when the MEMO gets focus ? All text is selected, right ?
Using TAB key when I enter a GET all get content has to be selected MEMO GET and normal GET
>2. I don't understand what you mean here. What is the problem ?
If I click in a GET cursor position has to be adapted to the ALLTRIM( oget:varget() ) tha... |
non-standard behavior | Marco,
FWH users usually don't want that GETs text gets automatically selected as when the user types something all the content is erased.
Do you want all the text to be selected ? (in fact that is the standard behavior) |
non-standard behavior | It seems to me that if the picture has "@K" in it, then all text should be selected when tab, arrow, or enter key was used prior to the get.
This gives the user a visual clue that if they type a letter all text gets cleared. |
non-standard behavior | >> Do you want all the text to be selected ? (in fact that is the standard behavior)
Yes! My customers want |
non-standard behavior | To Gale
>It seems to me that if the picture has "@K" in it, then all text should be selected when tab, arrow, or enter key was used prior to the >get.
>This gives the user a visual clue that if they type a letter all text gets cleared.
with PICTURE "@K" it's the same
If users accidently type a letter and delete all sel... |
non-standard behavior | It sounds like you want selectall on all the fields but to me it should only be that way only if you use a picture with "@K".
Without "@K" it should act normally.
I modified tget and mget so that it would do a selectall when picture includes a "K" like "@K" .
My users appreciate the visual clue that selectall provides... |
non-standard behavior | In this little sample I select all get content using TAB key.
But If I press a "X" character I find (in second get)
X instead of Cccccc Ddddd Eeeeeeee
If I press CTRL_Z or Right mouse to Undo this accidental error
I cannot undo this operation.
Any hints?
King regard
Marco
[code=fw:2oanp0za]<div class="fw" id="{CB... |
non-standard behavior | Marco,
To have 100% standard behavior on GETs please replace all the code in Class TGet that follows:
case nKey >= 32 .and. nKey < 256
with
return nil
but the problem is that then we loose Clipper GETs compatibility. We need to find a way to make them compatible there. |
non-standard behavior | Ok, I think I have the right solution:
We are going to implement a new Class TEdit that uses a standard Windows Edit control with no related Clipper/Harbour GET at all, this way everything will be fine: Unicode support, etc <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
non-standard behavior | <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{... |
non-standard behavior | [quote="Antonio Linares":1hothsev]Ok, I think I have the right solution:
We are going to implement a new Class TEdit that uses a standard Windows Edit control with no related Clipper/Harbour GET at all, this way everything will be fine: Unicode support, etc <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-... |
non-standard behavior | Well, in fact it is already available and included in FWH <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
FWH\source\classes\edit.prg
and an example:
samples\testedit.prg |
non-standard behavior | [quote="Antonio Linares":3o8746lr]Well, in fact it is already available and included in FWH <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
FWH\source\classes\edit.prg
and an example:
samples\testedit.prg[/quote:3o8746lr]
Yes, right. But not work for Chinese get.
I use M... |
none PIXEL calculation | hi,
how to "calculate"
[code=fw:w5ti35oq]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">2</span>,<span style="color: #000000;">2</span> <span style="color: #0000ff;">SAY</span></div>[/code:w5ti35oq]
to use PIXEL Option <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif"... |
none PIXEL calculation | Is that what you mean ?
GetTextWidth(NIL, "calculate", oFont:hFont) |
none PIXEL calculation | Dear Jimmy,
@ 200, 200 SAY ... PIXEL
Not sure what you mean |
none PIXEL calculation | hi Antonio,
[quote="Antonio Linares":389vod8l][code=fw:389vod8l]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">200</span>, <span style="color: #000000;">200</span> <span style="color: #0000ff;">SAY</span> ... <span style="color: #0000ff;">PIXEL</span></div>[/code:389vod8l][/qu... |
none PIXEL calculation | Dear Jimmy,
It was just an example. Here you have the values that FWH really uses:
FWH\include\constant.ch |
none PIXEL calculation | hi Antonio,
[quote="Antonio Linares":2wci0hks]FWH\include\constant.ch[/quote:2wci0hks]
ok, now understand
it depend on Control which *_CHARPIX_H and *_CHARPIX_W to use
[code=fw:2wci0hks]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Say</span><br /><span style="color: #00D7... |
none PIXEL calculation | correct! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
not ISOEM() ISANSI() or IsUTF8() | hi,
i do try get String from DBF FIELD Type "C"
[code=fw:2kix0xrf]<div class="fw" id="{CB}" style="font-family: monospace;"> xValue := FieldGet<span style="color: #000000;">(</span>ii<span style="color: #000000;">)</span><br /> cType := aStruct <span style="color: #000000;">[</span> ii <span sty... |
not ISOEM() ISANSI() or IsUTF8() | We need to keep this in mind.
While all English characters and all characters of other West European languages other than accented characters are represented by a single byte in both ANSI and UTF8 notiation, the accented characters (which include German Umlauts) are represented by a single byte in ANSI and two bytes i... |
not ISOEM() ISANSI() or IsUTF8() | hi,
thx for Andwer.
it was not the Problem when "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 is no OEMt... |
not ISOEM() ISANSI() or IsUTF8() | Mr. Jimmy
Sorry.
Now I understand.
By the way you remind me of programming with CP/M (8-bit) those days.
[quote:348kn0wf]
but there is no OEMtoUTF8() Function in FiveWin, or <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: -->
[/quote:348kn0wf]
But we have OEMtoANSI() fu... |
not ISOEM() ISANSI() or IsUTF8() | hi,
forgot to say that Xbase++ still use default OEM Setting <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
Xbase++ use OEM <-> ANSI "translation" internal "on-fly"
to use Xbase++ with ANSI you need to compile with -a |
not ISOEM() ISANSI() or IsUTF8() | hi,
[quote="nageswaragunupudi":vkj8b1yc]That is nice. So are you able to finally solve the conversion issue?[/quote:vkj8b1yc]
Yes, after STRTRAN() "Umlaute" and use this CODE to "check" Sign
[code=fw:vkj8b1yc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> CheckVa... |
not ISOEM() ISANSI() or IsUTF8() | hi,
this i got when have use DBU and fill it with German Umlaute
[quote:199s4d2e]xValue = "ä" STRTOHEX(xValue) = "84" ASC(xValue) = 132
xValue = "ö" STRTOHEX(xValue) = "94" ASC(xValue) = 148
xValue = "ü" STRTOHEX(xValue) = "81" ASC(xValue) = 129
xValue = "Ä" STRTOHEX(xValue) = "8E" ASC(xValue) = 142
xValue = "Ö" S... |
not ISOEM() ISANSI() or IsUTF8() | [code=fw:uiuhwbs2]<div class="fw" id="{CB}" style="font-family: monospace;">OemToAnsi<span style="color: #000000;">(</span> cOem <span style="color: #000000;">)</span> --> cAnsi</div>[/code:uiuhwbs2]
seems to function perfectly and much simpler to use.
We can also convert from Ansi to Utf8 as explained earlier |
not ISOEM() ISANSI() or IsUTF8() | I made a simple test by first creating a small dbf with 2 fields and 10 records all containing random OEM strings of Umlauts.
This is the code:
[code=fw:18yw9gqr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> field FLD1, FLD2<br /> <span style="color: #00C800;">local</span> aoem := <span style="... |
not ISOEM() ISANSI() or IsUTF8() | Another way to convert Umlaut OEM to ANSI and UTF8
[code=fw:24gjbvxw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(<... |
not ISOEM() ISANSI() or IsUTF8() | hi,
thx for your Sample
i have try OemToAnsi() before and now also UML_OemToAnsi() ... but this is not the Problem
i have disable
[code=fw:1sj556ur]<div class="fw" id="{CB}" style="font-family: monospace;">* hb_LangSelect<span style="color: #000000;">(</span> cLangCode <span style="color: #000000;">)</span... |
not ISOEM() ISANSI() or IsUTF8() | [quote:1iszlr7d]i like to get a working Excel Sheet with German "Umlaute" using DrXlsx
[/quote:1iszlr7d]
Suggested:
OEM -> ANSI -> UTF8
For ansi to utf8
[code=fw:1iszlr7d]<div class="fw" id="{CB}" style="font-family: monospace;">UTF16toUTF8<span style="color: #000000;">(</span> strToWide<span style="color: #000000... |
not ISOEM() ISANSI() or IsUTF8() | We can also make all this in a single function.
For that can you provide me a list of ALL accented characters in German language?
Not only the 7 chars. We need all chars.
For example, there are other chars like: Ûúùõòóô, etc. |
not ISOEM() ISANSI() or IsUTF8() | Next point, in the next Version, FWH will be providing DBFTOXLSX using DrXlsx. This function will automatically take care of ANSI to UTF8 conversion. |
not ISOEM() ISANSI() or IsUTF8() | hi,
[quote="nageswaragunupudi":gsonxh1j]
Suggested:
OEM -> ANSI -> UTF8
So we can use:
[code=fw:gsonxh1j]<div class="fw" id="{CB}" style="font-family: monospace;">UTF16toUTF8<span style="color: #000000;">(</span> strToWide<span style="color: #000000;">(</span> UML_OEMTOANSI<span style="color: #000000;">(</s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.