Search found 129 matches: ralph

Return to advanced search

Re: Webview question

Dear Ralph, After injecting the code you have to call it: oWebView:Eval( "MyScript()" ) but first you need to implement such function in javascript: function SetScript()   local cHtml   TEXT INTO cHtml  ...
by Antonio Linares
Mon Jul 17, 2023 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2931

Re: Algun comentario sobre Libreria LibXL para crear EXCELs

Buen dia Ralph

Perfecto el dato, en eso estoy justo buscando algo que no requiera tener el office instalado, seguro mas adelante cometare como me fue y/o intercambiar ideas

gracias por tu comentario, voy mas tranquilo a la aventrura.. :) :D
Lubin
by lubin
Wed Nov 09, 2022 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun comentario sobre Libreria LibXL para crear EXCELs
Replies: 10
Views: 1028

Re: TWEB esta lista !

Ralph,

Gracias !. Espero que te guste y puedas sacar provecho. Ya hay usuarios que tienen en marcha sus primeros proyectos :D
by Carles
Thu Aug 23, 2018 10:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWEB esta lista !
Replies: 18
Views: 6158

Re: Web Services

Buen dia Ralph

Estuve tratando de activar la funcion para consultar el RUC pero no me devuelve nada la funcion,
quizas cambio en algo la direccion de la web o algo parecido

Gracias
Lubin
by lubin
Tue Jun 19, 2018 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Re: Introducing FiveTech's fivedit

... por ayudarme a configurar Fivedit en mi PC. En unos pocos minutos ya pude crear mi proyecto y ahora soy usuario de esta excelente herramienta! Ralph
by ralph
Wed Jan 17, 2018 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107348

Re: Conferencia internacional de [x]Harbour y FWH en Sudamerica

... Ariel Hector Pedro Lerda caducca Marcelo Roggeri CarlosFossati horacio Silvio.Falconi // italia -> Argentina Peru ( 4 ) Willi Quintana Maggiro Ralph cjcardoza Brasil ( 3 ) MFarias Vilian F. Arraes SGS Venezuela ( 2 ) joseluisysturiz Albeiro Valencia Ecuador ( 3 ) Fernando Espinoza A Wilson ...
by wilsongamboa
Fri Aug 25, 2017 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de [x]Harbour y FWH en Sudamerica
Replies: 76
Views: 11808

Re: Web Services

... "URLDownloadToFileA";LIB hlib  Espero les sea de utilidad Si alguien tiene alguna mejor forma de hacerlo, que lo comparta. Saludos Ralph Ralph, Puedes enviarme la DLL a mi correo jnavas@datapronet.com
by jnavas
Wed Jun 03, 2015 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Re: Web Services

Ralph, gracias por tu aporte, para solucionar el problema del retorno de letras con tilde o eñe podemos añadir estos reemplazos : cN := STRTRAN(cN,"Ñ", "Ñ") cN := STRTRAN(cN,"Ñ", ...
by Enrrique Vertiz
Tue Jan 21, 2014 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Re: Web Services

Muchas gracias Ralph, no conocia esta dll. Solo hice un pequeño cambio en tus funciones, para no utilizar el LoadLibrary(), y el FreeLibrary(): function URLDownLoad(cUrl, cSaveAs)//hLib = LOADLIBRARY( "urlmon.dll")if ...
by csincuir
Fri Jan 10, 2014 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Re: Web Services

Ralph,

Muchas gracias por compartirlo con todos nosotros :-)
by Antonio Linares
Thu Jan 09, 2014 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Re: Web Services

muito obrigado Ralph.
by MGA
Thu Jan 09, 2014 10:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Web Services

... "URLDownloadToFileA";LIB hlib  Espero les sea de utilidad Si alguien tiene alguna mejor forma de hacerlo, que lo comparta. Saludos Ralph
by ralph
Thu Jan 09, 2014 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Web Services
Replies: 14
Views: 5839

Re: xBrowse EDIT_GET_BUTTON

Ralph; As for the F2 to open a list, you could try to implement in :bKeyDown, as in: WITH OBJECT ::oBrw      :bKeyDown := {|nKey| isControl := GetKeyState( VK_CONTROL ),;        ...
by reinaldocrespo
Mon Nov 26, 2012 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse EDIT_GET_BUTTON
Replies: 3
Views: 776

Re: xBrowse EDIT_GET_BUTTON

One more thing (i think it is a bug):

When the user enter the data directly with the keyboard in the editable column, the :bOnPostEdit is evaluated.
But, when clicking the small button and : bEditBlock is evaluated returning a value, the :bOnPostEdit is NOT evaluated.

Thank for you answer.

Ralph
by ralph
Tue Nov 20, 2012 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse EDIT_GET_BUTTON
Replies: 3
Views: 776

xBrowse EDIT_GET_BUTTON

... use the keyboard instead of clicking in the small button with the mouse. I would apreciate much if you send a small sample Thanks for your reply Ralph
by ralph
Tue Nov 20, 2012 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse EDIT_GET_BUTTON
Replies: 3
Views: 776
Next

Return to advanced search