cNew := CharRem( "-", cString )
also
cStr := FW_ArrayAsList( aList, "" )
If I made cstring := FW_ArrayAsList( aNew, "" ) I have CAFIRMNZ
I wish the same "-" but only the record true
on original I have oBrw:aArrayData where I use chackbox
https://i.postimg.cc/TwXnwhjH/get.png
then I ...
Search found 5 matches: anew
Searched query: anew
- Sun Nov 03, 2024 11:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with FW_ArrayAsList - Resolved -
- Replies: 4
- Views: 495
- Sat Nov 02, 2024 5:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with FW_ArrayAsList - Resolved -
- Replies: 4
- Views: 495
Problem with FW_ArrayAsList - Resolved -
... on my func I must make a string with the name of wheel selected
Function InsertString(aLista)
local ba,ca,fi,ge,mi,na,pa,rm,to,ve,nz
local aNew:={}
local cstring
ba:=IIF(aLista[1]="S","BA","")
ca:=IIF(aLista[2]="S","CA","")
fi:=IIF(aLista[3]="S","FI","")
ge:=IIF(aLista[4]="S","GE ...
Function InsertString(aLista)
local ba,ca,fi,ge,mi,na,pa,rm,to,ve,nz
local aNew:={}
local cstring
ba:=IIF(aLista[1]="S","BA","")
ca:=IIF(aLista[2]="S","CA","")
fi:=IIF(aLista[3]="S","FI","")
ge:=IIF(aLista[4]="S","GE ...
- Sat Jun 15, 2024 6:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Migration of Desktop Application to Web: Progress Update
- Replies: 7
- Views: 904
Re: Migration of Desktop Application to Web: Progress Update
... and Laravel and MySQL. But the learning curve was very steep, and productivity was poor.
When Antonio then made Mod Harbour possible, I started anew with Mod Harbour.
What I didn't like about HTML was that the source code became very confusing without a library.
I programmed a simple patcher ...
When Antonio then made Mod Harbour possible, I started anew with Mod Harbour.
What I didn't like about HTML was that the source code became very confusing without a library.
I programmed a simple patcher ...
- Fri Nov 24, 2023 3:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Calculate total pages
- Replies: 32
- Views: 8439
Re: Calculate total pages
... During printing, the QR code is then added and stored as a metafile.
In the hotel, we then have to print the payment method on the copy. Printing anew with data, for example from the DBF file,
is not a copy, as you could change the values here.
For us, it is now like it used to be with the stamp ...
In the hotel, we then have to print the payment method on the copy. Printing anew with data, for example from the DBF file,
is not a copy, as you could change the values here.
For us, it is now like it used to be with the stamp ...
- Mon Nov 14, 2022 10:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with tmeter
- Replies: 3
- Views: 410
Problem with tmeter
... str(npos))),;
oSay[3]:refresh(),;
SysRefresh() ) }
...
oProgress:ntotal:= len(aData)
nMeter:=0
oProgress:set(nMeter)
oStorico:FW_ArrayToDbf( anew,,bprogress )
nothing happens the meter is stopped at 0%
for procedure 2
local nPos := 1
nTotaleStorico:=oStorico:RecCount()
nMeter:=0 ...
oSay[3]:refresh(),;
SysRefresh() ) }
...
oProgress:ntotal:= len(aData)
nMeter:=0
oProgress:set(nMeter)
oStorico:FW_ArrayToDbf( anew,,bprogress )
nothing happens the meter is stopped at 0%
for procedure 2
local nPos := 1
nTotaleStorico:=oStorico:RecCount()
nMeter:=0 ...