topic
stringlengths
1
63
text
stringlengths
1
577k
AutoRun HTML !!!
Get ready to blow your mind... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> This code is a "loader" that automatically turns any HTML into a self-executable mod_harbour app... without having to install mod_harbour !!! autorun.html [img:11j3umux]https&#58;//github&#46;c...
AutoRun HTML !!!
Dear Antonio, what do we use autorun for. Best regards Otto
AutoRun HTML !!!
You could save these pages in a place like GitHub or a host where there is no way to install mod_harbour, but using the auto loader, it connects to a remote "harbour server" and starts working <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> This opens the idea of providing...
AutoSize oSay
Is there an autosize property in the say object? Thanks in advance Otto
AutoSize oSay
If you omit the SIZE clause then the SAY object is autosize. EMG
AutoSize oSay
How can I do this with workshop? regards, Otto
AutoSize oSay
You have to calculate the width of the text using GetTextWidth() function and then to use the Move() method to resize the SAY object. EMG
Autocad
Hola a todos. Creo recordar algo sobre una clase para manejar archivos de Autocad. ¿Alguien sabe algo de esto? En concreto necesito imprimir desde mi aplicación archivos DWG. Creo que con Autocad se puede hacer una conexión OLE, pero no todos los puestos desde donde se van a imprimir los planos tienen el Autocad. Est...
Autocad
Hola Sebastian: Tomado del foro anterior: Salu2Willi Hola Foro Aqui les tengo un cad completo hecjo con FWH pueden bajarlo de <!-- m --><a class="postlink" href="http://www.hechoenbolivia.com/quark">http://www.hechoenbolivia.com/quark</a><!-- m --> saludos Arturo Tamayo Daza
Autocad
Gracias Willi, le hecharé un vistazo. Saludos
Autocad
Hello Could you tell me how to display AutoCAD file type .DWG? I want to display .DWG into my Resource Dialog or windows? Thank you. Richard
Autocierre del programa
Alguien sabe si un programa fivewin puede autofinalizar pasado algun tiempo de no utilizarse. Mucha gente se olvida de cerrar su ordenador y puede perfectamente quedar varios dias con el programa y las bases de datos abiertas. el servidor depende de otro departamento y muchas veces cuando quiero desconectar los proceso...
Autocode
[img:2vf2n2mr]https&#58;//mybergland&#46;com/fwforum/button&#46;gif[/img:2vf2n2mr]
Autocode show
Hello, AUTOCODE visual editing of Fivewin classes. Best regards, Otto [url:580tvqp2]http&#58;//www&#46;bergland&#46;info/fw/Autocode&#46;mp4[/url:580tvqp2]
Autocode show
Otto, congratulations It is a wonder, great work
Autocode show
Cristobal, thank you. The sad thing about no one is using it. Best regards, Otto
Autocode show
Otto Where I downloaded the latest version?
Autocode show
Cristobal, please send me an email. otto [at-sign] atzwanger [.]com Best regards, Otto
Autocode show
Sent, thanks
Autocode show
Sent mail, thanks
Autocode show
Otto, Have considered to host it at bitbucket ? All FiveTech tools are stored there
Autocode show
This is really a wonderful tool. 1. It never gets obsolete, because it uses *.ch files in fwh\include folder. So it always helps us with the latest syntax. 2. We never go wrong or commit syntax errors if we use it. If we really start using it, it becomes an addiction.
Autocode show
Where can I get it? Does it work wit any editor?
Autocode show
Hello Otto; How are you? Will AutoCode work with resources? For example, this code does not seem to be understood by AutoCode: [code=fw:1qh7deqj]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> ::<span style="c...
Autocode show
Look [url=http&#58;//postimage&#46;org/:1fqksyur][img:1fqksyur]http&#58;//s27&#46;postimg&#46;org/d9ymk1h4z/Title230&#46;png[/img:1fqksyur][/url:1fqksyur]
Autocode show
Hey Cristóbal, I tried two different virtual windows machines. There must be some editor problems or configuration that I'm missing. It just doesn't work on my end but I'll keep searching see if I find what's wrong. Thank you, Reinaldo.
Autocompletar mail
Desde el sistema informático envío mail's. Tengo una casilla memo donde rellenan los destinatarios del correo. Estoy intentando diseñar la captura de los destinatarios al estilo outlook [url=http&#58;//imageshack&#46;us/photo/my-images/27/outlookp&#46;png/:3dne6cjx][img:3dne6cjx]http&#58;//img27&#46;imageshack&#46;u...
Autocompletar mail
Saludos fgondi; revisate [url:1m5eo8rx]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=21772&hilit=autocomplete[/url:1m5eo8rx] lo unico que veo distinto es seguir llenando en el get.
Autocompletar mail
Saludos, Muchas gracias. Ya había visto la clase AutoGet pero: 1.- Sirve para un Get no para un Memo (aunque se podría adaptar) 2.- No muestra una lista desplegable con la opciones. También he revisado de James Bott: [url:8aybdibo]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=22106&hilit=aut...
Autocomplete in tGet
Hi,I know that is question has been asked before, but is there a class for autocomplete like in Internet-Explorer. So you type something, and the autocomplete will be in blue-reverse.I use to have a class in FW16bit, but it doesn't work anymore in FWH.In that class I specified the get-field and an array with all the va...
Autocomplete in tGet
Mark,I found this class from Maurilio Viana[code:3la4taf0]// TAutoGet&#46;prg // Auto complete text in get features // By&#58; Maurilio Viana, mouri_ryo@hotmail&#46;com // Date&#58; 4/25/2007 // New features, bug fixes and enhancements are welcome &#58;-&#41; // Please, let me now when you include new features, bug fix...
Autocomplete in tGet
Thanks stefan,I will try it.Regards,Marc
Autocomplete widget (similar FW combobox)
Hello friends, The jQuery UI Autocomplete widget enables users to quickly find and select from a list of values as they type. If you find the jQuery UI Autocomplete demos and documentation too daunting, here are some examples with explanation to get you started. <!-- m --><a class="postlink" href="https://salman-w....
Autofill get from first chatacter
Hello, Next code did work with previous versions from fw , now it fails : [code:2pc7jotk] #include "FiveWin&#46;ch" function Main&#40;&#41; LOCAL oDlg , butok LOCAL cCad &#58;= " " DEFINE DIALOG oDlg TITLE "TGet from " + FWDESCRIPTION @ 1, 2 SAY "Text&#46;&#46;&#58;" OF oDlg @ 1, 6 GET ...
Autoget Error in FW May 2014 and June 2014
When I try testage5.prg I have this error Error description: Error BASE/1004 No exported method: EVAL Args: [ 1] = U Stack Calls =========== Called from: => (b)EVAL( 0 ) Called from: .\source\classes\AUTOGET.PRG => (b)TGETLIST( 312 ) Called from: .\source\classes\AUTOGET.PRG => TGETLIST:KEYC...
Autoget Error in FW May 2014 and June 2014
Maurizio, Please try this change in Class TAutoGet: METHOD KeyCount() INLINE If( ! Empty( ::bKeyCount ), Eval( ::bKeyCount ), 0 )
Autoget Error in FW May 2014 and June 2014
Antonio, now no error , but doesn't work , when I press a letter nothing happens . Thank Maurizio <!-- w --><a class="postlink" href="http://www.nipeservice.com">www.nipeservice.com</a><!-- w -->
Autoget Error in FW May 2014 and June 2014
Maurizio, Class TAutoGet has been developed by Daniel García Gil, I am going to ask him, thanks
Autoget Error in FW May 2014 and June 2014
Hello the integration with DBF is not implemented yet, the sample testage5.prg didn't should be distributed until finish the DBF integration, please use an array or hash instead of DBF sorry my mistake
Autoget Error in FW May 2014 and June 2014
Hello Daniel, Was testage5.prg ever completed? Has anybody got an example of a wild seek using DBFCDX? Regards David
Autoget Error in FW May 2014 and June 2014
Till integration with DBF is completed by Mr Daniel, we can use this sample to use DBF [code=fw:35oi1v4a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span styl...
Autoget de Daniel G. Gil
Hola, Estoy sustituyendo la clase Autoget de Maurilio Viana por la de Daniel G. Gil, y me parece que esta última es mucho más potente. Hay una funcionalidad que me gustaría añadir, que al pulsar space apareciera el desplegable con todos los posibles valores del campo. Si alguien lo ha hecho agradecería que explicara l...
Autoget de Daniel G. Gil
José luis, estoy implementando esta clase y me gustaría cambiar el font de la lista. Alguna idea ?. Muchas gracias.
Autoget desde Recursos
[quote="nageswaragunupudi":1ffierh4][quote:1ffierh4]Mr. NAG, I have not yet defined the xBrowse, if I could put a sample of both options or which one would recommend me? Is for a billing and the data entry will be in an ARRAY and the data source of a MYSQL table ... greetings, thanks ... Shock Google translator: Mr....
Autoget desde Recursos
Hola a todos, tengo el siguiente problema con la clase Autoget, defininiendola desde recursos, cuando se tiene extendida la lista asociada, y se pasa el mouse por ella, se pintan los controles que están bajo la lista, una imagen explica mas: [url:3ja7e4u2]https&#58;//app&#46;box&#46;com/s/fwpi8xil1lxmhcsz5xyd65xow26a...
Autoget desde Recursos
[quote="Marcelo Via Giglio":lwveuw11]Hola a todos, tengo el siguiente problema con la clase Autoget, defininiendola desde recursos, cuando se tiene extendida la lista asociada, y se pasa el mouse por ella, se pintan los controles que están bajo la lista, una imagen explica mas: [url:lwveuw11]https&#58;//app&#46;box&#...
Autoget desde Recursos
Hola, en la carpeta de samples existen ejemplo todos los testaget.... pero todos los ejemplos son sin recursos Y la fuente de datos puede ser la que quieras, tu defines como filtrar y la fuente Saludos Marcelo Vía
Autoget desde Recursos
Estimados Existe alguna solución para el problema reportado en este chat al usar la clase Autoget desde recursos (estoy probando con FH1706). La característica de esta clase me parece muy interesante y útil, debería completarse el desarrollo. Saludos Fernando Espinoza A.
Autoget desde Recursos
Buen dia, hay algun ejemplo simples para testes? Gracias, saludos.
Autoget desde Recursos
Karinha Aquí un ejemplo para que pruebe; primero el recurso [quote:2zt284el] // RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_SPANISH,SUBLANG_SPANISH_ECUADOR AUTOGET DIALOGEX DISCARDABLE 6, 18, 210, 142 STYLE DS_SHE...
Autoget desde Recursos
Perfecto! Gracias. [img:2o9kwarb]http&#58;//i&#46;imgur&#46;com/i1Qvx1R&#46;png[/img:2o9kwarb] Saludos.
Autoget desde Recursos
Cambios: [code=fw:2vltc7cx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00".</span><br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><br />LANGUAGE LANG_FRENCH,SUBLANG_FRENCH<br />...
Autoget desde Recursos
Holas, autoget da un comportamiento raro, cuando se aplica WindowsXP.Manifest modificando el ejemplo: [code=fw:11l7icp0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><br />LANGUAGE LANG_FRENCH,SUBLANG_FRENCH<br /><br />AUTOGET DIAL...
Autoget desde Recursos
Marcelo, Intenta ahora: [code=fw:nlb8ovhb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00".</span><br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><br />#ifndef __64__<br />&nbsp...
Autoget desde Recursos
[img:3frkrtsj]http&#58;//i&#46;imgur&#46;com/WMRlbJO&#46;png[/img:3frkrtsj] Saludos.
Autoget desde Recursos
João, prueba aumentando un get abajo del autoget, cuando se despliega la lista, mueve el mouse por la lista y veras que se muestra el otro get sobre la lista Saludos Marcelo Vía
Autoget desde Recursos
És verdad Marcelo usted está correcto. Saludos.
Autoget desde Recursos
Se puede usar algo como el autoget en una edicion de celda en un xBrowse.? si es asi, algun sample...saludos...gracias... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
Autoget desde Recursos
[quote="joseluisysturiz":2jwci7bx]Se puede usar algo como el autoget en una edicion de celda en un xBrowse.? si es asi, algun sample...saludos...gracias... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->[/quote:2jwci7bx] Use EDIT_LISTBOX or EDIT_GET_LISTBOX
Autoget desde Recursos
[quote="nageswaragunupudi":2hsdmfly][quote="joseluisysturiz":2hsdmfly]Se puede usar algo como el autoget en una edicion de celda en un xBrowse.? si es asi, algun sample...saludos...gracias... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->[/quote:2hsdmfly] Use E...
Autoget desde Recursos
[quote="Marcelo Via Giglio":2yak6x70]João, prueba aumentando un get abajo del autoget, cuando se despliega la lista, mueve el mouse por la lista y veras que se muestra el otro get sobre la lista Saludos Marcelo Vía[/quote:2yak6x70] Complementando lo que indica Marcelo; aparte de lo indicado, sucede que cuando vuelv...
Autoget desde Recursos
[quote:ooxi7jly]Mr. NAG, I have not yet defined the xBrowse, if I could put a sample of both options or which one would recommend me? Is for a billing and the data entry will be in an ARRAY and the data source of a MYSQL table ... greetings, thanks ... Shock Google translator: Mr. NAG, I have not yet defined the xBr...
Autoget from Daniel G. Gil
Hola, I'm moving from Autoget by Maurilio Viana to autoget by Daniel G. Gil, and I think that the lastest is more powerful. I want to add a feature, when pressing the space key the class shows the list with all the possible values for the field. If anybody has done this, please explan how to do it. Regads, José Luis
Autoget from Daniel G. Gil
Dear Members I would like to know if this class is working well from resources, I am trying to make it work with FWH1706 and I get some error messages. If possible with an example. Regards
Autoget from Daniel G. Gil
Hello, AutoGet Class works fine. I've an old FWH version in which autoget is included and works fine from resources. Yo have several samples in the samples folder. Regards,
Autoget from Daniel G. Gil
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=34359">viewtopic.php?f=6&t=34359</a><!-- l -->
Autoget from Daniel G. Gil
Estimado José Luis Podrías poner un ejemplo usando recursos, estoy probando con la FW1706 y me presenta errores, uno es identico a lo que detalla José Luis Isturiz en el enlace previo. Saludos Fernando Espinoza A.
Autoget test
Can I use autoget with Tget features ? sample x,y AUTOGET ..... Items aNombres ..... BITMAPS "bnt" Action List_nombres() Regards
Autoget test
Silvio, Welcome back to the forums. Lets see this time how it goes... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Autoget test
ok Antonio Have you an Idea for this ? [b:19m0qqe5]Not run !![/b:19m0qqe5] I ask also to Maurilio but this guy not work with fwh from 2008 #include "fivewin.ch" #include "TAutoGet.ch" function AutoGet() local oDlg, oGet, cName, aNames cName := space(20) aNames := {"Mauro", "Mauricio", "Maurilio", "Maurizio...
Autoget test
Silvio, I don't know what it is AUTOGET, it is not part of FiveWin. Where is it ? Whom does it belong ?
Autoget test
the class i in this forum <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21772&hilit=autoget">viewtopic.php?f=3&t=21772&hilit=autoget</a><!-- l --> the author is Maurilio Vania [code=fw:wflwaf4r]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="col...
Autoget test
I have this feature running in my programs. See <!-- m --><a class="postlink" href="http://cincomundos.wordpress.com/2008/01/17/306/">http://cincomundos.wordpress.com/2008/01/17/306/</a><!-- m --> and the video on el Puchero page at alanit.com Regards,
Autoget test
josè, I need with Bitmaps...action
Autoget test
I don't know how to include bitmaps on autoget, sorry. Regards,
Autoget test
josé this is strange... Tautoget is from Tget Tget can use Bitmaps...Action But Tautoget not use bitmap..Action .... strange.....!!!
Autoincrement field for DBFCDX
Hello , I made some test with autoincrement field : DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. ) DBG DbStruct() // gives ID , + , 4 , 0 ? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ????????????????????????? FOR i := 1 TO 10001 DBAPPEND() NEXT ? Recno() , FIELD->ID // 10001 , 10001 FIELD->ID accepts a nu...
Autoincrement field for DBFCDX
Maybe it indicates the number of bytes used for the field? I'm not sure, I never used autoincrement field, sorry. EMG
Autoincrement field for DBFCDX
Frank I saw your post also in the xHarbour forum and almost mentioned my comments there ... however, auto-increment means one thing in the Sql world and another in the xBase world. In the Sql world auto-increment is handled by the database and created automatically .. which in my view is inherently dangerous. If an a...
Autoincrement field for DBFCDX
Rick, I really didn't understand your comment... EMG
Autoincrement field for DBFCDX
Enrico As you know with any RDMS you can create a Primary key as an auto-increment .. for example in MS access: cSql += "[InvDetailEid] COUNTER NOT NULL, " .. .. cSQL += "CONSTRAINT PK_INVOICEDETAIL PRIMARY KEY ( InvDetailEid )" This will create an auto-increment field meaning when you do a oRs:AddNew() you d...
Autoincrement field for DBFCDX
I don't see how a primary key can facilitate the work of an attacker. If anyone gains access to my database engine then he can do any kind of worst things to my tables. EMG
Autoincrement field for DBFCDX
Enrico I agree .. if an attacker gets access to your Sql Database .. there is nothing they can not get. .. As far as the primary key .. I have been on the receiving end of cleaning up damage caused by attackers who penetrated a web site when I was working for State Government .. They had injected several rows of garba...
Autoincrement field for DBFCDX
[quote="Rick Lipkin":25a4zkt1]Since the Web Developer ( not me ) decided to use a PK that was an auto Increment .. all the attacker needed to do is add records to tables ( inject ) and since the PK was auto incremented, there was nothing to stop the creation of new rows. If the PK were code driven .. meaning the PK was...
Autoincrement field for DBFCDX
First things first: the real problem is that SOMEONE GOT ACCESS TO THE DB. Saying that autoincremental id fields are an issue is like looking at the finger when somebody points with his finger to the stars. Autoincremental ID is a pretty good thing in SQL world, giving you an unique id and taking the responsability out...
Autoincrement field for DBFCDX
[quote="Franklin Demont":zkaxtptu]Hello , I made some test with autoincrement field : DBCREATE(cDbfFile , {{"ID","+",10,0}} , "DBFCDX" , .T. ) DBG DbStruct() // gives ID , + , 4 , 0 ? FieldLen("ID") // 4 WHY TRUNCATED TO 4 ????????????????????????? FOR i := 1 TO 10001 DBAPPEND() NEXT ? Recno() , FIELD->ID // 100...
Autoincremental en Base Embebida con dolphin
Estimados: Tengo un problema al definir tablas con autoincrementales, en una base de datos embebida con Tdolphin. Cuando consulto por el autoincremental siguiente con la funcion [code=fw:3mfbelbq]<div class="fw" id="{CB}" style="font-family: monospace;">oServer:<span style="color: #000000;">GetAutoIncrement</span><spa...
Autoincremental en Base Embebida con dolphin
He solucionado el problema de los autoincrementales creando una funcion propia que me devuelve el MAX(campo_clave) + 1. Ahora tengo otro problema. El programa deja de responder cuando hago Query compuesta por mas de una tabla. Alguien ha hecho funcionar Dolphin con Mysql embebida?? Gracias
Autoincremental en Base Embebida con dolphin
Saludos Contactame via gtalk o skype
Autoincremental en Base Embebida con dolphin
Hola Recomiendo utilizar SELECT XCAMPO ORDER BY XCAMPO La funcion MAX() es lenta comparado con ORDER BY
Autoincremental search of Numeric field in xBrowse
Is it possible seek Numeric field with xBrowse ? Regards MAurizio
Autoincremental search of Numeric field in xBrowse
Yes.We need to write the appropriate seek function and assign it as codeblock to oBrw:bSeek. We can do anything we want with this codeblock.
Autoincremental search of Numeric field in xBrowse
Hello I change the Method Seek() and now works * if !Eval( ::bSeek, cSeek ) * Eval( ::bBookMark, uBook ) * MsgBeep() * return nil * endif Select (::cAlias) cOrderType := Valtype(& ("field->" + ( ::cAlias )->( OrdKey() ) )) if !Eval( ::bSeek, iif(cOrderType == "N", val(cSeek) , cSeek )) ...
Autoincremental search of Numeric field in xBrowse
It can be done without changing xbrowse library code. And I personally prefer writing the code without touching library code generally.This is all what is needed ( I am using softseek )[code:2ihyzvwj] oBrw&#58;bSeek &#58;= &#123; |cSeek| CUST->&#40; DbSeek&#40; Val&#40; cSeek &#41;, &#46;t&#46; &#41;, !eof&#40;&#41...
Autoincremental search of Numeric field in xBrowse
This is a sample code. This sample also shows the value being sought[code:2a96kxxe] #include 'fivewin&#46;ch' #include 'xbrowse&#46;ch' REQUEST DBFCDX function Main&#40;&#41; local oDlg, oBrw local oSeek, cSeek &#58;= Space&#40;25&#41; USE CUSTOMER NEW ALIAS CUST SHARED VIA 'DBFCDX' SET ORDER TO TAG SAL...
Autoincremental search of Numeric field in xBrowse
Thank NageswaraRao I try your sample , it works but only on the numeric Col. If you have two Col ( one numeric and one character ) and you need both seek doesn't works . Maurizio
Autoincremental search of Numeric field in xBrowse
[quote="Maurizio":3ats77q7]Thank NageswaraRao I try your sample , it works but only on the numeric Col. If you have two Col ( one numeric and one character ) and you need both seek doesn't works . Maurizio[/quote:3ats77q7]TrueI gave the sample to demonstrate that XBrowse lets us do the real code to Seek. We n...
Automated Machine Learning using Harbour
Here you have a very simple example to implement Automated Machine Learning using Harbour. Imagine that we have a robot and we want the robot to learn the most efficient way to exit from a house. So we place the robot in a random room and the robot tries to exit from the house. The robot learns from the successes an...
Automated Machine Learning using Harbour
[quote:1xq7s16q]The robot is at room: 5 He has these choices: Go to room: 1 (score: 0 ) Go to room: 4 (score: 0 ) Go to room: 6 (score: 0 ) The robot is at room: 4 He has these choices: Go to room: 2 (score: 0 ) Go to room: 3 (score: 0 ) Go to room: 5 (score: -0.1 ) The robot is at room: 3 He...
Automated Outlook e-mail and sending plain text
To All I have automated a WorkGroup application that generates an Outlook 365 ( client ) e-mail ... the code is simple enough and it works quite well .. however I am having problems with some users that can not see the Body ( cBody ) of the message .. which I code as plain text ... Here is the code: [code=fw:xxao4v...