topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
forums.fivetechsoft.com | If I click on an URL like this[url:36qcrghu]http://forums.fivetechsoft.com/viewtopic.php?t=10989&view=newest[/url:36qcrghu]I get[url:36qcrghu]http://www.fivetechsoft.com/forums/...%20etc.[/url:36qcrghu]on the address of the browser.EMG |
forums.fivetechsoft.com | While if I click on something like[url:1hx2gcbx]http://forums.fivetechsoft.com/viewtopic.php?t=10992&highlight=[/url:1hx2gcbx]then all is fine.EMG |
forums.fivetechsoft.com | Same here, I think it has to do with the cookies. I get two cookies, one from "forums.fivetechsoft.com" and one from "fivetechsoft.com/forums" I have to block the second one to get the "newest post" links activated.Is really nobody else but Enrico and me who notices this behavior ? |
forums.fivetechsoft.com | YES .. to see new posts I have to delete my cookies each time <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Rick Lipkin |
forums.fivetechsoft.com | Stefan,>I get two cookies, one from "forums.fivetechsoft.com" and one from "fivetechsoft.com/forums">That may be the key to fix it. Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
forums.fivetechsoft.com | We have already modified the forums settings, to try to avoid that second cookie.We appreciate your feedback, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
forums.fivetechsoft.com | It seems to work! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->EMG |
forums.fivetechsoft.com | Antonio,it´s working now <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> many thanks |
forums.fivetechsoft.com | Stefan, Enrico,Yes, it seems it is ok now, finally <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
forums.fivetechsoft.com | AntonioI am running Vista Business sp1 with IE7 .. I have deleted all my cookies and once I do that I am able to login and see new posts ..The next time I login to the forum .. I have to login twice .. and then I see my name as being loged in .. but I do not see any new posts flagged .. however there are new posts??Aga... |
forums.fivetechsoft.com | Rick,I don't use to log out, and here seems to be working fine.We haven't modified the phpbb source code, we just migrated it and modified the path in the settings recently, after discovering the two different cookies.Maybe there is something else to modify |
forums.fivetechsoft.com | AntonioFor some reason when I first login .. I seem to login fine .. but on the upper right hand side of the screen .. it does not show me logged in [ Rick Lipkin ].. I have to login again ( twice ).. for the forum to show my credentials ..And for some reason .. I still do not see any hi-lited new posts .. sorryRick Li... |
found 90 numbers - Resolved - | I wish check if on each columns of aData there are all number from 1 to 90
how I can make please ?
this is the adata array (demo) the first column is the number of row
[code=fw:k5du61kl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> aData_array<span s... |
found 90 numbers - Resolved - | Dear Silvio,
[code=fw:3231zcwi]<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;">(</span><span style="color: #000000;">&... |
found 90 numbers - Resolved - | Dear Silvio,
I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!!
So how do you expect that a row has all values from 1 to 90 if they have less elements ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-)... |
found 90 numbers - Resolved - | [quote="Antonio Linares":q6tcw2ja]Dear Silvio,
I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!!
So how do you expect that a row has all values from 1 to 90 if they have less elements ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" a... |
found 90 numbers - Resolved - | Dear Silvio,
This code is working properly. I have modified your sixth (6) row so it contains from 1 to 55 (as I have explained you, you don't have 90 elements on each row).
See how fast steps through all the rows and reports the sixth row as correct <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" titl... |
found 90 numbers - Resolved - | sorry,
I don't have to check if there are 90 numbers in each row [b:3jqubjcw]but in each column[/b:3jqubjcw]
[img:3jqubjcw]https://i.postimg.cc/sDG2CQCL/fffffffffffffffffff.jpg[/img:3jqubjcw]
but i'm asking maybe i don't need it, maybe i solved |
found 90 numbers - Resolved - | Use ArrTranspose() and same logic <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
found 90 numbers - Resolved - | How? |
found 90 numbers - Resolved - | Dear Silvio,
Working fine:
[code=fw:179nsdyj]<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;">(</span><span style="colo... |
found 90 numbers - Resolved - | [quote="Antonio Linares":qqn080o4]Dear Silvio,
Working fine:
[code=fw:qqn080o4]<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: #0000... |
found the same number on an array | i tried also with
[code=fw:1takvspp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> ck<span style="color: #000000;">(</span>num,atab,nruota<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">local</span> ... |
found the same number on an array | hi Silvo.
need some Data to build a Sample. |
found the same number on an array | I have a big array
[code=fw:2cf7clxb]<div class="fw" id="{CB}" style="font-family: monospace;"> aadd<span style="color: #000000;">(</span>aTab ,<span style="color: #000000;">{</span> r<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</spa... |
found the same number on an array | [quote="Jimmy":2ifn6vx6]hi Silvo.
need some Data to build a Sample.[/quote:2ifn6vx6]
test sample and archive on your mail |
found the same number on an array | Hello Silvio,
Did you send it to Max too?
Best regards,
Otto
PS: By the way - MAX is a metaphor. |
found the same number on an array | [quote="Otto":lq6j8bpu]Hello Silvio,
Did you send it to Max too?
Best regards,
Otto
PS: By the way - MAX is a metaphor.[/quote:lq6j8bpu]
I honestly don't understand your metaphor, is it an Austrian metaphor?
My brother Max doesn't understand anything about computers and is a lawyer and lives in Florence
do I have t... |
found the same number on an array | I made a small test
[code=fw:2ah11jja]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /># include <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">Function</span> test<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br />... |
founding a percentage - Resolved !!! | I have a nprice to calculate
unit cost 15 euros
the discount is calculated on the basis of - (ncost * percentage/ 100)
But I not Know the right percentage to insert
I tried with 10,12 and 13 but it not run ok
sample :
if it costs 30 euros the percentage discount makes me 28.05 while it should be 25 for 2 product... |
founding a percentage - Resolved !!! | Hola Silvio:
Creo que se soluciona asi:
Descuento = ( 1 - ( Precio Neto / Costo ) ) * 100 --> Porcentaje de descuento aplicado
Espero te sirva
Saludos!
Eduardo Borondón Muñiz |
founding a percentage - Resolved !!! | See if it helps. I did not quite understand your writing.
[code=fw:3b2ppalp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">static</span> oWnd<br /><br /><span style=... |
founding a percentage - Resolved !!! | Not run ok
Please
Local nCostoUnitario:= 15
Local nSconto:= 0
Local adata:={}
Local lIncremental: =.t.
Local nConsto:= 0
Local nPercentuale:= 12.50 //test
For n= 1 to 30
nCosto:= nCostounitario*n
nTotale:= nCosto-nSconto
... |
founding a percentage - Resolved !!! | You discount isn't based on fixed %. Look:
1 -> 13/15 = 0,866%
2 -> 25/30 = 0,833%
3 -> 40/45 = 0,888%
4 -> 50/60 = 0,833%
5 -> 60/75 = 0,800%
if you want to calculate the final amount based on the quantity of products according to the picture you sent, you should do something like this:
FUNCTION FinalCost( nQtdUnit... |
founding a percentage - Resolved !!! | thanks run ok
I change with
[code=fw:e0cyw8tl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> FinalCost<span style="color: #000000;">(</span> nQtdUnits, nUnitValue,nPercentual <span style="color: #000000;">)</span><br /> <span style="color: ... |
fox sql select | El fox tiene un comando sql "select" que permite reunir o juntar en una sola tablas, varias tablas incluyendo varias clausulas adicionales como WHEN,FOR etc que le dan una gran potencia y versatilidad; mi pregunta es: HARBOUR o XHARBOUR tienen alguna funcion o comando parecida o similar; y cual es esa y por favor un ej... |
fox sql select | [quote="sildata":2fahw649]El fox tiene un comando sql "select" que permite reunir o juntar en una sola tablas, varias tablas incluyendo varias clausulas adicionales como WHEN,FOR etc que le dan una gran potencia y versatilidad; mi pregunta es: HARBOUR o XHARBOUR tienen alguna funcion o comando parecida o similar; y cua... |
fragment color line | Is XBrowse withs a list of character strings and is GET to find substring in this xBrowse. As you type characters at this GET a string pointer xBrowse context is moved to the row in which the desired substring. Is it possible to highlight the substring in the string xBrowse ? |
free online courses from top universities | [url:260exu22]http://www.class-central.com/[/url:260exu22] |
free online courses from top universities | Antonio,
thanks a lot !!!
Regards,
Felix |
freeimage | Which files does one need and where to place the files.
(VISTA system32 only as Admin possible)
Regards,
Otto |
freeimage | FreeImage.dll placed in the EXE folder or in system32.
EMG |
freeimage.dll | Hi,
Freeimage.dll at fwh\dll is 3.11.0.0.
What about using latest 3.15.1.0?.
Thanks, |
freeimage.dll en Linux | Estoy probando un programa hecho con fw712, xharbour, workshop en linux con wine. La verdad me sorprendio que funciona lo mas bien, salvo que la imagen que va en el fondo de la ventana no lo levanta. Es un archivo jpg y en el directorio del programa esta freeimage.dll. Otro problema que presenta es en los btnbmp me sob... |
freeimage.dll en Linux | Prueba a construir FWH\samples\TestImg.prg y pruébalo en Wine sobre Linux a ver si funciona bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
freeimage.dll en Linux | Gracias Antonio en estos momentos no puedo ya que estoy con un problema y recién hoy encender la pc. Pero en cuanto me restablezca, lo probaré y te consulto.
Muchas gracias |
freeimage.dll en Linux | Sea lo que fuere, te deseamos una buena y pronta recuperación <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
freeze columns | hi
please sample prg how to use freeze columns
Best reg.. |
freeze columns | Hi, oBrw:nFreeze = nCol...ready... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
freeze rows in excel RESOLVED | Guys:
How can i do that?
Thanks |
freeze rows in excel RESOLVED | I have to look into my crystal ball ...
but I don't see a solution with so little information. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> |
freeze rows in excel RESOLVED | [quote="Jimmy":1ubxt4dr]I have to look into my crystal ball ...
but I don't see a solution with so little information. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->[/quote:1ubxt4dr]
<!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
I... |
freeze rows in excel RESOLVED | From recorded macro
[code=fw:8i0u1ts4]<div class="fw" id="{CB}" style="font-family: monospace;">Sub Macro1<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #ff0000;">'<br />'</span> Macro1 Macro<br /><span style="color: #ff0000;">'<br /><br />'</span><br />&n... |
freeze rows in excel RESOLVED | I solved this way
[code=fw:7fvo2yxp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oWin := oExcel:<span style="color: #000000;">ActiveWindow</span><br />oSheet:<span style="color: #000000;">Cells</span><span style="color: #000000;">(</span> <span style="color: #000000;">2</span>, <span style="color... |
from VB6 to FWH | Hi Everybody:
Can You Help Me to transalate this code from VB6 to FWH
Public Type MyType
var as Variant //Wich is the FWH Type fro variant
a() as Byte //what does this mean ?
End Type
Public uType as MyType
ReDim uType.a(20) As Byte
Thanks in advance
Fco Gamboa |
from VB6 to FWH | Fco
Clipper/Harbour variables are equivalent to VB variants. They are variables that can hold different types of values.
You may use a FWH STRUCT ... ENDSTRUCT. But the main question is: what do you need it for ? |
from VB6 to FWH | [quote="FGamboa":15s8vedb]a() as Byte //what does this mean ?[/quote:15s8vedb]
Array of Bytes.
EMG |
from VB6 to FWH | Hi Antonio & Enrico:
Thank You, por Your Answers.
I'm trying to use Fingerprint ActiveX control, I need to get the image and other information from it (like resolution, etc), and I face this types of data.
I'm still making some test, now.
BTW this is a Non Visual Control, and I haven't see an example of that. And I ca... |
from VB6 to FWH | Fco,
You may use FWH CreateOleObject() or xharbour Class TOleAuto. |
from VB6 to FWH | Antonio:
CreateOleObject() Doesn't have bOnEvent method. Do You have an Example ?
I'm putting a fake control to use activex:new() but I have toubles:
Params from events doesn't match the documentation order, they are moved for 1 or 5 positions to the rigth, and the first parameters are all NILs.
when the paramete... |
from VB6 to FWH | Fco,
Please show the documentation you have for that activex control and your source code. Thanks, |
from VB6 to FWH | Antonio:
This is the web link:
<!-- m --><a class="postlink" href="http://www.griaule.com/public_download/GrFinger_4.1_FREE_Installer.exe">http://www.griaule.com/public_download/ ... taller.exe</a><!-- m -->
I'm just trying to emulate the VB6 ActiveX Sample.
(How can I attach files in this newsgroup format?)
Regard... |
from VB6 to FWH | Fco,
> (How can I attach files in this newsgroup format?)
You may upload the files to <!-- w --><a class="postlink" href="http://www.hyperupload.com">www.hyperupload.com</a><!-- w --> and then copy here the link they provide you. |
from VB6 to FWH | Antonio:
this is the link
<!-- m --><a class="postlink" href="http://hyperupload.com/download/01d1f85d62/HUELLA.ZIP.html">http://hyperupload.com/download/01d1f85 ... A.ZIP.html</a><!-- m -->
I hope this can help, Please consider It's not a really reduced sample, but take a look at the aParams Array (line 90) where... |
from VB6 to FWH | Fco,
Are you using harbour or xharbour ? |
from VB6 to FWH | Hi Antonio:
I'm using xHarbour from fivetech site
regards
Fco Gamboa |
from VB6 to FWH | Hi Antonio:
Any news solving my problem ?
regards
Fco Gamboa |
from VB6 to FWH | Antonio:
Based in your silence, I Think is official, FWH ActiveX has unresolved troubles.
Too bad, the only reason that I upgraded to new FWH release was to take advange of this topic.
Regards
Fco Gamboa |
from VB6 to FWH | Fco,
We simply missed your msg. FWH ActiveX support is robust and works fine.
But we are not going to study and implement different ActiveX for our users. We hope that you understand that it is an issue out of the scope of our tech support service.
Based on our provided samples, is FWH users responsability to study ... |
from VB6 to FWH | Fco.,
We are emailing you some files for your review. |
from VB6 to FWH | Hi Antonio:
My ActiveX Components in VB6 works FINE AND SIMPLE, that's the reason I've tried to developed it in FWH and I felt confident to succeed.
I suposed the fact was enough to get compatibility with FWH.
I undestood You don't have the duty to study all the sort of the existings ActiveX components (At least not... |
from VB6 to FWH | Fco.,
> I asked You before for a an "Non visual" ActiveX component example, can You help me?
Do you know of a common "non visual" ActiveX component that we may instantiate here ? Thanks, |
from VB6 to FWH | Hi Antonio:
A "Non Visual" component would be a Timer for example, It doesn't show anything in Run Time, Like My ActiveX Fingerprint component.
Speaking about the fix You sent me before, Invoking ActiveX Methods with by Reference Arguments. I couldn't tested it.
Because it's only significant if I get Fingerprint and ... |
from VB6 to FWH | Fco.
> And I can't get fingerprint yet.
What problem do you get ? |
from vb tu hb | any translation for MyField in fw+h ?
** from VB
Dim MyField As String
MyField = Chr$(&h0A)
MyEpsonFPControl.AddDataField MyField |
from vb tu hb | MyField = Chr(10)
EMG |
from vb tu hb | thanks enrico |
fsdi | Hola compañeros,
He bajado la clase fsdi pero el ejemplo no funciona. Al seleccionar cualquiera de los browses de ejemplo, da el siguiente error. ¿Alguien tiene un exe que funcione?. Mil gracias!!!
Application
===========
Path and name: C:\fsdi2006\fsdi.exe (32 bits)
Size: 1,671,680 bytes
Time from start: 0 ... |
fsdi | Una pregunta: De donde la bajaste?
si mal no recuerdo requiere la clase vtaskbar, por lo que no se como has hecho para compilarla. Yo la hice andar cambiando la clase por un outlook.
En realidad FSDI no es tanto un control sino un modelo de presentación de las aplicaciones, por lo que te recomiendo que veas para que ... |
fsdi | Hola:
La bajé de su weblog y ejecuté el exe que él mismo adjunta. Y en cuanto a la compilación, tengo todos los fuentes extra que usa y sigue dando el mismo error. ¿Tienes tu el exe, sólo el exe?. Muchas gracias. |
fsdi | Hola Edu,
tengo tambien lo que me bajé de su web, que incluye el exe y algunas fuentes, pero no las de VMenu referidas en pcustomer.prg. Que usas tu en su lugar?
Un saludo,
Carlos. |
fsdi | Yo tengo todos los fuentes, y aun asi me sigue dando el mismo error. |
fsdi | Edu,
si miras los mensajes de error verás que hace referencia a la línea 24 de tfsdi. Dice 'if LargeFonts(); ::nYMove... ", comenta esas líneas que es donde hace referencia a nYMove y seguro que ese es el problema.
Carlos. |
ftp and tprogress | Please have you a sample to download a file from a website with progress bar ?
thanks |
ftp and tprogress | Here it is:
[code:19cu0lz9]#include "Fivewin.ch"
//
// File attributes
//
#define FILE_ATTRIBUTE_READONLY 1
#define FILE_ATTRIBUTE_HIDDEN 2
#define FILE_ATTRIBUTE_SYSTEM 4
#define FILE_ATTRIBUTE_DIRECTORY 16
#define FILE_ATTRIBUTE_ARCHIVE 32
#define FILE_ATTRIBUTE_NORMAL 128
#define FILE_ATTRIBUTE_T... |
ftp and tprogress | thank I try it now |
ftp and tprogress | thank it run ok |
ftp and tprogress | and for upload the same file on website ? |
ftp and tprogress | Enrico, is your code only for xharbour?
Regards,
Otto |
ftp and tprogress | You have to use InternetWriteFile() instead of InternetReadFile(). Study my sample and improve it accordingly.
EMG |
ftp and tprogress | No, it should work with Harbour too.
EMG |
ftp and tprogress | Hello Enrico,
this is what I get with Harbour.
Regards,
Otto
Error: Unresolved external 'InternetOpenA' referenced from C:\FWH\SAMPLES\TESTFT
P.OBJ
Error: Unresolved external 'InternetCloseHandle' referenced from C:\FWH\SAMPLES\
TESTFTP.OBJ
Error: Unresolved external 'InternetConnectA' referenced from C:\FWH\SAMPLES\T... |
ftp and tprogress | You have to link wininet.lib.
EMG |
ftp and tprogress | Enrico,
I tried with:
echo %bcdir%\lib\wininet.lib, >> b32.bc
but now I get:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Too many commas on command line:
Regards,
Otto |
ftp and tprogress | You have to put a comma only on the last line.
EMG |
ftp and tprogress | Enrico, thank you.
May I put the sample on <!-- w --><a class="postlink" href="http://www.fwcodesnips.com">www.fwcodesnips.com</a><!-- w -->?
Regards,
Otto |
ftp and tprogress | Sure.
EMG |
ftp and tprogress | Please have you a sample to upload a file from a website with progress bar ?
thanks |
ftp and tprogress | Ok, here it is:
[code:3fku4bzs]#include "Fivewin.ch"
//
// File attributes
//
#define FILE_ATTRIBUTE_READONLY 1
#define FILE_ATTRIBUTE_HIDDEN 2
#define FILE_ATTRIBUTE_SYSTEM 4
#define FILE_ATTRIBUTE_DIRECTORY 16
#define FILE_ATTRIBUTE_ARCHIVE 32
#define FILE_ATTRIBUTE_NORMAL 128
#define FILE_ATTRIBU... |
ftp and tprogress | Emg,
the download run ok
but the upload make me Upload Error
why ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.