topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
calendar not run ( DBLCLICK) | Please someone can tell me where is the error ?
I need to use tcalendar and not datepick because I need the empty date on the get
[img:2f2yu03u]https://i.postimg.cc/nh5HDV34/jjj.gif[/img:2f2yu03u]
[code=fw:2f2yu03u]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7... |
calendar not run ( DBLCLICK) | hi Silvio,
the "Error" is "by Concept" of TCalendar which have
METHOD HandleEvent ( ) VIRTUAL
so it will NOT react on Event like Dblclick or other <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
you can make a copy of CLASS TCalendar(), modify and include it ... |
calendar not run ( DBLCLICK) | [quote="Jimmy":1f4v5ond]hi Silvio,
the "Error" is "by Concept" of TCalendar which have
METHOD HandleEvent ( ) VIRTUAL
so it will NOT react on Event like Dblclick or other <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
you can make a copy of CLASS TCalendar()... |
calendar not run ( DBLCLICK) | hi Silvio,
[quote="Silvio.Falconi":3u6dsgtc]
I add this
[code=fw:3u6dsgtc]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00D7D7;">#define</span> WM_MOUSELEAVE <span style="color: #000000;">675</span><br /><br /><span style="color: #00C800;">METHOD</span> HandleEvent<span style="c... |
calendar not run ( DBLCLICK) | METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TCalendar
// TODO: Verify others messages
if nMsg==WM_LBUTTONUP
::Super:HandleEvent( nMsg, nWParam, nLParam )
endif
return nil
wich is the message for doubleclick ? ( wm_ ?) |
calendar not run ( DBLCLICK) | Dear Silvio,
> Antonio, why not corrected it into fwh package ???
> run the DBLCLICK but then the calendar not run because I cannot change mounth or years
You answered yourself
Try this:
[code=fw:3ms7fy24]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> HandleEven... |
calendar not run ( DBLCLICK) | hi Antonio,
how to use those modification with CLASS TCalendar() <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
do i make a copy of tcalenda.prg and include it in my App
or make a won CLASS FROM
or how to build new LIB with modify Source <!-- s:?: --><img src="{... |
calendar not run ( DBLCLICK) | Try like this:
oGet:VarPut( oCalendar:dDate ) |
calendar not run ( DBLCLICK) | [quote="Giovany Vecchi":luky9313]Try like this:
oGet:VarPut( oCalendar:dDate )[/quote:luky9313]
?????????????????????????????????????????????????????????????????????????????????????????
not run Doubleclick!!!! |
calendar not run ( DBLCLICK) | resolved with datepick |
calendar not run ( DBLCLICK) | Hi Silvio,
please, tell me how you can get an empty date with datepick?
I need a calendar function which allows return of empty dates.
Thanks, Detlef |
calendar not run ( DBLCLICK) | ddatacambio:=CTOD(' ')
@ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ;
FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ;
ON CHANGE oBtnGetExchange:refresh() [b:3a7lyig8]STYLE DTS_SHOWNONE[/b:3a7lyig8] |
calendar not run ( DBLCLICK) | Many thanks, Silvio. |
calendar shows empty? | Hi,
FUNCTION cal( )
LOCAL odlg, oCal,date1:=date()
LOCAL lOk := .f.
DEFINE DIALOG odlg RESOURCE "cal"
REDEFINE CALENDAR oCal VAR date1 ID 101 OF odlg DBLCLICK (lok:=.t.,odlg:end())
oCal:bKeyDown := {|nkey| IF( nKey = 13 .OR. nKey = 32, odlg:end(), ) }
odlg:oClient := oCal
ACTIVATE DIALOG odlg
RETURN NIL
.r... |
calendar shows empty? | at last ,changed to :
DEFINE DIALOG odlg FROM 0,0 TO 145,265 PIXEL STYLE nor( WS_POPUP,WS_VISIBLE,WS_BORDER)
@-10,-10 CALENDAR oCal VAR date1 OF odlg PIXEL DAYSTATE SIZE 150,89 DBLCLICK (lok:=.t.,odlg:end())
Regards !
Shuming Wang |
calendario com DTPICKER! | Antonio, usando o controle do PELLES (calendario) criei um funcao para calendario, e funcionou bem, a não ser por não estar aceitando a navegação com a teclas <- -> , e superior e inferior...
*************************************************
FUNCTION Calend(dDate,nRow,nCol,oDlg)
**********************************... |
calendario com DTPICKER! | Aoki,
Por favor revisa samples\TestDtp.prg. En él funcionan las teclas de dirección perfectamente. |
calendario en get | Buenas foro,Por aqui me tome el atrevimiento de modificar un poco la clase fwcalendar (autoria del master manuel mercado, espero no le moleste) y se las dejo a su disposicion, pueden combinar colores, usar avpag y repag para cambiar de mes y fin e inicio para cambiar de año, espero les sea funcional. deja la liga del .... |
calendario para marcar varias fechas | Compañeros buenas tardes
Alguien tiene un calendario donde pueda marcar varias fechas y obtener las marcadas en un array ?
Ai es posible poder asignarlas como marcadas de antemano ?
Otto parece que desarrollo hace algun tiempo algo asi pero no encuentro el codigo
se agradece cualquier ayuda
Att
Wilson Gamboa A |
calendario para marcar varias fechas | Mira se ayuda:
[url:14h8wolq]https://code.google.com/p/fivewin-contributions/downloads/detail?name=TCalex.rar&can=2&q=[/url:14h8wolq] |
calendario para marcar varias fechas | Karinha, muchas gracias
Pero lo que necesito es SOLO marcar varios dias en un calendario y que me regrese un array con los dias marcados y poderle suministrar un array con dias a marcar como inicio
Estoy seguro que Otto tenia algo igual ya hecho pero no lo hallo
Saludos
Wilson |
calendario para marcar varias fechas | Usando DTPicker no te sirve?
Saludos. |
calendario para marcar varias fechas | Al parecer por ahi es
gracias
lo voy a revisar
saludos |
calendario para marcar varias fechas | para marcar varias fechas U must use Tgant Class |
calendario para marcar varias fechas | [quote="Silvio.Falconi":1fjc3him]para marcar varias fechas U must use Tgant Class[/quote:1fjc3him]
Saludos Silvio, por casualidad tienes actualizada las clases TPLan y TCalex y habra forma que la compartas.? ya que estoy en desarrollo de un sistema de control de citas SPA y uno de hotel y creo ya hicistes algo parecid... |
calendario para marcar varias fechas | Silvio Thanks for your interest
Where's this Class ?
Best regards |
calex | Hello,
Where can I find the latest version of Calex?.
Is it a commercial product or freeware?.
Thank you. |
calex | Hello
i did the class starting from Reinaldo Crespo's idea, like free tool, if you want the source code please contact with me <!-- e --><a href="mailto:danielgarciagil@gmail.com">danielgarciagil@gmail.com</a><!-- e -->
all code is free |
calex | what is calex? |
calex | Hello
[url:32bqetr8]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20732&p=110045&hilit=calex#p110045[/url:32bqetr8] |
calex | Dear Daniel,
May It have calex class too.
Regards,
Dutch
<!-- e --><a href="mailto:dutchez4@gmail.com">dutchez4@gmail.com</a><!-- e --> |
calex | Daniel,
Can you send calex to me please.
Thank you
Patrick
<!-- e --><a href="mailto:patcha@canl.nc">patcha@canl.nc</a><!-- e --> |
call DLL under FiveWin | hi,
under Xbase++ i use
[code=fw:az624zbr]<div class="fw" id="{CB}" style="font-family: monospace;"> DllCall<span style="color: #000000;">(</span><span style="color: #ff0000;">"User32.DLL"</span>, DLL_STDCALL,<span style="color: #ff0000;">"GetWindowRect"</span>, obj:<span style="color: #000000;">GetHWND</span><s... |
call DLL under FiveWin | Dear Jimmy,
In FWH you have function GetWndRect( hWnd ) --> aRect <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
call DLL under FiveWin | hi Antonio,
[quote="Antonio Linares":1o8ho1ig]In FWH you have function GetWndRect( hWnd ) --> aRect <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:1o8ho1ig]Yes ... just a Sample for Xbase++ and HMG Syntax
i want to use "as much old Code" as possible so i like to kn... |
call DLL under FiveWin | [quote:2il5tccm]harbour\contrib\hbxpp[/quote:2il5tccm]
just include the hbxpp lib and the dll.ch from harbour\contrib\hbxpp
[code=fw:2il5tccm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br /> * Xbase++ compatibility header<br /> *<br /> * Copyright 201... |
call DLL under FiveWin | [code=fw:1jeh5l0h]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br /> * DLL call demonstration.<br /> *<br /> * Copyright 2008 Viktor Szakats (vszakats.net/harbour)<br /> *<br /> */</span><br /><br />#require <span style="color: #ff0000;">"hbxpp"</sp... |
call DLL under FiveWin | Jimmy,
See Dll entry at fwh\manual\fwcmd.chm . We also use to have a wiki. I'm not sure of its latest url
[quote:2drz5r07]
[b:2drz5r07]Defining a external DLL function to be called at RunTime[/b:2drz5r07]
[color=#4080FF:2drz5r07]DLL[/color:2drz5r07] [STATIC] FUNCTION [b:2drz5r07]<FuncName>[/b:2drz5r07] ( ;[ [b:2dr... |
call DLL under FiveWin | hi,
[quote="carlos vargas":2mljb555][quote:2mljb555]harbour\contrib\hbxpp[/quote:2mljb555]
just include the hbxpp lib and the dll.ch from harbour\contrib\hbxpp
[/quote:2mljb555]
YES, i forgot that i also use it under HMG ...
Thx for remind me |
call DLL under FiveWin | WOW, Jimmy, you are truly a universal Clipperian.
Best regards,
Otto |
call Harbour from c++ | Is it possible to call a Harbour function from c++ source code?
I have syntax for c-style coding. I'm trying to code an event function to monitor a secure SSL socket.
i wish for my harbour program to use the callback function below, and it will happen with the precursor call here:
nResult = HttpRegisterEvent(hCli... |
call Harbour from c++ | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=66183#p66183">viewtopic.php?p=66183#p66183</a><!-- l --> |
call Harbour from c++ | Hi Antonio.
I have completed my HTTPS-SSL secure connection posting data to/from a server on a secured connection using "odd" encoding requrements.
thank you so much for your help.
I used a library from Socket Tools and it worked like a charm.
if you wish I can share the basic flow. i think that your magical c++ a... |
call Harbour from c++ | Don,
[quote:2g4192lx]if you wish I can share the basic flow[/quote:2g4192lx]
yes, please. thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[quote:2g4192lx]i think that your magical c++ and Harbour skills could incorporate an SSL class derived from tSocket. that's w... |
call Winword | I made last year two small function to call wiword,
[code=fw:1rgueew1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">function</span> stampa_iscrizione<span style="color: #000000;">(</span><span style="color: #000000;">)... |
call Winword | Use
TRY
CATCH
END |
call Winword | ok but
How I can make if on a pc have office 9 or 10 or 11 or 12 |
call Winword | oWord := TOleAuto():New("Word.Application")
if empty(oWord)
MsgInfo("Word is not present")
else
if VAL(oword:Version) < 12
MsgInfo("It is an old word !")
endif
endif |
call Winword | sorry
but I believe there is an possibility with (x)harbour to scan the system and know if
how many version of winword exist or there are not installed any version |
call a dll32 function | Hi,
I have a very simple example prg like
[code=fw:197ouckb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//jj.prg</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#INCLUDE</sp... |
call a dll32 function | Maybe:
<!-- m --><a class="postlink" href="http://fivetechsupport.com/forums/viewtopic.php?f=3&t=24233">http://fivetechsupport.com/forums/viewt ... =3&t=24233</a><!-- m -->
Regards, |
call a dll32 function | Thank you for your answer. The code you refer to uses calldll which I tried but does not work with mailssl which is my aim. I have the newest dll from marshallsoft and I am working on it. |
call a dll32 function | look, maybe:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25381&start=0">viewtopic.php?f=3&t=25381&start=0</a><!-- l -->
<!-- m --><a class="postlink" href="http://pt.downv.com/software-download/xharbour-xbase">http://pt.downv.com/software-download/xharbour-xbase</a>... |
call a dll32 function | Thank you again. The first link ends with reference to see32 where I want also to conclude. The second refers to many things I do not want to enter. Meanwhile I work with hb_sendmail from xHarbour. |
call a dll32 function | Better continue with hb_sendmail()
Regards. |
call a dll32 function | Hi,
Finally we achieved ssl connection with see32.dll. Mike from Marshallsoft is very helpful. I could not use directly the see32 dll functions but I wrapped them like
Function XSetProxYSSL( nChan, nFlags, cPDir, cPCert, cPEXE )
*-----------------------------------------------------
local uResult
local cFarProc... |
call a dll32 function | Jorjio,
Excellent! many thanks for sharing it |
call a dll32 function | Hi,
After having worked perfectly all this time with see32, the time came that stopped supporting orgs like verizon. I downloaded new version and nothing happened. I talked with marshallsoft and told me that his demo for Alaska environment is working. He is using dll_stdcall which is not supported to us so I have tra... |
call an exe as administrator from inside a pgm | Hi,
We use Fivewin 7.01 for Harbour with xhb which I think it is 2009 01. Anyhow, I am opening an executable from inside my program with shellexecute which returns no error but the executable has no results . On two or three computers the application works but not on my computer which has vista. Winexec does not w... |
call an exe as administrator from inside a pgm | oShell:= CreateObject("Shell.Application")
oShell:ShellExecute ("E:\demo\batchScript.cmd", "", "", "runas", 1) |
call an exe as administrator from inside a pgm | Dear anserkk,
this code
[code=fw:2w9tr6fq]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oShell := CreateObject<span style="color: #000000;">(</span><span style="color: #ff0000;">"Shell.Application"</span><span style="color: #000000;">)</span><br /> oShell:<span style="color: #00000... |
call an exe as administrator from inside a pgm | Hi !
Fixed it ! Is a permission problema, if copy msg.exe to application directory, shellexecute() function run msg.exe
Thanks in advance !
Best regards, |
call another excute file and close itself ? | Hi,
my.exe :
function main()
define dialog odlg source "odlg"
define button of odlg action (winexec(downloadfiles.exe),odlg:end())
activate dialog odlg
Return
Problem is that before close my.exe, the downloadfiles.exe is already running and donwload my.exe from web site,so my.exe will be over... |
call another excute file and close itself ? | Shuming,
[code:2u4gvvvk]
#include "FiveWin.ch"
function Main()
local lUpgrade := .F.
DEFINE DIALOG oDlg RESOURCE "odlg"
@ 2, 2 BUTTON "Upgrade" OF oDlg SIZE 80, 20 ;
ACTION ( lUpgrade := .T., oDlg:End() )
ACTIVATE DIALOG oDlg
if lUpgrad... |
call another excute file and close itself ? | Antonio,
The main my.exe file is still exist in memory and running during winexe("copyfile.exe").
#include "FiveWin.ch"
function Main()
local lUpgrade := .F.
DEFINE DIALOG oDlg RESOURCE "odlg"
@ 2, 2 BUTTON "Upgrade" OF oDlg SIZE 80, 20 ;
ACTION ( lUpgrade := .T., oDlg:End() )
ACTIVATE DIALOG oDlg
if l... |
call another excute file and close itself ? | Shuming,
In downloadfiles.exe do this:
[code:1o3w9ben]
while GetModuleHandle( "my.exe" ) != 0
SysRefresh()
end
[/code:1o3w9ben]
So it will wait until my.exe finishes |
call another excute file and close itself ? | Antonio,
Sometime works, sometimes fail .
Thank you!
Shuming Wang |
call another excute file and close itself ? | I have done this in the past:
[code:qhs9ad7b]
SHELLEXECUTE(0,0,"DownloadFile.exe",0,0,1 )
dbcloseall()
freelibrary( hBorland )
set resources to
clear memory
ResAllFree()
if ! empty( oWnd )
oWnd:end()
endif
quit
[/code:qhs9ad7b]
Hope this helps,
Jeff |
call another excute file and close itself ? | Jeff,
Working !
Thank you !
Shuming Wang |
call functions from DLL | Hello,
I need to access to a DLL, but the functions calls it is not working, the LIB import using implib.exe not work too, but with a DLL inspector, the functions are showing with this structure:
Function Name Address Relative Address Ordinal Filename Full Path Type
IZKEM::CardNumber 83 (0x53) zkemkeeper.dll D:\b\b... |
call functions from DLL | Marcelo,
You have to use OLE:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=226365#p226365">viewtopic.php?p=226365#p226365</a><!-- l --> |
call functions from DLL | Thanks Antonio,
I can get connection with the OLE component, but now I don't get access to the objects and methods
[url]oZk := CreateObject("zkemkeeper.ZKEM")[/url]
oZk := CreateObject("zkemkeeper.ZKEM")
is ok, more not work |
call functions from DLL | Marcelo,
Try with this great FWH utility <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:9bpbsiln]https://github.com/FiveTechSoft/FWH_tools/blob/master/olebrowser.zip[/url:9bpbsiln]
Full source code included |
call toDbf() from xbrowser command line | I want to call Xbrowser with extra functions...
I open the file, must change the colums (prefered with Xbrcolselector function to tag more than 1 field)
and than save the file with the selected fields.
Now it errors out...
Application
===========
Path and name: C:\Programmas\fotoselect\TEST.EXE (32 bits)
Size: ... |
call toDbf() from xbrowser command line | I'm not using it with xbrowser command, but now from a normal xbrowse()
The browse started with many colums and I reduced them to just the 4 I want.
I reduced them with the function XbrColSelector( oBrowse ) below.
I'm using todbf() the wrong way, because I get not the result i want..
The browse has other column nam... |
call toDbf() from xbrowser command line | MsgGet() returns .t. or .f. not the new value.
Please change this function
[code=fw:926uitcj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> exportdbf<span style="color: #000000;">(</span>oBrw<span style="color: #000000;">)</span><br /> <span style="... |
call toDbf() from xbrowser command line | Syntax of ToDbf()
[code=fw:3ricf0sb]<div class="fw" id="{CB}" style="font-family: monospace;">ToDbf<span style="color: #000000;">(</span> cFile, ; <span style="color: #B900B9;">// dbf file name</span><br /> <span style="color: #000000;">[</span> bProgress <span style="color: #000000;">]</span>, ; ... |
call visual-basic routin in an excel .xls | Hello Fivewinners,
I have inserted a button in an Excel xls-File which invokes a Visual-Basic routine.
how can I invoke this routine cmdButton_Click() with ole?
best regards, Norbert |
call visual-basic routin in an excel .xls | Norbert,
I don't know if this will help but you can try to record a macro, then click your button. Now edit the macro and look at the code, it might give you an idea as to how to incoke from FW.
Jeff |
call visual-basic routin in an excel .xls | Jeff,
[quote="Jeff Barnes":18m728w5]Norbert,
I don't know if this will help but you can try to record a macro, then click your button. Now edit the macro and look at the code, it might give you an idea as to how to incoke from FW.
Jeff[/quote:18m728w5]
good idea but the click on the button isn't recorded in the M... |
call visual-basic routin in an excel .xls | Try recording a macro.
Then record another macro that runs the first macro.
Then debug code and you will find something like
Application.Run "Book1!Macro1"
Maybe this gives you a clue. |
call visual-basic routin in an excel .xls | [quote="Gale FORd":692uk7hl]Try recording a macro.
Then record another macro that runs the first macro.
Then debug code and you will find something like
Application.Run "Book1!Macro1"
Maybe this gives you a clue.[/quote:692uk7hl]
Unfortunately, this doesn't work either since the keystroke isn't recorded in the m... |
call visual-basic routin in an excel .xls | Why not put the code that is now in cmdCreateBeleg_Click() in a macro.
Then call the macro from cmdCreateBeleg_Click(), and from external program. |
call visual-basic routin in an excel .xls | [quote="Gale FORd":1j953sdi]Why not put the code that is now in cmdCreateBeleg_Click() in a macro.
Then call the macro from cmdCreateBeleg_Click(), and from external program.[/quote:1j953sdi]
Because within this routine further Functionen are invoked.
I have tested it. An error message "Function or Sub not defined" th... |
call visual-basic routin in an excel .xls | [quote="Gale FORd":cs3ughgo]Why not put the code that is now in cmdCreateBeleg_Click() in a macro.
Then call the macro from cmdCreateBeleg_Click(), and from external program.[/quote:cs3ughgo]
I have worked to execute the routine as Macro (simple this Private remove).
Can you still give me a tip as I start a Macro with... |
call visual-basic routin in an excel .xls | This works for me.[code:2759idju]function test()
oExcel := TOleAuto():New("Excel.Application")
oExcel:WorkBooks:Open( "H:\My Documents\test.xls" )
oExcel:Visible := .t.
oExcel:Run( "test.xls!Sheet1.CommandButton1_Cli... |
call visual-basic routin in an excel .xls | Here is the code for my button in sheet1
[code:1y4tsutg]Sub CommandButton1_Click()
MsgBox "Sie sind nicht an der Office Line angemeldet."
End Sub
[/code:1y4tsutg] |
call visual-basic routin in an excel .xls | [quote="Gale FORd":1b57q0xs]This works for me.[code:1b57q0xs]function test()
oExcel := TOleAuto():New("Excel.Application")
oExcel:WorkBooks:Open( "H:\My Documents\test.xls" )
oExcel:Visible := .t.
oExcel:Run( "test.xls!S... |
call vs callsp? | Hola.
Cual es la diferencia entre llamar a un procedimiento almacenado usando
[b:37zrhgqb]call[/b:37zrhgqb]
y usando
[b:37zrhgqb]callsp[/b:37zrhgqb]
gracias. |
call vs callsp? | CALLSP??
[url:2fy2lcd8]https://hmgforum.com/esgici/vivaclipper.wordpress.com/2013/07/18/c5_call/index.html[/url:2fy2lcd8]
Regards, saludos. |
call vs callsp? | [quote="karinha":ekq2c1xk]CALLSP??
[url:ekq2c1xk]https://hmgforum.com/esgici/vivaclipper.wordpress.com/2013/07/18/c5_call/index.html[/url:ekq2c1xk]
Regards, saludos.[/quote:ekq2c1xk]
Hola Karinha, si "callsp" se usa para los procedimientos almacenados en mysql, está el call y el callsp |
call vs callsp? | [quote="goosfancito":2j2j0t0s][quote="karinha":2j2j0t0s]CALLSP??
[url:2j2j0t0s]https://hmgforum.com/esgici/vivaclipper.wordpress.com/2013/07/18/c5_call/index.html[/url:2j2j0t0s]
Regards, saludos.[/quote:2j2j0t0s]
Hola Karinha, si "callsp" se usa para los procedimientos almacenados en mysql, está ... |
call vs callsp? | Interesante:
[url:2qc4l1dv]https://www.asprunner.com/forums/topic/21647-how-to-call-a-mysql-stored-procedure-with-output-parameters/[/url:2qc4l1dv]
[url:2qc4l1dv]https://www.sqlshack.com/learn-mysql-the-basics-of-mysql-stored-procedures/[/url:2qc4l1dv]
Regards, saludos. |
call vs callsp? | [code=fw:2rlrhl4g]<div class="fw" id="{CB}" style="font-family: monospace;">oCn:<span style="color: #000000;">CallSP</span><span style="color: #000000;">(</span> <span style="color: #ff0000;">"procedurename"</span>, aParams <span style="color: #000000;">)</span></div>[/code:2rlrhl4g]
aParams should be an ... |
callBack using harbour | Hi all:
I'm testing the functions of FTP, MAIL, HTTP, etc harbor, but one small problem. When using the classes / functions harbor does not return control to the program while they are running and gives the typical "not responding", but works well, gives the impression that the program is not stable.
Has anyone been ... |
callBack using harbour | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=128557#p128557">viewtopic.php?p=128557#p128557</a><!-- l --> |
calldll vs calldll32 | I'm having varied results using dll and dll32 processing with FWH 7.09 and xharbour 99.71
- gpf's are occuring under various circumstances. Using xharour 99.5 - no problem.
question - what's the reason I would choose calldd or calldll32 for dynamically calling an external dll.
Aren't all dll's 32-bits these days? ... |
calldll vs calldll32 | ...32 functions names are for 16 bits only. They exist from FW 16 compatibility. You should use the functions without the ...32 suffix.
The only difference regarding those functions is that previously the DLL was kept opened by mistake, and now it is properly closed. Some DLLs require to kept opened meanwhile you are ... |
callphp.prg from mod_harbour_master samples (RESOLVED) | This is a very simple and interesting example...
Can you, if possible, please share the 2nd file
[quote:2nabc0pw] "getip.php" [/quote:2nabc0pw]
so we can see how to make the information available from the other server...
thanks |
callphp.prg from mod_harbour_master samples (RESOLVED) | Bayron,
getip.php
[code=fw:2hja5bww]<div class="fw" id="{CB}" style="font-family: monospace;"><?php<br /> echo $_SERVER<span style="color: #000000;">[</span><span style="color: #ff0000;">'REMOTE_ADDR'</span><span style="color: #000000;">]</span>;<br />?></div>[/code:2hja5bww] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.