Search found 7809 matches: return

Return to advanced search

Re: passing a value through a for..next loop

... // note this value of "n" remains the same till oGet goes out of scope // the principle is called "detached locals" return oGet
by Antonio Linares
Fri May 10, 2024 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 3
Views: 37

hb_getEnv("PRGPATH")

... the command prompt did not display a value. Please allow another question... is there a way to wrap something around hb_getEnv() to get in return all the possible standard-arguments this function accepts? Thank you very much in advance and kind regards to all Ruth
by Ruth
Tue May 07, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 141

Re: strange error of fiveh lib

Dear Silvio, Please post the source of ut_images.prg In the meantime, please declare those missing functions as dummy: function BetaVersion() ; return nil I allready make function BetaVersion() ; return nil function setmasked() ; return nil function showgrid() ; return nil But I not understood ...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 89

Re: strange error of fiveh lib

Dear Silvio,

Please post the source of ut_images.prg

In the meantime, please declare those missing functions as dummy:

function BetaVersion() ; return nil
by Antonio Linares
Sun May 05, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 89

xbrowse (likely a custom table) whose contents change dynam

... mod harbour data.prg This harbour code can be considered an API endpoint because it is designed to handle HTTP requests and return responses in a structured format (JSON). Here are some reasons why: HTTP Request Handling: It uses functions like AP_Body() to get the request ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 57

Dynamic Table Filter Control

... Gecko) Chrome/103.0.5060.53 Mobile Safari/537.36" ) oWebView:Bind( "SendToFWH" ) sleep( 300 ) oWebView:Run() oWebView:Destroy() return nil function Html() local cHtml TEXT INTO cHtml <!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 39

Re: how to change the size of an xbrowse in runtime

Otto wrote:Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil


use the test I published
by Silvio.Falconi
Thu May 02, 2024 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 275

Re: how to change the size of an xbrowse in runtime

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil
by Otto
Thu May 02, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 275

how to change the size of an xbrowse in runtime

I not Know How change the height of a xbrowse I tried with

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nHeight -= 40
else
oBrw:nHeight += 40
endif
oBrw:refresh()
return nil

but not happen nothing
by Silvio.Falconi
Thu May 02, 2024 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 275

DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... <(AREA)> => dbcommit_SQL( <(AREA)> ) function dbcommit_SQL(area) // obtener el replace x dbf // hacer el update (insert) sql return nil Gracias JONSSON RUSSI
by russimicro
Sun Apr 28, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 196

Re: New txbrowse

... columns) you end user wants to select the columns to display because you don't like the columns displayed, in the menu there is the possibility to return back i.e. to display xbrowse with the previous columns, obviously the state is saved. xbrowse's setcolumns() method has been changed and loaded ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 441

Re: Servidor de mail propio y acuse de ENTREGA.

... ser que para los mismo al menos en las pruebas que he hecho. Creo que AI no ha dado con la respuesta correcta, aun así volveré a probar con "return-receipt-to". Ahora que lo pienso, la etiqueta que busco debe estar en la configuración del mensaje, pues no se recibe en las cabeceras del ...
by FiveWiDi
Mon Apr 22, 2024 5:16 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 307

Re: Servidor de mail propio y acuse de ENTREGA.

... guide you through the process. The "tag" you're looking for is not "Generate-Delivery-Report." Instead, you need to use the Return-Receipt-To or Disposition-Notification-To headers. Here's how you can test it: Find an email client or service that allows you to add custom ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 307

Re: Brush

... 0 BITMAP oImagem FILENAME cImagem ; SIZE 400, 600 OF ; oDlg PIXEL NO BORDER ADJUST ACTIVATE WINDOW oDlg CENTERED ; ON INIT SobreporImagem( oDlg ) Return NIL *------------------------------------------------------------------------------* Function SobreporImagem( oDlg ) Local oImagem Local cImagem ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 476

Error Fwh 24.02 con XBROWSE

... := AL_CENTER, o:oDataFont := aFont[1]} ) oBrw:CreateFromCode() oWnd:oClient := oBrw BrwBtnBar( oBrw ) WaitOff( @oWait ) ACTIVATE WINDOW oWnd Return //------------------------------------------------------------------------------ // Barra de opciones //------------------------------------------------------------------------------ ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 108
Next

Return to advanced search