Search found 102 matches: msgbox

Return to advanced search

Re: pedido de MEJORAS para proximas versiones.

... para comparar el valor que en ese momento tiene el get con el contenido de la DATA que te menciono Me vas contando buen dia. hice una prueba pero msgbox(oGets:uOriginalValue) no me devolvio nada, oGets lo defino asi: redefine get ogets var vgets id ... luego hago una llamada a un metodo para pasarle ...
by goosfancito
Sat Aug 12, 2023 6:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: pedido de MEJORAS para proximas versiones.
Replies: 5
Views: 259

Webservice de .NET a Fivewin

... fsSoap.Flush() fsSoap.Close() ''nCodigoRespuestaValidaXml = -1 buscarRespuesta = buscarRespuestaError End If End If Catch ex As Exception MsgBox(ex.Message) End Try End Function Desde ya muchas gracias, si alguno tiene experiencia usando webservices y soapui no dude en contactarse. Saludos ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 583

Memory() under Fivewin

hi,

how to get "Total Memory" and "Available Memory" under Fivewin :?:

have try Memory(1) up to Memory(4) but Value seem not to "match"
have found MemStat() but it show Array in Msgbox() ... how get 3rd Element of Array :?:
by Jimmy
Mon Mar 27, 2023 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory() under Fivewin
Replies: 4
Views: 384

Re: SET ALTER TO cFile ?

hi,
hmpaquito wrote:? command is translated to msgbox alert in fivewin.ch
A workaround is change ? command for Qout() function

AHA ...
thx for Workaroud
by Jimmy
Tue Jul 12, 2022 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ALTER TO cFile ?
Replies: 4
Views: 389

Re: SET ALTER TO cFile ?

Hi,

? command is translated to msgbox alert in fivewin.ch

A workaround is change ? command for Qout() function

Regards
by hmpaquito
Tue Jul 12, 2022 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ALTER TO cFile ?
Replies: 4
Views: 389

Re: Soap Web Service

... IF oHttp:status = 200 oXml = CreateObject("Chilkat_9_5_0.Xml") nSuccess = oXml:LoadXml(cResponse) IF (nSuccess <> 1) msgbox( oXml:LastErrorText ) ELSE cId := oXml:ChilkatPath( "soap:Body|setTransactionInitResponse|setTransactionInitResult|diffgr:diffgram|NewDataSet|FirstTable|errorid|*") ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

Re: Handle para query - Freeze de pantalla

If CenterMsgs( .t. )  is set, all windows MsgBox messages like MsgInfo,MsgAlert,MsgYesNo, etc are all centered in the active window/dialog and without this setting they are all centered in the desktop window. MsgRun() also behaves the same ...
by nageswaragunupudi
Wed Sep 22, 2021 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Handle para query - Freeze de pantalla
Replies: 8
Views: 1294

Re: To get the name of an excel cell?

Range names are stored here:

For Each x In Application.Names
MsgBox (x.Name)
Next
by Natter
Sun Dec 13, 2020 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To get the name of an excel cell?
Replies: 2
Views: 462

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... now i got Menu Item "Select an Environment" and chose 1st -> BCC / harbour than i try to rebuild but HbIDE crash :shock: ... Error Msgbox (have make Snapshot but can't upload it here) but no Log File. in hb_out.log i found ------------------------------------------------------------------------ ...
by Jimmy
Thu Oct 17, 2019 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99079

Re: Using C# (and .NET) from FWH not working(?)

...   ? IIF(oNet != nil, "Net yes!", "Net no :(")   oNet:End()   return nil  I see the MsgBox with "Start!" but the second one (? IIF(oNet != nil, "Net yes!", "Net no :(")) doesn't show up. I can not see if ...
by AnjaK
Wed Jul 10, 2019 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4381

Re: Where i can find "FiveODBC Documentation"

... Ado1.prg and ado2.prg run ok! Now i need to export a table to a dbf, so i'm trying to use FW_ADOExportToDbf function. At Runtime, i receive msgbox error "DBFCDX needs to be linked" , but i already have DBFCDX.LIB linked in my exe ! Where i'm wrong?? Thank you.
by max
Wed Jan 09, 2019 9:10 pm
 
Forum: FiveWin for CA-Clipper
Topic: Where i can find "FiveODBC Documentation"
Replies: 15
Views: 13258

Re: Fatturazione Elettronica

... + aS[2] + aS[1]    dbMsgW( cRet )enddoRETURN NIL  sostituire dfGetW(.... con una get classica e dbMsgW( .... con un msgbox o alert. sembra funzionare , es. da 0001 da 0002 da 1000 da 1001 etc... da A998 da A999 pero' se digito A999 invece di dare B0000 da A99A . Suggerimenti ...
by solving
Mon Nov 19, 2018 3:34 pm
 
Forum: All products support
Topic: Fatturazione Elettronica
Replies: 91
Views: 63503

Re: FWH 18.03 Dialog Problem (STILL)

...     ON INIT ( oDlg:oBottom := oBarBottom )return( xRet ) EMG Hi Enrico, The dialog reached the 100 count, but whenever i click the msgbox "OK" the test crashed but if with FWH1802 it's all normal.
by fraxzi
Fri Jun 01, 2018 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7402

Timed MsgInfo

... a new topic. Can I create a sort of timed msginfo window. Something like TimedMsg('this is a message', 2) where 2 is the time in seconds that the msgbox automaticaly closes.
by plantenkennis
Thu Mar 15, 2018 7:01 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Timed MsgInfo
Replies: 4
Views: 1282

Re: Combobox y búsqueda incremental

... incremental, en ese caso bChange no se ejecuta. Fijate que si pulsas la "U" en el get del combobox aparecerá "UNO" pero el msgbox no se ejecuta. Confirmame si lo que digo es cierto. Gracias Saludos
by horacio
Thu Nov 09, 2017 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox y búsqueda incremental
Replies: 11
Views: 1308
Next

Return to advanced search