topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
show only some records on Xbrowse ( nRecords year) | I will display n records in an array, default 10 records
I use Tdatabase and made a Set filter as you can see on this method
[code=fw:xcv7cp6g]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">METHOD</span> Load_Data<span style="color: #000000;">(</span>nCount<span style="c... |
show only some records on Xbrowse ( nRecords year) | Maybe with Refilter ?
[url:3o34nut1]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40438&hilit=refilter&sid=6f66d10cde594a73729efcf9cdbb09cd[/url:3o34nut1] |
show only some records on Xbrowse ( nRecords year) | Dear Silvio,
SET FILTER is very slow
Using an index with scopes should be better |
show only some records on Xbrowse ( nRecords year) | [quote="Antonio Linares":23sdrb9f]Dear Silvio,
SET FILTER is very slow
Using an index with scopes should be better[/quote:23sdrb9f]
with tdatabase I not Know How make it
IF nCount > 0
nInit:=oDbf:lastrec()-nCount
nEnd:= oDbf:lastrec()
ENDIF
oDbf:setscope(0,nInit)
oDbf:setscope(1,nEnd)
then f... |
show only some records on Xbrowse ( nRecords year) | this run ok
[code=fw:14yi6yvh]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> cFilter:= <span style="color: #ff0000;">"LTRIM(STR(YEAR(FIELD->DATA)))= '"</span> + nyear + <span style="color: #ff0000;">"'"</span><br /> oDbf:<span style="color: #000000;">SetFilter</span><span style="color:... |
show only some records on Xbrowse ( nRecords year) | Glad to see that you have recovered your strength <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
show only some records on Xbrowse ( nRecords year) | [quote="Antonio Linares":3c3d7d7q]Glad to see that you have recovered your strength <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3c3d7d7q]
I'm still recovering, my knee hurts |
show only some records on Xbrowse ( nRecords year) | also some errors
[img:2u7q2ckm]https://i.postimg.cc/X7yy1kqp/gg.png[/img:2u7q2ckm] |
show only some records on Xbrowse ( nRecords year) | I found a solution!! |
show only some records on Xbrowse ( nRecords year) | +1 |
show the dots of a class | I made a main class called Txxxxand another class called Tyyy from Txxxxon new method of the tyyy class I insert the commandSuper:New( ntop,nleft,nbottom,nwidth, ldesign )but I cannot see the dots when I call tyyy How I can make it ? |
show the help button | I made this on a dialog
STYLE nOr( DS_MODALFRAME, WS_POPUP, WS_CAPTION, 4 )
because I try with
SetDialogEsc() and not run ok
and it erase the button X e ?
but I want only show the help button How I can make ? |
show tooltip on btnbmp | I made a plan of the beach with btnbmp
I show the beach in a window created with the btnbmp controls.
Depending on the day / date range, different types of btnbmp are displayed
when the operator wants to search for a customer, he inserts the name and surname to be searched for in a high place on the explorer class
the ... |
show tooltip on btnbmp | Silvio,
oBtn:ShowTooltip() |
show tooltip on btnbmp | yes of Course
but perhaps I not explain good
the final user searche for the client's first and last name
I have 200 btnbmp the beach umbrellas
I want to display the tooltip at the same time in all the btnbmp
It is possible that in the archive there are many customers who are called with the same name and are in di... |
show tooltip on btnbmp | BUT not run I cannot see the tooltip
For n= 1 to 4
@ nRow, nCol BTNBMP aBtn[ n ] RESOURCE GiveBmp(nStatus) ;
SIZE OMB_W,OMB_H PIXEL OF oDlg ;
FLAT TOP COLOR CLR_WHITE NOBORDER ;
TOOLTIP cPosNome
next
ACTIVATE DIALOG oDlg CENTERED ;
on init Mostra(aBtn)
RETURN NIL
Function Mostra(aBtn)
fo... |
show tooltip on btnbmp | any solution please ? |
show tooltip on btnbmp | To the best of my understanding, only one tooltip can be shown at a time. |
show tooltip on btnbmp | [quote="nageswaragunupudi":29za9v9q]To the best of my understanding, only one tooltip can be shown at a time.[/quote:29za9v9q]
Hi Mr. Rao,
Is it possible to set duration of tooltip showtime? |
show tooltip on btnbmp | [quote:2ifg0vfj]Is it possible to set duration of tooltip showtime?[/quote:2ifg0vfj]
Yes.
Assign an array to cToolTip
cToolTip := { cToolTipText, [cHeader], [Icon], [nClrFore], [nClrBack], [nWidth], [nDelayInSeconds] }
Note: Color settings do not seem to work in Windows 10 |
show tooltip on btnbmp | Mr Rao,
I cannot show the tooltip on the btnbmp I wish ( without mouse over)
I explain you
I have a dialog with many btnbmp I use to show Umbrellas of a beach
When I search on customer I must show the tooltip on umbrellas where is the customer
I use reserva.dbf Of Tplan sample : the roomID is the number of Umbrell... |
show tooltip on btnbmp | [quote="nageswaragunupudi":2d3ogxa4][quote:2d3ogxa4]Is it possible to set duration of tooltip showtime?[/quote:2d3ogxa4]
Yes.
Assign an array to cToolTip
cToolTip := { cToolTipText, [cHeader], [Icon], [nClrFore], [nClrBack], [nWidth], [nDelayInSeconds] }
Note: Color settings do not seem to work in Windows 10[/quote... |
show tooltip on btnbmp | Please stop using bToolTip. This requires very complex code and now it is obsolete.
Instead use, bCellTooltip
[code=fw:2lxt5a13]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">bCellToolTips</span> := <span style="color: #000000;">{</span> |oMouseCol| oMouseCol:<... |
show tooltip on btnbmp | [quote="nageswaragunupudi":2rxa0t5p]To the best of my understanding, only one tooltip can be shown at a time.[/quote:2rxa0t5p]
Can I show the tooltip of one btnbmp without move the mouse over ? |
show tooltip on btnbmp | [quote="nageswaragunupudi":3dsm92pn]Please stop using bToolTip. This requires very complex code and now it is obsolete.
Instead use, bCellTooltip
[code=fw:3dsm92pn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">bCellToolTips</span> := <span style="color: #000000;">&... |
show tooltip on btnbmp | [b:2db4kz7j]Sorry Horizon [/b:2db4kz7j]
[b:2db4kz7j]but the topic is another [/b:2db4kz7j]
I asked[b:2db4kz7j] tooltip on btnbmp [/b:2db4kz7j] and the possibility to show it on btnbmp without mouse over on btnbmp
Please, if you wish ask another your problem add a new topic thanks |
si es una de las ultimas | Si es una de las ultimas versiones.
Para solucionar el problema agrege una antigua que tenia.
Sera que me puedes indicar la forma de solucionar el problema
UN ABRAZO
LEANDRO ALFONSO |
siemens sx45 pocket pc win ce 3..0 | hi, i am trying the tutors of fivetech in pocket pc siemens sx45 windows ce 3.0.9348 processor mips vr4122, but dont work... theres any way to work?
thanks |
siemens sx45 pocket pc win ce 3..0 | If I am not wrong, processor mips is not ARM compatible
Do you get any error message ? |
siemens sx45 pocket pc win ce 3..0 | antonio, "fwce5 is not a valid windows ce aplication", error message. |
siemens sx45 pocket pc win ce 3..0 | FWPPC is ARM architecture compatible which it is the mainstream for Pocket PCs |
sign a Pdf | Hello.
Is possible to sign a pdf with a digital signature in fivewin?.
Thanks <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
sign a Pdf | Lucas,
See <!-- m --><a class="postlink" href="http://www.example-code.com/vbscript/signFile_VbScript.asp">http://www.example-code.com/vbscript/si ... Script.asp</a><!-- m --> |
sign on the tablet | Hi to everybody,
I'm looking for an android App to install in a tablet that permit to me to have the customer sign directly on the tablet.
File name must be a parameters and ther mnust be only to button Clear and Save
Another important thing: this app must be launched from a web page. After pressing the button SAVE... |
sign on the tablet | Hello Marco,
Why don't you use mod harbour?
Please test:
Fill in the data on this page and then submit the form.
At the bottom of the form, there is a signature field.
As background, your data is set in the signature field.
This way, you know what you are signing.
Best regards
Otto
[url:1hbvajlg]https://winhotel&#... |
sign on the tablet | Otto,
It's very interesting!
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
sign on the tablet | From my android smartphone instead I have this
[img:3myd8ze0]http://www.marcoboschi.it/public/otto.png[/img:3myd8ze0] |
sign on the tablet | Hello Marco,
I tested on my Android with Chrome and Firefox.
Both working fine.
What browser do you use?
Best regards
Otto |
sign on the tablet | [quote="MarcoBoschi":2d5tgicr]Hi to everybody,
I'm looking for an android App to install in a tablet that permit to me to have the customer sign directly on the tablet.
File name must be a parameters and ther mnust be only to button Clear and Save
Another important thing: this app must be launched from a web page. ... |
sign on the tablet | Hello Marco,
What browser do you use?
Best regards
Otto
[img:2tdgh2hd]https://mybergland.com/fwforum/mmsmartphone.gif[/img:2tdgh2hd] |
sign on the tablet | Chrome
Have a nice day |
sign on the tablet | Is it working? |
sign on the tablet | No Otto
In my smartphone (Chrome) no
bye |
sign on the tablet | Hello Marco,
Thank you for helping to test.
I write the variables into a session object and pass the values with AJAX.
Maybe this is a right problem.
I test on other phones too.
Hope I find one here which is not working so I can find out the problem.
Best regards
Otto |
sign on the tablet | Hallo,
another test with my old CAT30 phone.
Internet from public WLAN.
Best regards
Otto
[img:2ujxo1f2]https://mybergland.com/fwforum/mmcat.jpg[/img:2ujxo1f2] |
sign on the tablet | Otto,
using other two smartphone I have the same problem.
One of this is Moto G4 Android 8.1.0 brower is Ecosia based on crohme/Crhromium
My smartphone is Huawei ALE-L21
Android 6.0
chrome |
sign on the tablet | Dear Antonio,
Can you help to find out why this does not work on some phones?
Are there security rules we have to respect with web pages for phones.
Thank you in advance
Otto |
sign on the tablet | Otto,
when I click on [b:5pdw894f]Abschicken[/b:5pdw894f] button the signature image is saved server side?
Many thanks
Marco |
sign on the tablet | Hello Marco,
I use this js:
<!-- m --><a class="postlink" href="https://github.com/szimek/signature_pad">https://github.com/szimek/signature_pad</a><!-- m -->
I use ajax to copy the jpg and the data inside the form.
Best regards,
Otto |
sign on the tablet | Many Thanks Otto! |
signatur.prg How can I know if the user has signed or not? | How can I know if the user has signed or not?
Referring to this example, I need to force the user to sign. How can I test this?
#include "FiveWin.ch"
function CaptureSignature()
local oDlg, oSig, lPaint := .F., cFile := Lower( "signature.bmp" ), hDC
DEFINE DIALOG oDlg TITLE "Signature" FROM 0, 0 TO 150, ... |
signatur.prg How can I know if the user has signed or not? | hi,
[quote="MGA":cq1aonq9]How can I know if the user has signed or not?[/quote:cq1aonq9]
Sample \fwh\samples\signatur.prg "just" save a BMP but did not "recognize" it
have a look at \fwh\samples\msink.prg
when use MENUITEM "Text" you got a MsgInfo() but a GET would be better to present Result |
signatur.prg How can I know if the user has signed or not? | Jimmy:
I need to validate if the user signed the document.
referring to this example:
@ 15, 5 SAY oSig PROMPT "" SIZE 150, 40 PIXEL BORDER OF oDlg
Objeto:
oSig
i need something like this, example:
function Button_ValidSegnatur(oSig)
if Empty(oSig:cCaption)
MsgStop("It is mandatory to sign the document.")
retur... |
signatur.prg How can I know if the user has signed or not? | Estimado MGA,
Solo tienes que consultar la variable lSigned para saber si ha firmado o no:
[code=fw:3nxhghs3]<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... |
signatur.prg How can I know if the user has signed or not? | Thanks <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
signatur.prg How can I know if the user has signed or not? | hi,
[quote="MGA":2wqz9se2]I need to validate if the user signed the document.[/quote:2wqz9se2]
using your Sample i can "just" Paint 1 x Pixel as Signature and press "Save" ... <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
msink.prg use Microsoft INK ... |
sigo con el wbrowse | amigo paco creo que no me explique bien , bueno ahi voy con un ejemplo; yo para definir el estilo de 2 colores en wbrowse hago lo siguiente:oC9:oLbx:bBkColor:= {|nRow,nCol,nStyle| If( nRow%2==0 .and. nStyle=0,RGB(217,230,253), ) }Lo que no deseo es colocar toda esa linea de codigo en cada browse de mi sistema, poque ca... |
sigo con el wbrowse | Angel Miguel,Que browse usas ? El de Manuel, el de Harnán ? Los propios de FWH ? |
sigo con el wbrowse | estoy usando el wbrowse de hernan diego cecarelli, haber si alguien puede darme la mano en lo que deseo hacer |
silvio_falconi Contact me please | Dear Silvio,
I've sent you a private mail, if not please contact at dutchez4 @ gmail.com
Thanks®ards,
Dutch |
simple image viewer - sample | Dear João,
Thank you, João Santos, for this beautiful example. I am reposting it as a standalone post to ensure it doesn't get overlooked.
I have made an effort to create a description of it using ChatGPT.
Best regards,
Otto
[img:a03miii7]https://mybergland.com/fwforum/prnka.jpg[/img:a03miii7]
Descriptio... |
simple image viewer - sample | Dear Otto, very, very good indeed. Excellent definition. Congratulations.
Estimado Otto, muy, muy bien de hecho. Excelente definición. Parabiéns.
Origin / Origen:
[url:2rrt24y0]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43295&sid=fe6c663cbbfc32d427290cbb413d24b9[/url:2rrt24y0]
Regards, s... |
simple image viewer - sample | Another example / Otro ejemplo:
[code=fw:148k6419]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\PRNIMAG2.PRG by Mister Nages.</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br />... |
simple image viewer - sample | Another sample....My procedure for attaching documents to a product, a customer, a supplier to an invoice, etc
[img:19nv5ixz]https://i.postimg.cc/gj1t5MHS/hjg.gif[/img:19nv5ixz]
Notice.. each type of document can be opened with specific application , my procedure search these application on computer
... |
simular un listbox desde un query de mysql | Compañeros del foro
Como se podría llevar un query a una estructura listbox?
Gracias |
simular un listbox desde un query de mysql | Ernesto, si entendí bien, lo hago asi con TMySql, usando TxBrowse:
[code=fw:3cld9k7i]<div class="fw" id="{CB}" style="font-family: monospace;">oCatalogo:= oServer:<span style="color: #000000;">Query</span><span style="color: #000000;">(</span> <span style="color: #ff0000;">"SELECT * FROM catalogo ORDER BY codicont... |
simular un listbox desde un query de mysql | <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=6&t=23673&hilit=Setmysql&start=15#p127394">viewtopic.php?f=6&t=23673&hilit=Setmysql&start=15#p127394</a><!-- l --> |
simulate a read | How can I simulate a READ (as we made with CLIPPER) to force the final user to enter the data before proceeding with the procedure? |
simulate a read | Silvio,
Using VALIDs <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
simulate a read | Antonio allready tried before !!!...
can I set the valid clausole on second moment on another function when show() the get ?
I tried with
aGet[11]:bvalid :={|o| ! Empty(o:varGet()) }
but make error the user can use the xbrowse ( the obrw is on up) or the other buttons
allready tried with bPostKey |
simulate a read | Silvio,
try it this way:
aGet[ 11 ]:bValid := { | o | ! Empty( o:GetText() ) } |
simulate a read | I tried with
aGet[11]:Show()
aGet[11]:SetFocus()
aGet[11]:bvalid :={|| ValEmpty( CodBarreArt, aGet[11] ) }
If the final user press the other get the func ValEmpty run ok
if the final user resize the dialog or use ( press) the oBrw the func valid not run
[img:30ajvasg]http://www.eo... |
simulate a read | Silvio,
Please try it as I have told you <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
simulate a read | I made also :
aGet[11]:Show()
aGet[11]:SetFocus()
aGet[ 11 ]:bValid := { | o | ! Empty( o:GetText() ) }
the final use cannot use combobox and other gets controls
but if press on xbrowse ( edit_get) columns the aget[11] lose the setfocus and the final user can edit the xbrowse columns ( als... |
simulate a read | Silvio,
You can always disable a control to avoid the control from gaining the focus:
oBrowse:Disable()
and later on
oBrowse:Enable() |
simulate a read | THIS IS A GOOD IDEA !!!! |
simulate a read | yes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
simulate a read | we allready block together the final User <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
simulate dbzap | I need to erase all record from a database open with share mode and replace all record from an array with [b:1egcejwa]FW_ArrayToDBF[/b:1egcejwa] function
I cannot use[b:1egcejwa] dbzap because it want exclusive mode[/b:1egcejwa]
is there another solution ?
I'm thinking to use this function [b:1egcejwa]but it not ru... |
simulate dbzap | You must open the file in exclusive use mode. Even in a multi-user app. |
simulate dbzap | there is a method
Local nRecords:= (cAlias)->(reccount())
For n= 1 to nRecords
(cAlias)->(DbGoto(n))
IF!Occupato((cAlias))
(cAlias)->(DbDelete())
(cAlias)->(DbCommit())
(cAlias)->(DbUnlock())
... |
simulate dbzap | The deleted records are still there. You will still have to zap the file to remove them.
Or, you could just over-write all the existing records with data from the array. No deleting or zapping required.
But if this procedure is only done by an Admin, then you just have to make sure no other users are in the app, then... |
simulate dbzap | [quote:1jox0xm9]>I need to erase all record from a database open with share mode and replace all record from an array with FW_ArrayToDBF function
[/quote:1jox0xm9]
1) What is in this database?
2) Why does it need to be in shared use? Is it because more than one person needs to access it at the same time, or is it beca... |
simulate dbzap | I explained it to you in private
have you sold an application that has an archive of items to make an invoice to a person ok?
does this person like when he makes the bill to select items from a list ok?
but does this person like to display some articles before instead of others ok?
so in order to display the person... |
simulate dbzap | Silvio,
Did you get the private email I sent explaining how to do this and why? |
simulate dbzap | forget it I understood that I have to give up too hard for you to understand, yet it is so simple and crystalline
I am the owner of the plant and I have a computer open on the planning of the beach
my lifeguard who works at the beach opens the program (lan) and inserts a new multiple service for example boat trip wit... |
simulate dbzap | Or, you could do, as I said at the start of this message thread:
[quote:1z4z6f7y]Or, you could just over-write all the existing records with data from the array. No deleting or zapping required.[/quote:1z4z6f7y]
[url:1z4z6f7y]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36558&p=218106#p218100... |
simulate dbzap | I resolved without dbzap |
simulate unknown Function of UDF in IndexKey() | hi,
when Index have a UDF in Indexkey() it will crash when open Index and don´t have that missing Function
Question :
how can i get "Name" of missing Function when use
[code=fw:254fuszk]<div class="fw" id="{CB}" style="font-family: monospace;"> RECOVER oError</div>[/code:254fuszk]
i will get
[quote:254fuszk]oError... |
simulate unknown Function of UDF in IndexKey() | Dear Jimmy,
To build it:
hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_
create.prg
[code=fw:2rllxh36]<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 /> CreateFun... |
simulate unknown Function of UDF in IndexKey() | I guess the next challenge would be to assign a codeblock to such created function... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Then we would have a way to assign functions to codebloks |
simulate unknown Function of UDF in IndexKey() | First prototype to create a function at runtime at assign a codeblock to it:
1. As we are using a static PHB_ITEM pCodeBlock, next call to CreateFunction() will overwrite it, so we need to find a solution for this.
2. We could enhance CreateFunction() to allow parameters: CreateFunction( cFunctionName, { | x, y, ... |... |
simulate unknown Function of UDF in IndexKey() | Enhanced version supporting n parameters:
We have to solve where to store the codeblocks, or next call to hb_CreateFunction() will overwrite the previous one.
[code=fw:3vho8kww]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">... |
simulate unknown Function of UDF in IndexKey() | Using hashes from low level to support multiple codeblocks <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D -->
Remember to build it this way:
hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_
[code=fw:3clbhtet]<div class="fw" id="{CB}" style="font-family: monospace;"><sp... |
simulate unknown Function of UDF in IndexKey() | hi Antonio,
[quote="Antonio Linares":2hemhcoy]
To build it:
hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_
[/quote:2hemhcoy]
i try to use 1st Sample using
[code=fw:2hemhcoy]<div class="fw" id="{CB}" style="font-family: monospace;">set FWDIR=c:\fwh<br />set fwh=c:\fwh<br />set HBDIR=c:\harbour<br /><br />set hdirl=%hd... |
simulate unknown Function of UDF in IndexKey() | Dear Jimmy,
I use this go.bat
[code=fw:3drq97di]<div class="fw" id="{CB}" style="font-family: monospace;">set path=c:\bcc7\bin<br />c:\harbour\bin\win\bcc\hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_<br />create</div>[/code:3drq97di] |
simulate unknown Function of UDF in IndexKey() | hi Antonio,
thx for go.bat
now it work <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
simulate unknown Function of UDF in IndexKey() | Przemek solution using the Harbour error handler:
[code=fw:2dxg66hn]<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 /> <span style="color: #00C800;">LOCAL</spa... |
sincronizacion de tablas con FWHMariadb SOLUCIONADO | Buenos días,
Estoy experimentado y haciendo mis primeras armas con mysql con las clases nativas de fivewin.
No he podido sacar este listado que debería tener un dato procedente de una tabla vinculada a la principal, y no me doy cuenta que es lo que estaría mal.
La tabla principal es mantenimientos, y la vinculada es m... |
sincronizacion de tablas con FWHMariadb SOLUCIONADO | El problema pasaba el uso de la tabla hija, utilizando oMant:oChild:campo, funcionó perfecto. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.