Search found 113 matches: robert

Return to advanced search

Data exchange between PC and Android device on the same loca

... an ANDROID webview. That is, it is responsible for generating all the HTML for the user interface. For this I based and adapted ideas from JMG. (Robert) CURRENT SITUATION: I have not achieved communication, my first approach is the simplest, I make an $Ajax request from the Client side and the ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 799

Re: Clipboard question

Robert, Please modify this line this way: oSegment:bGotFocus := { |oClp| ColToString() } // We don't provide oClp as a param, which it is a TGet object to function ColToString() that way, oClp will arrive as a nil to function ...
by Antonio Linares
Thu Jan 20, 2022 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard question
Replies: 1
Views: 162

Re: Documentation for variables - what form should it be?

... Clean Code ( https://medium.com/mindorks/how-to-write-clean-code-lessons-learnt-from-the-clean-code-robert-c-martin-9ffc7aef870c ) and SOLID ( https://en.wikipedia.org/wiki/SOLID ) are highly recommended concepts for every application
by FWExplorer
Sun Feb 28, 2021 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: Documentation for variables - what form should it be?

... Clean Code ( https://medium.com/mindorks/how-to-write-clean-code-lessons-learnt-from-the-clean-code-robert-c-martin-9ffc7aef870c ) and SOLID ( https://en.wikipedia.org/wiki/SOLID ) are highly recommended concepts for every application
by AngelSalom
Sun Feb 28, 2021 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: Ribbon Theme

Robert,

As you are using a MDI environment you have to change this line this way:

local oRb := TRibbonBar():New( oWnd:oWndClient )
by Antonio Linares
Tue Apr 30, 2019 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28266

Re: Ribbon Theme

Robert,

Please set oWnd:oTop := nil (after creating the ribbon) and try it again.

Whatever control is placed at oWnd:oTop will try to align itself to the top.
by Antonio Linares
Sun Apr 28, 2019 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28266

Re: List of donations already received to buy EasyReport

Another donation from Robert Hlawek: 750 euros !!!

Robert, I have no words, thank you so much my friend! :-)

Total: 3.216,11 euros. Many thanks!
by Antonio Linares
Mon Jul 28, 2014 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of donations already received to buy EasyReport
Replies: 43
Views: 40218

List of donations already received to buy EasyReport

... 12. David Williams (100 euros) 13. Pairat Nirantasukwong (50 euros) 14. Mario A Gonzalez (100 euros) 15. CDM Software Solutions (150 euros) 16. Roberto Parisi (100 euros) 17. Jim Hayden (100 euros) 18. Eduardo Borondon (106,11 euros) 19. Gustavo Moreno Ponce (501 euros) 20. Roger Seiler (100 ...
by Antonio Linares
Fri Jul 11, 2014 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of donations already received to buy EasyReport
Replies: 43
Views: 40218

Re: Converting CVS files

... "1750384806","1","","","","BISBEE","ROBERT","","DR.","","MD","","","","","","","","","","5219 ...
by HunterEC
Wed Aug 28, 2013 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20038

Converting CVS files

... fields are on one line on the data file): "1750384806","1","","","","BISBEE","ROBERT","","DR.","","MD","","","","","",""," ...
by HunterEC
Wed Aug 28, 2013 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20038

Re: EJECUTAR PROGRAMA EXTERNO

Hola Robert
Podrías usar
Code: Select all  Expand view
WaitRun("soapcliente usuario123 pass123")

Y que el programa grabe una variable de entorno, ejemplo SET respuesta=cadena que luego sea leida por rta := GETENV("respuesta")
Espero te sirva!
by cmsoft
Fri Jun 21, 2013 6:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR PROGRAMA EXTERNO
Replies: 5
Views: 963

Compilando con gcc y otros

... que me regrese la resolucion de la pantalla, para poder cubrirla completa con un window, lógico este ejemplo es diferente ) /* DisplayID.m Author: Robert Harder, rob@iHarder.net with help from http://stackoverflow.com/questions/1236498/how-to-get-the-display-name-with-the-display-id-in-mac-os-x ...
by ramirezosvaldo2
Fri Jan 11, 2013 3:31 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Compilando con gcc y otros
Replies: 0
Views: 888

Porque no aparece la Lectura del Codigo

Robert y Mike les envio un saludo al igual que al Foro necesito su apoyo. Robert el ejmplo funciona pero al leer el codigo de barras no aparece en la pantalla el codigo leido? Ejemplo: ************************** #Include "FiveWin.Ch" ...
by Andres Barillas
Sun Dec 18, 2011 5:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Porque no aparece la Lectura del Codigo
Replies: 0
Views: 599

Re: codigo de barras serial (com1) ayuda urgente

... Redefine say aVar[22,1] PROMPT uNombre ID 118 OF oDlg COLOR CLR_BLUE, CLR_HGRAY // Nombre de Usuario *- Aqui como se define el procedimiento de Robert Frank para el Get aVar[26,2] donde se quedara el codigo de barras Redefine Get aVar[26,1] VAR aVar[26,2] ID 121 OF oDlg Picture replicate("!",30); ...
by Andres Barillas
Thu Dec 15, 2011 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: codigo de barras serial (com1) ayuda urgente
Replies: 6
Views: 2336

Re: Lectura serial error ? Help urgente

... ** error 1 ** deleting "C:\aaPort\PtComm.c" El codigo del programa donde marca el error: #Include "FiveWin.Ch" // Por Robert Frank Static Function MAIN_WINDOW() Local hCOMM DEFINE WINDOWS oWnd ; TITLE "COM RECEIVE: "+DToC(Date()); MENU BuildMenu() ; MDI //-------------------------------------> ...
by Andres Barillas
Thu Dec 15, 2011 6:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: codigo de barras serial (com1) ayuda urgente
Replies: 6
Views: 2336
Next

Return to advanced search