topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
use FLOCK() | Eduardo,
Did you mean file locks or record locks?
Either way, I use database objects. I wrote a subclass to TDatabase which adds many enhancements.
I added some enhancements for record locking including automatic retries if a record is already locked. Personally, I aways use optimistic locking so a record is only lo... |
use FLOCK() | [quote="James Bott":p2t5gubk]The problem is that as long as the computer is frozen, no one else on the network can access the locked file(s).
I'm not [/quote:p2t5gubk]
what is a blocked file ? Is it a file opened in shared mode ? |
use FLOCK() | You used the term "blocked," I used the term "locked." I presumed by blocked you meant locked. They are very similar. A locked file blocks write access. Maybe this is a language translation thing.
From the Clipper help file:
[quote:2q57iikm]
FLOCK() is a database function used in network environments to lock an
... |
use FLOCK() | File locks are issued all the time behind the scenes. Every skip on a shared dbf with an index locks the index file until after skip is complete. This is to ensure that the index tree has not changed until after the next record is resolved. Having the locks cached is not the best idea when each users machine is managin... |
use FLOCK() | [quote:2mihguip]
I am getting the impression that I offended you[/quote:2mihguip]
no problem at all
My before code shows how to file system handle can lock or only mark as used... all depend... the key is how use it. Other key is open files of named system 'in use mark' in fopen shared mode. This permit to other users... |
use Firebird SQL | there is any class to use Firebird SQL ? |
use Firebird SQL | [quote="kajot":1sj92mxq]there is any class to use Firebird SQL ?[/quote:1sj92mxq]
Of course is . If you are working with Harbour , then in harbour sources/contrib directory can find hbfbird and sddfb folders . With sources and samples . One good way is to use ADO /OLE DB - though to find freeware things for such pur... |
use Firebird SQL | I am using xHarbour.com |
use Firebird SQL | [quote="kajot":2cndxvj3]I am using xHarbour.com[/quote:2cndxvj3]
Strange ... I thought that xHarbour.com have own SQLRDD and support all populars SQL's . Why you can't to ask this question in xHarbour.com forum ? |
use Icon from Windows DLL Resource | hi,
i have this under Xbase++
[code=fw:1ig87wrv]<div class="fw" id="{CB}" style="font-family: monospace;"> ::<span style="color: #000000;">IcoUp</span> := DXE_Icon<span style="color: #000000;">(</span><span style="color: #000000;">)</span> :<span style="color: #00C800;">new</span><span style="color: #000000... |
use Icon from Windows DLL Resource | Not sure, but look at the sample of Mr. Rao.
<!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35111">viewtopic.php?f=3&t=35111</a><!-- l -->
<!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=35281">viewtopic.php?f=3&t=35281... |
use Icon from Windows DLL Resource | hi Marc,
thx for Answer
i have to post my Xbase++ "Load"
[code=fw:7nkzlo0a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">INLINE</span> <span style="color: #00C800;">METHOD</span> Load<span style="color: #000000;">(</span> cDLL, nId, nWidth, nHeight <span style="color: #0... |
use Icon from Windows DLL Resource | Maybe, c:\fwh..\samples\LISTVIE1.PRG
or make a complete example. avoid posting pieces of code.
Regards, saludos. |
use Icon from Windows DLL Resource | hi
thx for Answer
Sample c:\fwh\samples\listvie.prg use Icon_Read() which will get "File"-Icon which most are 1st Resource
i want to get Resource Number 2301 from "WinDir+"\System32\NetShell.DLL"
as TGrid() is a new CLASS you need hole CODE for a Demo Sample which now have about 10000 Lines
it might use Technique wh... |
use Icon from Windows DLL Resource | hi,
got it <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
[code=fw:1c3zz6ni]<div class="fw" id="{CB}" style="font-family: monospace;"> cDLL := WinDir + <span style="color: #ff0000;">"<span style="color: #000000;">\S</span>ystem32<span style="color: #000000;">\N... |
use Icon from Windows DLL Resource | hi,
i got Warnings under MSVC 64 Bit
[quote:137vt8ka]HB_FUNC.PRG(1342): warning C4312: "Typumwandlung": Konvertierung von "int" in größeren Typ "HBITMAP"
HB_FUNC.PRG(1344): warning C4312: "Typumwandlung": Konvertierung von "int" in größeren Typ "HBITMAP"[/quote:137vt8ka]
[code=fw:137vt8ka]<div class="fw" id="{CB}" st... |
use Icon from Windows DLL Resource | hi,
got it <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
instead of
[code=fw:281rfkx0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">1342</span> hdItem.hbm = <span style="color: #000000;">(</span>HBITMAP<span... |
use PDF as BMP in printer.prg ? | Hi,
is it possible to manage a PDF file like BMP file ?
I use the oprn:saybitmap(.....) to put BMP file on page and then write what i need.
is possible to do something like oprn:saypdf(...) ?
tks all |
use PDF as BMP in printer.prg ? | Or possible to convert a PDF file (singol page) e in BMP/JPG ?
tks |
use PDF as BMP in printer.prg ? | Romeo,
Once the PDF is shown then we can generate a BMP from it using oWnd:SaveToBmp( cBmpFileName )
I just tried samples\pdf.prg to display a PDF but it is not working. I guess that we need a more recent "AcroPDF.PDF.1" value
Maybe other PDF users could help us here |
use PDF as BMP in printer.prg ? | it works, but i got the full screen with Acrobat Reader Bar & Button
Where can i found the oher method for the activex() ?
Like oActivex:Do("LoadFile"...)
oActivex:Do("SetCurrentPage")
Must exist also something like oActivex:Do("OtherParameters") ?
tks |
use PDF as BMP in printer.prg ? | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=144617#p144617">viewtopic.php?p=144617#p144617</a><!-- l --> |
use PDF as BMP in printer.prg ? | Good !!!
tks Antonio |
use Passwort.Manager for own App ? | hi,
is it possible to use a Password-Manager, like KeePassXC, for own (local) Fivewin App <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
i know KeePassXC search in HTML for "type" and Attribut "password" but how in (lokal) Win32 App <!-- s:idea: --><img src="{SM... |
use Passwort.Manager for own App ? | hi,
i have ask ChatGPT and he point me to "EnableUIAccess()" which should be a Function in hbWin
but a can´t find it ... does "EnableUIAccess()" exist in harbour <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
use Passwort.Manager for own App ? | Dear Jimmy,
[url:35319kg4]https://www.phind.com/search?q=does+Windows+provide+the+function+EnableUIAccess%28%29+%3F&c=&source=searchbox&init=true[/url:35319kg4] |
use Passwort.Manager for own App ? | hi Antonio ,
[quote="Antonio Linares":183vo0mn][url:183vo0mn]https://www.phind.com/search?q=does+Windows+provide+the+function+EnableUIAccess%28%29+%3F&c=&source=searchbox&init=true[/url:183vo0mn][/quote:183vo0mn]
interesting how phind does Answer
"Keyword" seem to have "highlight" so you can see them easy
... |
use Result of SQL Query like ""ADODB.Recordset"" | hi,
when using "ADODB.Connection" and "ADODB.Recordset" it is easy to "navigate" as "ADODB.Recordset" have Method for it
Question : what to use with ODBC or "native" <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
"normal" i would say : fill Array with "Result" .... |
use Result of SQL Query like ""ADODB.Recordset"" | Do you mean you want to connect using ODBC driver natively and not through ADO?
You can do it, though it is a thing of the past.
FWH provides
todbc.prg and todbcrdd.prg and more
You can also test TOdbcDirect class in tdbodbcd.prg
To be honest, I tested TOdbc class of FWH some decades back with Oracle and it worked w... |
use Result of SQL Query like ""ADODB.Recordset"" | As Rao mentions ODBC is a thing of the past .. specifically, lets say I have a corporate SQL application that needs to run on 3000 machines .. that means that (someone ) has to physically go to each of those machines and make sure ODBC is loaded and configured properly .. ADO has no such limitations because oledb comes... |
use Result of SQL Query like ""ADODB.Recordset"" | hi,
thx for Answer
i would use OLEDB ... if i get a "Driver" for it
but it "seems" it is not "free" for PostgreSQL any more
---
my "DualGRID" is not a "normal" App ... it should be like a "Swiss Knife" where you got a lot of Tools
it is not for User to "work" ... it is for Admin to get "quick Overview" and later "... |
use Result of SQL Query like ""ADODB.Recordset"" | [quote:11chfi8z]
i would use OLEDB ... if i get a "Driver" for it
but it "seems" it is not "free" for PostgreSQL any more
[/quote:11chfi8z]
Microsoft introduced ADO as an advancement over ODBC.
ADO is designed work both with ODBC drivers and OLEDB providers.
We need not have OLEDB provider to use ADO. We can use ADO w... |
use fw_arraytodbf with conditions | I have an array previously built from a txt file, in this array as the first field there is a date field, I have to convert this array into a dbf file all records if the date field (dUltimaData) is greater than the last passed date
oTemp:= TDatabase():Open( , cPath+"LOTTO", "DBFCDX", .T. )
oTemp:gobottom()
d... |
use fw_arraytodbf with conditions | [code=fw:3jyvca4c]<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> len<span style="color: #000000;">(</span>aData<span style="color: #000000;">)</span><br /><span style="color: #00... |
use fw_arraytodbf with conditions | [b:x2argbfl]Inserting new records:[/b:x2argbfl]
For testing, I have used a small portion of the "storico.txt"
We already have some data in STORICO.DBF and now we will try to insert new records.
[url=https://imageshack.com/i/poVDGZAzp:x2argbfl][img:x2argbfl]https://imagizer.imageshack.com/v2/xq90/... |
use fw_arraytodbf with conditions | [size=150:3866zwif][b:3866zwif]THANKS RAO[/b:3866zwif][/size:3866zwif] |
use fw_arraytodbf with conditions | Rao,
on my test I have the dMaxDate "10/09/2022"
and on storico.txt I arrive until 2022/09/17
when I execute
aNew := {}
AEval( aData, { |a| If( a[ 1 ] > dMaxDate, AAdd( aNew, a ), ) } )
oStorico:FW_ArrayToDbf( anew )
XBROWSER oStorico SHOW RECID
I not see any records
why ? |
use fw_arraytodbf with conditions | [quote="nageswaragunupudi":24c42mgj][b:24c42mgj]Inserting new records:[/b:24c42mgj]
For testing, I have used a small portion of the "storico.txt"
We already have some data in STORICO.DBF and now we will try to insert new records.
[url=https://imageshack.com/i/poVDGZAzp:24c42mgj][img:24c42mgj]https://imag... |
use hb_threadStart() in a CLASS ? | hi,
to "fill" Imagelist i want to use a Thread to call a Method of CLASS
[code=fw:3aejllsj]<div class="fw" id="{CB}" style="font-family: monospace;"> AADD<span style="color: #000000;">(</span>::<span style="color: #000000;">aThread</span>, hb_threadStart<span style="color: #000000;">(</span> HB_THREAD_INHER... |
use hb_threadStart() in a CLASS ? | Try
[code=fw:3c2fqjf0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">LOCAL</span> oSelf := <span style="color: #00C800;">Self</span><br /><br /> AADD<span style="color: #000000;">(</span>::<span style="color: #000000;">aThread</span>, hb_threadStart<span st... |
use hb_threadStart() in a CLASS ? | hi,
the Problem is not the Syntax. it seems Fivewin is not use -mt default
but as i understand it need "multi-Threading" else Thread does not work
i have search in Fivewin for hb_threadStart()
there is a Sample c:\fwh\samples\testmt02.prg
when press "Test" hb_threadStart() does NOT WORK and show NO MsgWait() or new ... |
useful for troubleshooting system errors | <!-- m --><a class="postlink" href="http://www.dependencywalker.com/">http://www.dependencywalker.com/</a><!-- m -->
Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it l... |
useful for troubleshooting system errors | Otto,
I use PEInfo for a long time, it is very easy and usefull <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:rx2q4gb3]https://code.google.com/p/fivewin-contributions/downloads/detail?name=peinfo.exe[/url:rx2q4gb3] |
user name taken | I tried to submit a message under the name "don lowenstein" but system told me "username already taken" so I changed to "Don L"
Why can't I post under "don lowenstein?" |
user name taken | I wasn't "logging in" to my profile.
Please bear with me as I am "changing gears." |
user to see execution running | What msg function should be used to run showing variable counter for the user like the recno()/reccount() while do while !eof().
Ex:.
please wait..........processing record 35/2232. |
user to see execution running | Hi,
I use MSGRUN()
You can see how to use this at SAMPLES\TESTMSG.PRG
Regards, |
user to see execution running | I suggest doing it in the message bar. |
user to see execution running | how can I put the code clock inside msgrun the run :
? recno()/reccnount()
or Even How can I use it with the message bar ? |
user to see execution running | cReccount:= reccount()
DO WHILE ! eof()
wndMain():oMsgBar:setMsg( "Processing record "+ trim(str(recno()))+"/"+cReccount ) |
user to see execution running | Hola,
you can use
DEFINE DIALOG oDlg .....
ACTIVATE DIALOG oDlg.. NOWAIT
process ...... n/m
oDlg:end() |
user-defined form over OLE in Outlook | Hallo Fivewinners,
did someone use yet you user-defined forms in eMail-delivery in Outlook ?
How can I purport such a user-defined form over OLE in Outlook?
Best regards
Norbert |
user-defined form over OLE in Outlook | I do not understand |
user-defined form over OLE in Outlook | [quote="eduardofreni":29oifmnu]I do not understand[/quote:29oifmnu]
in outlook you can create user-define Formulars via "Extra"-> Formular -> Create new Formular.
You can example Create an Input-Formular for email-send. so you can in this form create checkboxe, combobox usw....
You can save the new formular with an ... |
user-defined form over OLE in Outlook | I do know for execute formular in outlook.
Eduardo Freni |
using PUBLIC FONT in DIALOG | hi,
i got this in *.LOG
[quote:14di9158]14.05.2023 21:03:46: MAIN( 624 ) "Start" = "Start"
14.05.2023 21:04:29: EXCESS RELEASE OF FONT TAHOMA[ hFont : 0] ( nCount : 0 )
<-TFONT:END(303) <-TCONTROL:DESTROY(2318) <-TBTNBMP:DESTROY(1111) <-TWINDOW:HANDLEEVENT(0) <-TCONTROL:HANDLEEVENT(1857) <-TBTNBMP:HANDLEEVENT(2135... |
using PUBLIC FONT in DIALOG | After ACTIVATE DIALOG
[code=fw:29ztso21]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">Do</span> <span style="color: #00C800;">While</span> oFont:<span style="color: #000000;">nCount</span> > <span style="color: #000000;">0</span><br /> &n... |
using PUBLIC FONT in DIALOG | [quote="Jimmy":3hjs5wio]hi,
i got this in *.LOG
[quote:3hjs5wio]14.05.2023 21:03:46: MAIN( 624 ) "Start" = "Start"
14.05.2023 21:04:29: EXCESS RELEASE OF FONT TAHOMA[ hFont : 0] ( nCount : 0 )
<-TFONT:END(303) <-TCONTROL:DESTROY(2318) <-TBTNBMP:DESTROY(1111) <-TWINDOW:HANDLEEVENT(0) <-TCONTROL:HANDLEEVENT(1857) <-... |
using PUBLIC FONT in DIALOG | hi,
i have figure out that "Problem" was in MENU which called DIALOG <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
for MENUITEM i want a FONT so i use
[code=fw:3kxwbfqp]<div class="fw" id="{CB}" style="font-family: monospace;"> oMenu:<span style="... |
using CALLDLL | how may using function DanezGUS form GUS.dll
nip:-"5230000001"
text= DanezGUS(nip)
function DanezGus is in GUS.dll
and has one parameter nip and return string |
using CALLDLL | [quote="kajot":1nn8yvyp]how may using function DanezGUS form GUS.dll
nip:-"5230000001"
text= DanezGUS(nip)
function DanezGus is in GUS.dll
and has one parameter nip and return string[/quote:1nn8yvyp]
A DLL function can't return a string. Please check the DLL docs. It should have the returned str... |
using CALLDLL | Thanks, any samples |
using CALLDLL | This is a sample for REGQUERYVALUE:
[code=fw:ulp4ta9o]<div class="fw" id="{CB}" style="font-family: monospace;">DLL32 <span style="color: #00C800;">FUNCTION</span> REGQUERYVALUE<span style="color: #000000;">(</span> hKey AS LONG, cValueName AS LPSTR, nReserved AS LONG, @nType AS PTR, @cData AS LPSTR, @nSize AS PTR... |
using Cmd-C and Cmd-V in get | Hello,
How can I use Cmd-C and Cmd-V in a oget. I can rightclick on a get and select copy/past, but I would like to use the keys for this. |
using Cmd-C and Cmd-V in get | René,
First select the text to copy with the mouse, then press Cmd+C to copy.
To paste, press Cmd+V |
using Cmd-C and Cmd-V in get | Hello Antonio,
At my system this does not seem to work. Check with the registration app I posted last week. I only get a beep when i select the value of the get. |
using Cmd-C and Cmd-V in get | René,
You are right. I did not tested it as I was in Windows
I am going to review it
thanks |
using Cmd-C and Cmd-V in get | Hello Antonio,
Thanks!
Is there alo a possibilty to use other hotkey functions, like Cmd-P for a printing function. |
using Cmd-C and Cmd-V in get | René,
Hotkeys must be defined in the menu.
Please add this code to your menu:
[code=fw:76jvelgh]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"Edit"</span><br /> <span style="color: #0000ff;">MENU</span><br /> <... |
using Cmd-C and Cmd-V in get | Antonio, por favor , revisa el repositorio .
Un Saludo. |
using Cmd-C and Cmd-V in get | Manuel,
Revisado y funcionando bien. Muchas gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
René, Mastintin (Manuel) has solved it in a simpler way. I have emailed you the modified libs. |
using Cmd-C and Cmd-V in get | Hello Antonio and Manuel,
Thank you for this. IT works perfect. |
using Cmd-C and Cmd-V in get | very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
using Ctrl-Enter in Getq | Hello Antonio en Manuel,
I discovered the following problem. If I define a Get and want to start on a new line in the Get, one can use the Alt-Enter and the Ctrl-Enter. However, if one uses Ctrl-Enter the value can't be saved. The GetText is empty.
Is there a solution for this? |
using Ctrl-Enter in Getq | Esto ocurre usando Multiget o Get normal ?
if change to multiget work ? .
<!-- m --><a class="postlink" href="https://developer.apple.com/library/archive/qa/qa1454/_index.html">https://developer.apple.com/library/arc ... index.html</a><!-- m -->
In get fivemac use NsTextField .
Un Saludo. |
using FWH 2011.11 and xHarbour.com | when I compile any source using FWH 2011.11 and xharbour.com , I got error
xLINK: error: Unresolved external symbol '_HB_FUN_HB_GT_WVT referenced from (t.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_HB_GTCREATE referenced from (t.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_HB_GTSELECT refere... |
using FWH 2011.11 and xHarbour.com | You have to link send32.lib:
[url:1ky8ppyc]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=send32.lib&can=2&q=[/url:1ky8ppyc]
and mem32.lib:
[url:1ky8ppyc]http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=mem32.lib&can=2&q=[/url:1ky8pp... |
using FWH 2011.11 and xHarbour.com | yet I got error
Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"S:\lib" -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "t.obj" "S:\lib\send32.lib" "S:\lib\mem32.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" "cdx.... |
using FWH 2011.11 and xHarbour.com | We have checked it and we email you new libs, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
using FWH 2011.11 and xHarbour.com | when I compile source (xharboure.com)
/I changed fivehcm.lib and ficehmx.lib which I received from You/
#include "FiveWin.Ch"
#include "xbrowse.ch"
//-----------------------//
Function Main()
Local aData := { ;
{ 1, 'One', 45, date(), .t. }, ;
{ 2, 'Two', 2222, date()-1, .f. } , ;
{ 3, '... |
using FWH 2011.11 and xHarbour.com | Kajot,
For some reason it seems as the file valtostr.prg was not inlcuded in the library. We are resending you the libs, thanks! |
using FiveWeb from DreamHost | Please remember to create this .htaccess file at your cgi-bin folder:
[code=fw:2fwkubh7]<div class="fw" id="{CB}" style="font-family: monospace;"><Files *><br /> SetHandler cgi-script<br /></Files></div>[/code:2fwkubh7] |
using Function twice with Object as Parameter ? | hi,
i do want to use Thread which are call a Function.
i use Thread to "fill" Imagelist of Object and all in Function use Object ... except FOR ii
Question : will ii be "manipulate" by 2nd Thread when called twice <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
using Function twice with Object as Parameter ? | Jimmy,
I'm not sure I understand what you want to do but here is an example of adding a new sale amount to a oCustomer object using a function. Note that a customer object exists until you end it.
[code=fw:bvt6peas]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span>... |
using Function twice with Object as Parameter ? | hi James,
thx for Answer
to use a Function twice (or more) is not Problem ... IF Function is "short" and "quick"
but i have to do a lot in Function and have a Variable "ii" in a FOR / NEXT
[code=fw:zo8kyihq]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">FOR</span> ii := <s... |
using Resedit instead of Pelles | On Xmate I have
[code=fw:3lp1i311]<div class="fw" id="{CB}" style="font-family: monospace;">C_RC_COMMAND=c:\work\PellesC\Bin\PORC.EXE %RC% /I c:\work\pellesc\include /I c:\work\pellesc\include\win</div>[/code:3lp1i311]
If I wanted to use resedit instead of Pellesc how should I put in this command line? |
using Resedit instead of Pelles | Hi Silvio !
IMHO you can`t do it with ResEdit. Try with Resource Hacker [url:s5r6cojx]http://www.angusj.com/resourcehacker/[/url:s5r6cojx]
Good luck !
Best regards, |
using a Python module from Harbour according to IA | generated using [url:iu8g0kdm]https://beta.openai.com/playground[/url:iu8g0kdm]
[code=fw:iu8g0kdm]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"hbapi.h"</span><br /><br /><span style="color: #00C800;">HB_FUNC</span><sp... |
using a Python module from Harbour according to IA | Using Python from Harbour, working <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:29ny91al]https://github.com/FiveTechSoft/harbour_python[/url:29ny91al] |
using a Python module from Harbour according to IA | Wow!
Good news, today I'm using Chilkat because I need some features that Harbour don't have, for example XmlDSigGen,
using Pyton for sure there are no limitation to do this.
Thank you Antonio, best regards. |
using dotmatrix printer | how may I print in text mode on dotmatrix pinter using win32prn ?
best regards
kajot |
using dotmatrix printer | Kajot,
Below is an old message--perhaps it will help.
Regards,
James
-------------------------------------------------------------
From: "David Williams" <david.williams@aoife.com>
Subject: Re: Printers and printable width using generic text driver
Date: Friday, May 07, 2004 5:56 AM
Thanks Byron,
I've been away fo... |
using regular expressions | [code=fw:1rr19hdf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> aMatch := hb_regexAll<span style="color: #... |
using regular expressions | <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
Personally prefer [url=https://www.debuggex.com/:33h7xffg]Debuggex[/url:33h7xffg] the visual view helps you to understand what regex does. |
using regular expressions | A tokenizer using regex:
[code=fw:3ru1tfbu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> aTokens := hb_re... |
using regular expressions | tokenizer with positions
[code=fw:5on6lc1d]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> aTokens := hb_re... |
using regular expressions | you can use "[a-z]+"[url=https://www.rexegg.com/regex-quickstart.html#quantifiers:1v9rfmn1]'+' means one or more times[/url:1v9rfmn1], in those case you can use "\w+", [url=https://www.rexegg.com/regex-quickstart.html#chars:1v9rfmn1]\w means any word character: letters, number and unders... |
using regular expressions | Antonino,
They don't work with Harbour regex. The one that I have posted is the only one that I got properly working <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:2zessexs]https://github.com/FiveTechSoft/screenshots/blob/master/regex.JPG?raw=true[/img:2... |
using regular expressions | A ver si sirve ( cambiar el nombre del fichero PRG que utilizo si no existe )
[code=fw:2t5j2g5j]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><span style="color: #B900B9;">// Eje... |
using regular expressions | [img:37pna9p4]https://i.imgur.com/8A7Em95.png[/img:37pna9p4] really? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.