topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
problem to erase rows of xbrowse - RESOLVED | Cristobal
on oldest function run ok
Static Function DeleteAllRows( oBrowse,aGet )
if msgYesNo( i18n("¿ E' sicuro che devo cancellare tutto ?") )
if ! Empty( oBrowse:aArrayData )
aSize( oBrowse:aArrayData, 0 )
oBrowse:Refresh()
oBrowse:MakeTotals()
CalcoloTotali(oBrowse,aGet)
endif
Endi... |
problem to erase rows of xbrowse - RESOLVED | Add the first line again
Add (oBrowse: aArrayData, {...................}) |
problem to erase rows of xbrowse - RESOLVED | is it a Joke ? |
problem to erase rows of xbrowse - RESOLVED | Silvio, I will remember that xBrowse needs a minimum of 1 entry.
Regards,
Otto |
problem to erase rows of xbrowse - RESOLVED | The best way is:
[code=fw:vo83g4jq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ASize<span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">aArrayData</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br />oBrw:<span style="color: #000000... |
problem to erase rows of xbrowse - RESOLVED | The best way is:
[code=fw:4z37ft4k]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ASize<span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">aArrayData</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">)</span><br />oBrw:<span style="color: #000000... |
problem to erase rows of xbrowse - RESOLVED | Nages,
I Wish no erase the First row of array |
problem to erase rows of xbrowse - RESOLVED | Silvio, try this way.
[code=fw:d7r84fuo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//---------------------------//</span><br /><span style="color: #00C800;">function</span> Borrando<span style="color: #000000;">(</span>aArray,oBrw<span style="color: #000000;">)</spa... |
problem to erase rows of xbrowse - RESOLVED | [quote="Silvio.Falconi":3k16gvre]Nages,
I Wish no erase the First row of array[/quote:3k16gvre]
[code=fw:3k16gvre]<div class="fw" id="{CB}" style="font-family: monospace;">ASize<span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">aArrayData</span>, <span style="color: #000000;">1</span> <span ... |
problem to erase rows of xbrowse - RESOLVED | good I resolved |
problem w with FWH 16.12 and xHB.com | when I compile each program with FWH 16.12 and xHB.com I get error
Type: C >>>xhb.exe -o"get.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "get.prg"<<<
xHarbour 1.2.3 Intl. (SimpLex) (Build 20160705)
Copyright 1999-2015, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xh... |
problem w with FWH 16.12 and xHB.com | You are creating "GET.exe". Could you have a reserved words conflict since GET is a major xbase command ? |
problem w with FWH 16.12 and xHB.com | in FWH 16.06 was well |
problem w with FWH 16.12 and xHB.com | Here xhb.com tests are working fine
Thinking about it... |
problem w with FWH 16.12 and xHB.com | I am using
xHarbour 1.2.3 Intl. (SimpLex) (Build 20160705) |
problem w with FWH 16.12 and xHB.com | Kajot,
Please let me know what are the sizes of these files:
FiveHMX.lib
FiveHCM.lib |
problem w with FWH 16.12 and xHB.com | You should have a -LIBPATH:"c:\fwh\lib" when building your app
Could it be that you are linking FWH from a different folder and not from the right c:\fwh\lib folder ? |
problem w with FWH 16.12 and xHB.com | Please check what value you have in xbuild.windows.ini
There should be a:
[FWH]
Root = c:\fwh\
LibFolder = c:\fwh\lib |
problem w with FWH 16.12 and xHB.com | in 6.12 when I upgrade FWH was the same, leter I got from Antonio Fivehcm.lib and Fivehmx.lib and leter was well. |
problem w with FWH 16.12 and xHB.com | [quote:27xg6cy8]Please let me know what are the sizes of these files:
FiveHMX.lib
FiveHCM.lib[/quote:27xg6cy8]
Please let me know this |
problem w with FWH 16.12 and xHB.com | Fivehcm 1 147 680 b
Fivehmx 5 228 428 b
Antonio but I always upgraded new version FWH I create new lib Fivehmx using Fivehmx.lib.xbp
my Fivehmx,lib.xbp
CINI =
C_OUTPUTFOLDER =
DEFFILE =
INCLUDEFOLDERS =
LAUTORUN =
LDEBUG = .F.
LGUI = .F.
LIBFOLDERS =
LMT = .F.
LNOAUTOFWH = .F.
LPRG_CLASSICDEBUG = .F.
LPRG_D... |
problem w with FWH 16.12 and xHB.com | Kajot,
You simply forgot to add imgtxtio.prg
Add it from source\function and it should solve the problem
Why do you need to rebuild the FWH library ? |
problem with tlayout | when I am using class tlayout I got error
/FWH 13.09 and xHARBOUR.COM/
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" ... |
problem with tlayout | Kajot,
have you rebuilt the FWH libraries ? |
problem with tlayout | yes I rebuilt
I added to Fivemx.lib.xbp
...
[Source\Classes\tlayout.prg] |
problem with tlayout | kajot,
When you recompile the FWH libraries, you have to use the original version. You can not delete it and rebuild it.
As there are some modules inside the libraries whose source code is not provided. |
problem with tlayout | 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.lib" "rmd... |
problem with tlayout | if function CALPOS will be in the class tfoldex ? |
problem with tlayout | Hello
Yes CALPOS working for folderex, but is a FWH internal function, the source is not provided |
problem with tlayout | is chance of the function calpos() for xharbour ? |
problem with tlayout | Kajot,
It is a quite complex function, it is not a small or simple one.
Why do you need to rebuild FWH ? Why don't you use the standard FWH libs ? |
problem with tlayout | the function CALPOS doesn't have in the class tfoldex |
problem with tlayout | kajot,
function CalPos() is already inside FWH libraries |
problem with tlayout | I have to built FIVEHMXC.LIB / for XHABRBOUR.COM/ - it is OK
when i compile samles LAYOUT.PRG or LAYOUT2.PRG I got error
xLINK: error: Unresolved external symbol '_HB_FUN_CALPOS referenced from Fivehmx.lib(tfoldex.obj)'.
xLINK: error: Unresolved external symbol '_GetWindowLongPtr referenced from FiveHCM.lib(FWGIF.o... |
problem with tlayout | Try to add:
function CalPos() ; return nil
and
[code=fw:2808perx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br />#ifndef _WIN64<br /><br />LONG_PTR WINAPI GetWindowLongPtr<span style="color: #000000;">(</span> HWND hWnd, int nIndex <span style... |
problem with tlayout | samples after modification
//Class TLayout test
//Daniel Garcia-Gil (<!-- e --><a href="mailto:danielgarciagil@gmail.com">danielgarciagil@gmail.com</a><!-- e -->)
#include "fivewin.ch"
#include "ribbon.ch"
#include "gif.ch"
[color=#FF4040:3q8u3b4p]#pragma BEGINDUMP
#include <windows.h>
#ifndef _WIN64
#undef GetWin... |
problem with tlayout | try with normal tfolder |
problem with AS MDICHILD | I have a simply dialog with a buttonbar ( 3btn) a Xbrowse and some checkboxes
I need to insert the dialog in an MDI context
when [b:fowhtt39]I use AS MDICHILD on a Mdi Window[/b:fowhtt39] I have this error at init
[img:fowhtt39]https://i.postimg.cc/VNjPC150/1.png[/img:fowhtt39]
[b:fowhtt39]when... |
problem with AS MDICHILD | My opinion, but I'm not sure, since I don't use CODE but RESOURCE WORKSHOP.exe (this doesn't happen) when I use the GROUP command. Maybe changing the class: GROUP.PRG
Mi opinión, pero no estoy seguro, ya que no uso CODE sino RESOURCE WORKSHOP.exe (esto no sucede) cuando uso el comando GROUP. Tal vez cambiando la clase... |
problem with AS MDICHILD | Silvio, intenta asi:
[code=fw:11jpivti]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// @ 18, 2 GROUP oGrp[ 1 ] TO nRow + 12, 130 LABEL "Ruote attive" TRANSPARENT PIXEL OF oDlg</span><br /><span style="color: #B900B9;">// oGrp[ 1 ]:nClrText := 0xC38B2B<... |
problem with AS MDICHILD | [quote="karinha":2jnir1j4]Silvio, intenta asi:
[code=fw:2jnir1j4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// @ 18, 2 GROUP oGrp[ 1 ] TO nRow + 12, 130 LABEL "Ruote attive" TRANSPARENT PIXEL OF oDlg</span><br /><span style="color: #B900B9;">// oGrp[ 1 ]:nClrText :... |
problem with AS MDICHILD | I have another dialog with many tgroup , how I can resolve ?
[img:o3r4rgp6]https://i.postimg.cc/W1WZQ6Yb/m.png[/img:o3r4rgp6] |
problem with AS MDICHILD | Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.
Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.
Regards, saludos. |
problem with AS MDICHILD | [quote="karinha":p72033mn]Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.
Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.
Regards, saludos.[/quote:p72033mn]
of tdialog ???? |
problem with AS MDICHILD | [quote="Silvio.Falconi":30m019ky][quote="karinha":30m019ky]Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.
Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.
Regards, saludos.[/quote:30m019ky]
of tdialog ????[/quote:30m019ky]
copy from c:\f... |
problem with AS MDICHILD | Perhaps Now I resolve with this :
[code=fw:3o8qad0o]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"constant.ch"</span><br ... |
problem with AS MDICHILD | En mi humilde opinión, es perfecto. Excelente trabajo.
In my humble opinion, it's perfect. Excellent job.
[code=fw:21kgfp7x]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH\SAMPLES\SILVPREV.PRG</span><br /><br /><span style="color: #00D7D7;">#include</span> <span... |
problem with ArrTranspose | on a combobox I have
@ 42, 10 SAY "Listino :" OF oDlgMod SIZE 34, 8 PIXEL FONT oBold
@ 40, 65 COMBOBOX oTariffa:idlistino ITEMS ArrTranspose( aListini )[ 1];
OF oDlgMod SIZE 100,14 PIXEL FONT oFont
But [b:h4ksntfu] oTariffa:idlistino[/b:h4ksntfu] is "01" or "02 or "03" and I wish show ArrTranspose( aListi... |
problem with ArrTranspose | found solution
nListino := AScan( alistini, { |a| a[ 2 ] == oTariffa:idlistino } ) |
problem with Date | Hello.
I have a date retrived from an external file as 090811 (9th august 2011).
I need to convert to Date format.
I use ctod("090811") but I got a blank date.
What is wrong?.
Thank you. |
problem with Date | Hello
is a not valid string date format
try with
[code=fw:3thnteaj]<div class="fw" id="{CB}" style="font-family: monospace;"> c := <span style="color: #ff0000;">"090811"</span><br /> CToD<span style="color: #000000;">(</span> <span style="color: #0000ff;">SubStr</span><span style="color: #0000... |
problem with Date | Thank you.
I thought it was a newer Harbour function to handle this. |
problem with FW 16.02 | when I compile with xharbour.com and FWH 16.02 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" "S:\lib\png.lib" "r:\c_lib\win\gdi32.lib... |
problem with FW 16.02 | Kajot,
I have just emailed you modified FWH 16.02 libraries for xhb.com
Please try with the new ones, thanks
sorry for these inconveniencies |
problem with FW 16.02 | thank You , it's OK |
problem with FW 16.02 | Antonio,
I just checked. I have two major apps that are also built with .xhb ( com ) and they both had no problems building with the first release of 16.02.
When you did a new build of .libs, what was missing ? Apparently I picked it up in some other file.
Tim |
problem with FW 16.02 | Tim,
There was a PRG that somehow was not compiled and placed into the lib for xhb.com.
If you are able to create the EXEs then your libs are fine. |
problem with FWH 14.11 | when I linked gdiplus3.prg / XHB.COM Pelles ISO C Compiler, Version 3.00.0/
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" "gdiplus3.obj" "S:\lib\send32.lib" "S:\lib\mem32.lib" "S... |
problem with FWH 14.11 | Kajot,
You have to link gdiplus.lib from your C compiler. |
problem with FWH 14.11 | thanks, it is good |
problem with FWH 17.12 | when I compile simple prg XHB.COM /v.17.05/ and FWH/v.17.12/ get error
Type: C >>>xhb.exe -o"get.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "get.prg"<<<
xHarbour 1.2.3 Intl. (SimpLex) (Build 20170312)
Copyright 1999-2017, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://ww... |
problem with FWH 17.12 | Kajot,
Please check that you are using this xfw.lib as this one does contain PrintWindow:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=34890&p=207453&hilit=xfw#p207449">viewtopic.php?f=17&t=34890&p=207453&hilit=xfw#p207449</a><!-- l --> |
problem with FWH 2013.09 and xHarbour.com | when I compile simpe progam using FWH 2013.09 and xHarbour.com
#include 'fivewin.ch'
proc main
alert('Test 2013.09')
return
a got error
Type: C >>>xhb.exe -o"t.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<<
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130821)
Copyright 1999-2013, <!-- m... |
problem with FWH 2013.09 and xHarbour.com | Antonio,
thank You |
problem with FWH 2013.09 and xHarbour.com | Remember to link png.lib for xHb.com also:
[url:34c37wkq]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=png.lib[/url:34c37wkq] |
problem with FWH 2013.09 and xHarbour.com | thank You |
problem with FWH 2013.09 and xHarbour.com | Antonio,
when I use xharbour january 2013 and FWH1309 and compile a simple test (achoice):
[code=fw:1itl37y3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #B900B9;">//------------... |
problem with FWH 2022.12 | I am using xharbour com /simplex/
and FWH v.2022.12
when I am linking a get error
xLINK: error: Unresolved external symbol '_HB_FUN_ISWEBAPP referenced from Fivehmx.lib(dialog.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WA_HEADER referenced from Fivehmx.lib(dialog.obj)'.
xLINK: error: Unresolved external ... |
problem with FWH 2022.12 | Dear Kajot,
FWH\samples\buildxhb.bat tutor02
is working fine
what PRG are you trying to build ? |
problem with FWH 2022.12 | ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ?
? FiveWin for xHb commercial 22.12 - Dec. 2022 Harbour development power ?Ü
? (c) FiveTech 1993-2022 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ??
?ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ??
... |
problem with FWH 2022.12 | Please download and install FWH 22.12 again
It seems as you don't have the most recent build |
problem with FWH 2022.12 | I have downloaded FWH 2022.12 an hour ago,
Do I have to download again ? |
problem with FWH 2022.12 | thanks
yet it is ok |
problem with FWH 9.09 | when I compile any program i got error
I used xHarbour /version 93, September 2009 /
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6601)
Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"D:\fwh\lib" -LIBPATH:"D:\xHB.92\lib" -LIBPATH:"D:\xHB.92\c_lib" -LIBPATH:"D:\xHB.... |
problem with FWH 9.09 | Kajot,
We just tested samples\buildxm.bat ribbon and it built and worked fine
buildxm.bat uses the same FWH libs as xharbour commercial |
problem with GET | when I enter net_7=100.00 , I getting vat_7=8.00
I can't changed vat_7=8.01 because always it's changin on 8.00
my source
pSTOPA_7:='8'
@100, 50 SAY "Netto:" OF oDlg PIXEL
@100, 100 GET oNet_7 VAR pNET_7 picture '999,999.99' OFoDlg PIXEL ;
@100, 150 SAY "VAT:" OF oDlg PIXEL
@100, 180 GET ... |
problem with GET | Try with
SET EXACT ON |
problem with GET | I can not manually enter pVAT_22 because it is always
calculated from the formula in the block {|| pVAT_22=round(0.23*pNET_22,2)} |
problem with GET | Kajot:
Just an idea
[code=fw:19acihs3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">when</span><span style="color: #000000;">(</span>eval<span style="color: #000000;">(</span><span style="color: #000000;">{</span>|| pVAT_7 :=<span style="color: #0000ff;">ro... |
problem with GET | Try using VALID of oNet_7 instead of WHEN of oVAT_7. WHEN is executed only on dialog init. It's not like Clipper where WHEN was executed on focus change. You can try oVAT_7:bGotFocus too.
EMG |
problem with GET | sometimes I need to manually correct amount pVAT_7
and I do not want to was calculated by {|| pVAT_7= .... } |
problem with GET | Now I'm clear. You can calculate pVAT_7 only if it's empty. Or you can add a checkbox to disable the automatic calculation.
EMG |
problem with GET and “” chars | Hi,
I have a Word document with these chars “”:
[img:3sh3fcfn]https://i.postimg.cc/W1qVhHhs/word.png[/img:3sh3fcfn]
However, if I copy and paste them into a get, they are not shown:
What is the problem please?
[img:3sh3fcfn]https://i.postimg.cc/pdys2wTB/tget.png[/img:3sh3fcfn]
Abov... |
problem with GET and “” chars | Working correctly for me here
[url=https://imageshack.com/i/pmYlJTykp:1fbd8fuq][img:1fbd8fuq]https://imagizer.imageshack.com/v2/xq90/922/YlJTyk.png[/img:1fbd8fuq][/url:1fbd8fuq] |
problem with GET and “” chars | Thank you.
How did you build it?
I did buildh testget2.prg
With compìler and linker did you use? |
problem with GET and “” chars | Moisés,
Here it is working fine also. Using BCC 7.0 or 7.4 |
problem with GET and “” chars | I tested with all compilers, harbour and xharbour with bcc7 and msvc both 32 bits and 64 bits.
I tested on Windows 10.
Not tested on Windows 7. |
problem with GET and “” chars | Thank you.
Can you please test it under Windows 7? |
problem with GET and “” chars | I don't have Windows 7 |
problem with GET and “” chars | I tested it on Windows 7.
No problem here. |
problem with GET and “” chars | Doing some fast testing, I can duplicate the behavior,
I'm doing my test based on the idea of some kind of format being pasted to the get together with the text....
on different versions of FWH up to 12.04, and tested on an application compliled on 18.???
Windows 8.1
[quote:cmzsxa28]If I copy the text from Open Of... |
problem with GET and “” chars | Furthermore, if I activate
[code=fw:21d1zmpq]<div class="fw" id="{CB}" style="font-family: monospace;">FW_SetUniCode<span style="color: #000000;">(</span>.T.<span style="color: #000000;">)</span></div>[/code:21d1zmpq]
when I paste the text, I loose the last character (")
Forgive my ignorance on this aspect, b... |
problem with GET and “” chars | So, following my Idea, I copied the text directly to my PRG file, to test the conversion Formulas, and I got this
[quote:1ncu2dw8]MOISES.prg(22) Error E0030 Syntax error "syntax error at 'ô'"[/quote:1ncu2dw8]
That means that other characters are in fact being copied in my computer, together with the copied text, as ... |
problem with OrdScope and refresh xbrowse | [img:3dwnrquo]https://i.postimg.cc/xTgp72YR/fff.jpg[/img:3dwnrquo]
on second xbrowse I make a list of all procedures for each user
when I add a user the procedur load all records found into Moduli.dbf
on a explorer I use a radioMenu
@ 2,5 RADIO oRad VAR nMod ;
ITEMS "Tutti","Hardware"... |
problem with OrdScope and refresh xbrowse | hi,
i guess it is the Scope "on" related data when navigate in Main GRID.
---
just a Idea, sorry i don't know exact Field Name so i use Header Name of Main Grid for Sample
[code=fw:3d6f74ji]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">SELECT</span> Permessi<br /> SET ... |
problem with OrdScope and refresh xbrowse | Yes of clurse but the same procedure with wbrowse run ok
Now i Wish use xbrowse and i have problems |
problem with SQL INSERT [solved] | Hi,
I can´t compile this code:
[code=fw:3fsg7h8j]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /><span style="color: #00C800;">LOCAL</span> cTabla := company<span style="color: #000000;">(</span><span style="color: #ff0000;">"ITEMS"</span><span style="color: #000000;">)</span><br... |
problem with SQL INSERT [solved] | [code=fw:2q6vcrol]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">LOCAL</span> cTabla := company<span style="color: #000000;">(</span><span style="color: #ff0000;">"ITEMS"</span><span style="color: #000000;">)</span></div>[/code:2q6vcrol]
Please chang... |
problem with SQL INSERT [solved] | Sorry, not working. |
problem with SQL INSERT [solved] | Any fix, please? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.