topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
to Nages: test for tdatabase | the tax office will take care of sending the daily fees directly to the Revenue Agency
ci penserà il registratore di cassa fiscale a inviare direttamente all'agenzia delle Entrate i corrispettivi giornalieri
Das Finanzamt sorgt dafür, dass die täglichen Gebühren direkt an die Finanzbehörde gesendet werden
La oficina ... |
to Nages: test for tdatabase | But I have to tell the truth that I find this whole system a little unpleasant, because I certainly can't use my old procedures and open files in share mode and save with lock / unlock
Making the customer archive I stopped because I don't know how to connect a customer to another archive: I have to enter the guests or... |
to Nages: test for tdatabase | Silvio,
[i:7zgvssao]>But I have to tell the truth that I find this whole system a little unpleasant, because I certainly can't use my old procedures and open files in share mode and save with lock / unlock.[/i:7zgvssao]
Yes, it is uncomfortable to move ahead to better techniques. But the payoff is immense.
[i:7zgvs... |
to Nages: test for tdatabase | James,
You use the example of an Invoice. Mine must track client, service item, parts, labor, recommendations, finances, and more. Plus I have to call other routines for history, deposits, pending needs, and outside services.
There has been a lot of discussion here on Filters, but I have the active index for all ... |
to Nages: test for tdatabase | To connect the guest archive to customers, I had thought of such a form
oGuest: = tdatabase():New(......
oGuest: SetScope (0, oClienti:IdCliente)
oGuest: SetScope (1, oClientiIdCliente)
oGuest: Gotop ()
It might work ?
Slowly, I convert my old program with the databases, I'm afraid I'll get to a point ... |
to Nages: test for tdatabase | James
"That's how we did things 20 years ago .." certainly but surely that little app still runs very well and there is a dentist here in my country who is using it, of course I changed it by changing and adding something but I stayed on that system that is in the way that Miguel_Angel_Cortés_Marchant had done it
If w... |
to Nages: test for tdatabase | Silvio,
[code=fw:7peaf79s]<div class="fw" id="{CB}" style="font-family: monospace;">oGuest: = tdatabase<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span>......<br />oGuest: <span style="color: #000000;"... |
to Nages: test for tdatabase | Tim,
[quote:1sdyc7ju]You use the example of an Invoice. Mine must track client, service item, parts, labor, recommendations, finances, and more. Plus I have to call other routines for history, deposits, pending needs, and outside services. [/quote:1sdyc7ju]
Is that all inside your invoice class?
[quote:1sdyc7ju]Ther... |
to Nages: test for tdatabase | [quote="Silvio.Falconi":7u1kv4xu]To connect the guest archive to customers, I had thought of such a form
oGuest: = tdatabase():New(......
oGuest: SetScope (0, oClienti:IdCliente)
oGuest: SetScope (1, oClientiIdCliente)
oGuest: Gotop ()
It might work ?
Slowly, I convert my old program with the databases... |
to Nages: test for tdatabase | James,
I use "workorders" to create estimates, invoices, counter sales, and technician worksheets. To open a workorder, I use this call:
[code=fw:x1v0bfet]<div class="fw" id="{CB}" style="font-family: monospace;"> oWorkorder := TWorkorder<span style="color: #000000;">(</span><span style="color: #000000;">)... |
to Nages: test for tdatabase | [quote:j5121zpp]Yes, filters are normally way too slow, expecially on a network. They require that the entire database be sent across the network just to find a few records.
[/quote:j5121zpp]
This was a very old story till Foxpro introduced rush-more technology many many years ago. SIX and Loadstone's bitmapped filter... |
to Nages: test for tdatabase | Nages,
[quote:2sx26zjj]Filters are optimized using indexes and only the required records (not the entire database) are read from the server. [/quote:2sx26zjj]
Hmm, I haven't used filters in many years. Are you saying that they are now as fast as scopes?
James |
to Nages: test for tdatabase | Tim,
[quote:2lqlfpm6]Also, one word of caution: We often use :: to reference the object but this can sometimes result in conflicts with other classes. [/quote:2lqlfpm6]
Hmm, I have never experienced this. Can you provide an example?
James |
to Nages: test for tdatabase | James,
I used to have issues with some of the FWH classes until Nages suggested I do it this way to be sure the code didn't confuse the class. I don't remember which ones created issues for me, but this is such an easy solution, and for the more complex classes, it's really a way to work within longer methods knowing... |
to Nages: test for tdatabase | James, Tim, Nages
Maybe I did not say it clear enough .
for now I must not make an Invoice
After customer management.
When a customer takes an umbrella it generally takes up to 4 people, or La Palma takes it up to 10 people, generally the names and surnames of the people are not saved but my client has asked me to i... |
to Nages: test for tdatabase | Silvio,
[quote:2les8v5l]Maybe I did not say it clear enough .
for now I must not make an Invoice
After customer management.
When a customer takes an umbrella it generally takes up to 4 people, or La Palma takes it up to 10 people, generally the names and surnames of the people are not saved but my client has asked m... |
to Nages: test for tdatabase | [quote:2m2s7tla]Logically the guests need to be attached to the reservation not the customer. [/quote:2m2s7tla]
the guest must be attached to the customer, I am a customer and rent umbrella number FIve
On my Umbrella I have my mother Edwige , my father Giuseppe, my friends ( Antonio Linares and James Bott)
a beauti... |
to Nages: test for tdatabase | on my test with tdatabase I made
oDDom:= TDatabase():Open( , cPath+"OSPITI", "DBFCDX", .T. )
oDDom:Seek(cCli)
xbrowse oBrd
oBrd:bGoTop :={|| GoToTop(oDDom,cCli)}
oBrd:bGoBottom:={|| GoToBot(oDDom,cCli)}
oBrd:bSkip :={|n| MovePtr(oDDom,cCli,n)}
[code=fw:26nd3pqe]<div class="fw" id="{CB}" styl... |
to Nages: test for tdatabase | [quote="nageswaragunupudi":2t1lvz09][quote="Silvio.Falconi":2t1lvz09]First of all I have to specify one thing:
For the management of customers, the system (the test) that Rao did as well for other archives is fine for me.
the only thing I asked for was to use only a control.dbf file for all the archives and to have dif... |
to Nages: test for tdatabase | { "ROWID", "+", 6, 0 }, ;
{ "CREATEDT", "T", 8, 0 }, ;
{ "UPDATEDT", "=", 8, 0 }, ;
Please keep the above three fields at the beginning of the structure of every table using the above system.
"ROWID" : Field Type "+"
Autoincrement numeric field. DBFCDX automatically increments the value in this fiel... |
to Nages: test for tdatabase | >Please keep the above three fields at the beginning of the structure of every table using the above system.
But if I put them at the end of the structure, what does it imply? |
to Nages:also for Vertical Xbrowse | Dear Nages,
I explain you
I made this test :
On this test I open clienti.dbf and set array for the field I wish to show
I need to have this arrays (aCampi,aNomi,aSizes) to create the xbrowse Main
Function test()
aCampi := { "CODCF", "RAGSOC", "RAGSOC1", "INDIR" }
aNomi:= {"Codice","Ragione Social... |
to Nages:also for Vertical Xbrowse | If you want to use Ut_BrwColVert( aCols )
Instead of
[code=fw:35g5sj60]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FOR</span> n := <span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> nLen<br />aHeader <span style="color: #000000;">[</span> n <sp... |
to Nages:also for Vertical Xbrowse | Viewing a browse in a vertical form
[code=fw:3m0l7jjt]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.... |
to Nages:also for Vertical Xbrowse | thanks Now I think I understood |
to Nages:also for Vertical Xbrowse | Mr Nages,
I add on XBrVert if there is a field memo
for n := 1 to Len( oBrw:aCols )
if oBrw:aCols[ n ]:cDataType == 'M'
oBrw:aCols[ n ]:bStrData = GenLocalBlock( oBrw:aCols, n )
endif
next
function GenLocalBlock( aCols, n )
return { || If( Empty(... |
to Nages:also for Vertical Xbrowse | Dear Friend Silvio
Till you forget bStrData you can never use XBrowse's real capacities.
I have been requesting you about this so many times.
Kindly observe my code. |
to Nages:also for Vertical Xbrowse | opps sorry you're right
Isaw these lines on fwdbu ...sorry
and How I must make to show <memo> instead of <binary>
[img:13f1a4o2]http://img10.imageshack.us/img10/810/verthm.jpg[/img:13f1a4o2] |
to Rao | Mr Rao could You write some examples with
select * from .. and xBrowser
best regards
kajot |
to Rao | Are you referring to built-in FWHMaria library or ADO? |
to Rao | ADO |
to Rao | [code=fw:2e6n28q4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> SampleSQL<br /><br /> <span style="color: #00C800;">local</span> oCn, oRs, cSql<br /><br /> FWNumFormat<span style="color: #000000;">(</span> <span style="color: #ff0000;... |
to Rao | [url:15wnmv1u]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35161#p209767[/url:15wnmv1u]
[url:15wnmv1u]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35830[/url:15wnmv1u]
[url:15wnmv1u]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36740[/url:15... |
to Rao | thank you
can I use "select * from" inside xbrowser |
to Rao | [quote:35r1hobj]can I use "select * from" inside xbrowser
[/quote:35r1hobj]
Can you please explain more clearly what do you want to achieve? |
to Rao | I want to change parameters in "select * to" when
xbrowser has worked already |
to Rao | ok. Please wait |
to Rao | Change some parameters like Where clause but without changing the fields.
[code=fw:3fu0jcub]<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=... |
to Rao | It is also possible to select different fields and even change the source table.
Let us see:
[code=fw:1yz7ol91]<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... |
to Rao | thank You |
to Rao | how can you pass parameters to "select * from " |
to Rao | FW_AdoApplyParams( cSql, aParams )
[code=fw:2ofulrbq]<div class="fw" id="{CB}" style="font-family: monospace;"> cState := <span style="color: #ff0000;">"NY"</span><br /> nAge := <span style="color: #000000;">35</span><br /> dDate := <span style="color: #... |
to Rao | 1) Are you using MySQL with ADO? Or MSSQL with ADO?
2) Your FWH Version? Harbour or xHarbour?
3) If you are using MySql, did you try FWH built-in MySql library? |
to Rao | 1) I am using MSSQL
2) FWH 23.04
3) xHarbour 2022 Bld773
I am trying postgres v.8 too
thank You |
to Rao | Thanks.
I will keep the info in mind while answering your queries. |
to Richard ( Taiwan ) about Skin Themes windows | Hi Richard !
[code:2oy55uih]
DEFINE DIALOG oDlg RESOURCE "D_DR_WIN_STATMSF_SEARCH"
........
ACTIVATE DIALOG oDlg CENTER ON INIT CodeJockSkin_InitDlg( oDlg )
FUNCTION CodeJockSkin_InitDlg( oDlg )
LOCAL oActiveX
oActiveX := TActiveX_FreeWin():New... |
to Richard ( Taiwan ) about Skin Themes windows | Areang
Try with tActivex() of Fivewin. |
to Richard ( Taiwan ) about Skin Themes windows | Hello areang,
Look it. Office 2007 interface.
[url=http://img244.imageshack.us/my.php?image=fwhskinactivex2jf5.jpg:1ofuxbwv][img:1ofuxbwv]http://img244.imageshack.us/img244/3297/fwhskinactivex2jf5.th.jpg[/img:1ofuxbwv][/url:1ofuxbwv]
[url=http://img244.imageshack.u... |
to Richard ( Taiwan ) about Skin Themes windows | Sorry, could somebody tell me where can I get this activex you are showing in the images? |
to Richard ( Taiwan ) about Skin Themes windows | Hello jose_murugosa,
Please visit this web site.
[url:2uyimcib]http://www.codejock.com/[/url:2uyimcib]
Regards,
Richard |
to Richard ( Taiwan ) about Skin Themes windows | Richard
Where did you download the activex file from ? "Codejock.SkinFrameWork.10.4.1"
Is this a freeware ? Are these skins free to use or are they copyrighted.
Thanks for info
Richard |
to Richard ( Taiwan ) about Skin Themes windows | Thank you Taiwan
I´ll check the site. |
to Richard ( Taiwan ) about Skin Themes windows | Hii,
Here is a working sample with SkinFramework:
[code:3rhvji96]
// FiveWin ActiveX support demo - Using Adobe Acrobat Reader
#include "FiveWin.ch"
function Main()
local oWnd, oActiveX
DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support with Skin"
oActiveX = TActiveX():New(... |
to Richard ( Taiwan ) about Skin Themes windows | Hello Rochinha,
Yes, same as.
But I have a question about it.
Please look my attach picture.
Why it appear "S/F" mark?
I run VB Exe file disappear mark.
[url=http://img112.imageshack.us/my.php?image=fwhskinactivex5he7.jpg:2mqmiqy8][img:2mqmiqy8]http://img112.imageshack.us/img112/4791/... |
to Richard ( Taiwan ) about Skin Themes windows | [quote="Richard Chidiak":112qzsuz]Richard
Where did you download the activex file from ? "Codejock.SkinFrameWork.10.4.1"
Is this a freeware ? Are these skins free to use or are they copyrighted.
Thanks for info
Richard[/quote:112qzsuz]
Please check [url:112qzsuz]http://www.codejock.com/[/url:112qzsuz]... |
to Richard ( Taiwan ) about Skin Themes windows | Taiwan
Maybe you have linked other activex too. check it. |
to Richard ( Taiwan ) about Skin Themes windows | Hello All,
Test finish. Look it below:
[url=http://img166.imageshack.us/my.php?image=fwhskinactivex6dz7.jpg:3ps7zsda][img:3ps7zsda]http://img166.imageshack.us/img166/8030/fwhskinactivex6dz7.th.jpg[/img:3ps7zsda][/url:3ps7zsda]
Regards,
Richard |
to Richard ( Taiwan ) about Skin Themes windows | Thank's to all
<!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> If you don't mind, Can someone to email me ocx and samples source code ? <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
Regards
Areang |
to Richard ( Taiwan ) about Skin Themes windows | Hello areang,
Source code check these message. only add in your ap.
ActiveX components -> <!-- m --><a class="postlink" href="http://www.codejock.com/">http://www.codejock.com/</a><!-- m -->
check ActiveX suite pro not MFC++
Regards,
Richard |
to Richard ( Taiwan ) about Skin Themes windows | Hi Richard
[quote:33n3bl36]
This evaluation can be used with Visual Studio 5.0, 6.0, .NET 2002, .NET 2003, and .NET 2005. Unicode versions of the OCX files are currently not provided with the evaluation version.
[/quote:33n3bl36]
I think, Codejock has stopped distributing evaluaiton copies of the OCX files.
How can... |
to Richard ( Taiwan ) about Skin Themes windows | [quote="RAMESHBABU":1wzifimr]Hi Richard
[quote:1wzifimr]
This evaluation can be used with Visual Studio 5.0, 6.0, .NET 2002, .NET 2003, and .NET 2005. Unicode versions of the OCX files are currently not provided with the evaluation version.
[/quote:1wzifimr]
I think, Codejock has stopped distributing evaluaiton copie... |
to Richard ( Taiwan ) about Skin Themes windows | Richard,
You can use <!-- w --><a class="postlink" href="http://www.yousendit.com">www.yousendit.com</a><!-- w --> to send large files.
James |
to Richard ( Taiwan ) about Skin Themes windows | Richard,
Please,
Can you send the Codejock v10.4.1 evaluation version too.
Maybe can best if you upload the file to server for download.
Fernando |
to Richard ( Taiwan ) about Skin Themes windows | Dear all,
I am using FiveWin for xHarbour to development the application and facing unicode problem, some Chinese character like the attached image is unable to type in the text box, it will show in '?' after typing.
<!-- m --><a class="postlink" href="http://202.146.109.43/testing/unicode.jpg">http://202.146.109.43/... |
to Richard ( Taiwan ) about Skin Themes windows | [quote="wktsang1":17r2u6vx]Dear all,
I am using FiveWin for xHarbour to development the application and facing unicode problem, some Chinese character like the attached image is unable to type in the text box, it will show in '?' after typing.
<!-- m --><a class="postlink" href="http://202.146.109.43/testing/unicode.... |
to Richard ( Taiwan ) about Skin Themes windows | [quote="Taiwan":3v7pk6os]
Hello Thomas,
Could you use Themes into your EXE file?
I know FWH's TGet not support 2 bytes(Chinese) input Chinese when your
application add Themes interface.
I know you can download unicode solution from web site. It support some
AP not support unicode font when you input unicode character... |
to Richard ( Taiwan ) about Skin Themes windows | [quote="wktsang1":35p8x9ke][quote="Taiwan":35p8x9ke]
Hello Thomas,
Could you use Themes into your EXE file?
I know FWH's TGet not support 2 bytes(Chinese) input Chinese when your
application add Themes interface.
I know you can download unicode solution from web site. It support some
AP not support unicode font when ... |
to Richard ( Taiwan ) about Skin Themes windows | [quote:1yibii18]
Unicode problem. Sometimes when we input some Chinese Character
MS-Work can disappear it, but FWH's AP appear '?' problem for me.
So I intall Free Unicode tools from site( I gorgot ) to solve this problem.
Now, I input any Chinese character no problem[/quote:1yibii18]
Cool, I think what I need now ... |
to Richard ( Taiwan ) about Skin Themes windows | Hi Richard !
Could you tell me how to remove the S/F mark
Thanks !!!
Best Regards |
to Richard ( Taiwan ) about Skin Themes windows | hELLO!
How you remove S/F icon when use skinframework?
Thank´s
[quote="Taiwan":1psf2wk7]Hello areang,
Source code check these message. only add in your ap.
ActiveX components -> <!-- m --><a class="postlink" href="http://www.codejock.com/">http://www.codejock.com/</a><!-- m -->
check ActiveX suite pro not MFC++
Re... |
to Richard ( Taiwan ) about Skin Themes windows | [quote="goosfancito":3thb66ex]hELLO!
How you remove S/F icon when use skinframework?
Thank´s
[quote="Taiwan":3thb66ex]Hello areang,
Source code check these message. only add in your ap.
ActiveX components -> <!-- m --><a class="postlink" href="http://www.codejock.com/">http://www.codejock.com/</a><!-- m -->
check A... |
to Richard ( Taiwan ) about Skin Themes windows | Thank´s it work!
[quote="richard-service":17h0w42n][quote="goosfancito":17h0w42n]hELLO!
How you remove S/F icon when use skinframework?
Thank´s
[quote="Taiwan":17h0w42n]Hello areang,
Source code check these message. only add in your ap.
ActiveX components -> <!-- m --><a class="postlink" href="http://www.codejock.... |
to Richard ( Taiwan ) about Skin Themes windows | Hi Richard,
Can you please guide me how to use the Codejock Menubar and Toolbars.
Thanks,
- Ramesh Babu P |
to Stefan Haupt RMCHART | Stefan, I would greatly appreciate you emailing the RMChart wrappers to me at
<!-- e --><a href="mailto:fjhorta@yahoo.com.mx">fjhorta@yahoo.com.mx</a><!-- e -->
tks
Pako |
to Stefan Haupt RMCHART | Hello Francisco,
Done. |
to Stefan Haupt RMCHART | Regards,
Pako |
to Stefan Haupt RMCHART | Hi friends,
Where I can find wrappers for rmchart.dll please? If anyone can send it I thanks: <!-- e --><a href="mailto:toninho@fwi.com.br">toninho@fwi.com.br</a><!-- e -->
TIA and best regards
Toninho. |
to Stefan Haupt RMCHART | Hi Toninho,
just sent <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
to Stefan Haupt RMCHART | Please send to me as well.
jeff @ can-soft.net |
to Stefan Haupt RMCHART | Done |
to Stefan Haupt RMCHART | Stefan
Please send the Rmchart wrappers to me also. I'm sure your wrappers are a better solution than trying to use DLL32 calls (which I still can't get to work correctly for Rmchart.dll).
You can email the wrappers to me at:
roger AT leadersoft DOT com
Thanks!
- Roger |
to Stefan Haupt RMCHART | Dear Stefan,
Could you give an example for How to use RMCHART.DLL wrapper (FWH code)? How to set the figures for graph?
Regards,
Dutch |
to Stefan Haupt RMCHART | Hi
Mean it?
[url=http://img201.imageshack.us/my.php?image=20080103215609dx1.jpg:1kdhjxlp][img:1kdhjxlp]http://img201.imageshack.us/img201/6151/20080103215609dx1.th.jpg[/img:1kdhjxlp][/url:1kdhjxlp]
[url=http://img201.imageshack.us/my.php?image=20080104093517qv5... |
to Stefan Haupt RMCHART | Roger,
[quote="Roger Seiler":82jq2wxe]
Please send the Rmchart wrappers to me also. I'm sure your wrappers are a better solution than trying to use DLL32 calls (which I still can't get to work correctly for Rmchart.dll).
[/quote:82jq2wxe]
just sent.
Thanks for your kind words, but the wrapper and the sample are not... |
to Stefan Haupt RMCHART | Hi Dutch,
[quote="dutch":13mdrx59]Dear Stefan,
Could you give an example for How to use RMCHART.DLL wrapper (FWH code)? How to set the figures for graph?
Dutch[/quote:13mdrx59]
Please see my last post to Roger, I only have the sample which is included in the TRmChartX class.
Did you have the wrapper using ocx ? I... |
to Stefan Haupt RMCHART | Thanks, Stefan for sending the file.
Meanwhile, I figured out how to get the Rmchart.dll working correctly in FWH with FWH's DLL32 command. I'm cleaning it up now so that I can upload a new RMC4FWH.PRG with all of the 130 or so DLL32 command calls (now working), plus a test program and some samples so everyone who's i... |
to Stefan Haupt RMCHART | Stefan
Please send the Rmchart wrappers to me also. I'm sure your wrappers are a better solution.
You can email to me at:
<!-- e --><a href="mailto:jose_de_alfonso@yahpp.es">jose_de_alfonso@yahpp.es</a><!-- e -->
Thanks in advance!
Alfonso |
to Stefan Haupt RMCHART | Stefan
Excuse me, in my previews messagethe e_mail was wrong. In this new message it is OK.
Please send the Rmchart wrappers to me also. I'm sure your wrappers are a better solution.
You can email to me at:
<!-- e --><a href="mailto:jose_de_alfonso@yahoo.es">jose_de_alfonso@yahoo.es</a><!-- e -->
Thanks in advanc... |
to Stefan Haupt RMCHART | I've looked carefully at the files within TRMchartX.zip from Oscar and Stefan, and unless I'm missing something, I don't see any C wrappers included for RMChart.dll. This set of files appears to be focused on a TRMChartX class in its TRMChartX.prg, which seems to only access the ActiveX capabilities of RMChart and Har... |
to Stefan Haupt RMCHART | It seems someone else using xHarbour (but not FWH) also had the problem passing arrays to the RMchart.dll functions - the problem I'm wrestling with - and he found a solution. However, I can't seem to get his solution to work in FWH. Can someone show me how?
Here's an exerpt of the discussion from the Rmchart forum..... |
to Stefan Haupt RMCHART | Whoops - the #pragma ENDDUMP wasn't part of ChrisG's code - it's a fragment left over from my attempt to implement his solution. - Roger |
to Stefan Haupt RMCHART | Dear Stefan,
Yes, please.
Regards,
Dutch
<!-- e --><a href="mailto:dutchez4@gmail.com">dutchez4@gmail.com</a><!-- e -->
<!-- e --><a href="mailto:dutch@easyfo.com">dutch@easyfo.com</a><!-- e -->
[quote="StefanHaupt":3u6sgycz]Hi Dutch,
[quote="dutch":3u6sgycz]Dear Stefan,
Could you give an example for How to use RMC... |
to Stefan Haupt RMCHART | Alfonso, Dutch,
just sent the file |
to call Infoser | Someone can give me number phone or email of Infoser ( Spain)
-------------------------------- |
to compile - WebView - Bcc55 - xHarbour | Hello
I can compile xHarbour + BCC55 + WebView with FWH2212
I'm not always missing something.
[b:2v391e21]
a part of .lnk[/b:2v391e21]
[code=fw:2v391e21]<div class="fw" id="{CB}" style="font-family: monospace;"><br />\sis\fsql901\visual\lib\tip.lib +<br />\sis\fsql901\visual\lib\mysql.obj +<br />\sis\fsq... |
to compile - WebView - Bcc55 - xHarbour | [quote="Ari":1nw40p23][code=fw:1nw40p23]<div class="fw" id="{CB}" style="font-family: monospace;">Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_hb_vmPushSize'</span> referenced <span style="color: #0000ff;">from</span> C:\FWH2212\LIB\FIVEHC.LIB|FFDLGPRC</div>[/code:1nw4... |
to compile - WebView - Bcc55 - xHarbour | Grato. |
to convert file.dll | hi,
I have a file DLL make by Borland Resource Workshop (more than ten years old).
my pc has windows 7 home premium 64 bit.
I can try open it by pelles C but nothing (error reading from file "xyz.dll" not a valid win32 application).
I would like to convert that .DLL
how can I do?
thanks |
to convert file.dll | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=14830&hilit=convertir+a+dll+de+32+bits#p76597">viewtopic.php?f=6&t=14830&hilit=convertir+a+dll+de+32+bits#p76597</a><!-- l --> |
to convert file.dll | hi mr navarro
I have not Borland Resource Workshop... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.