Search found 1115 matches: headers

Return to advanced search

Re: Filter on Xbrowse

... of options or complex screens. Now the customer simple read the filter name and select. The way I generate my filters is that I use xbrowse filter headers, fill in some data and copy the filter expression into my filter DBF. https://www.maveco.be/fivewin/filter4.png If the idea ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Servidor de mail propio y acuse de ENTREGA.

... 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 headers to your emails. Some popular options include: ...
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: 436

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... todo habilitado y asi como esta ni siquiera me envia el mensaje del MSGINFO REDEFINE XBROWSE oLbx101c ID 101 OF oFld:aDialogs[2]; COLUMNS 1,2,3,4; HEADERS "Descriptor","Etiqueta","Informacion","Buscar"; COLSIZES 60,100,310,40; PICTURE "","","",""; ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2790

Re: Alto de linea en LISTBOX

... , ; str(_CoLiAux->Propiedad,4,0) , ; _CoLiAux->Domicilio , ; str(_CoLiAux->importe,12,0) ; FIELDSIZES {50,150,50,200,90} ; HEADERS "Cód.","Locatario","Cód","Domicilio","Importe" ; ID _CLV_Lbx ; FONT oTipLet ; OF oDlg oLbx:aJustify ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 1002

Re: Alto de linea en LISTBOX

... , ; str(_CoLiAux->Propiedad,4,0) , ; _CoLiAux->Domicilio , ; str(_CoLiAux->importe,12,0) ; FIELDSIZES {50,150,50,200,90} ; HEADERS "Cód.","Locatario","Cód","Domicilio","Importe" ; ID _CLV_Lbx ; FONT oTipLet ; OF oDlg oLbx:aJustify ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 1002

Error en Listbox.

... lo defini REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; str(_CoLiAux->Propiedad,4,0) ; ID _CLV_Lbx ; FIELDSIZES {50,50} ; HEADERS "Loc.","Prop" ; Font oLetra ; UPDATE ; OF oDlg oLbx:aJustify = {.t.,.t.} al ejecutarlo me sale el siguiente error: Error ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 320

Re: TReport: Encabezado de columna en cada grupo, se puede hacer

Hola Rolando, para multiples headers con la clase Report creo que no podras hacerlo, habria que ver de modificarla, pero para el tema de los QR puede crearlos en memoria y utilizarlos desde diferentes lugares, yo lo hago utilizando la clade ...
by Marcelo Via Giglio
Tue Mar 19, 2024 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReport: Encabezado de columna en cada grupo, se puede hacer
Replies: 5
Views: 1071

Problemas con comportamiento de XBrowse.

... ; HEADERS "Empleado","Periodo", "Sueldo", "Jubilación","Alquiler","Limpieza","Otros","Total","Fecha ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 409

Re: AP_SetStatusCode

Dear Otto,

> AP_AddHeader("Another-Header", "HeaderValue")

Do you mean in headers or out headers ? I guess out headers, if so:

AP_HeadersOutSet( cKey, cValue )
by Antonio Linares
Mon Feb 26, 2024 11:50 am
 
Forum: mod_harbour
Topic: AP_SetStatusCode
Replies: 2
Views: 160

Data exchange between PC and Android device on the same loca

... CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Which means it doesn't find the appropriate SERVER side headers uhttpd/CGI Module PROBLEM: I require to be able to change the headers either in the CGI module or perhaps in the uhttpd. I can't find how to ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 828

Parameterization of xReport

... as: <thead class="custom-thead"> In our project, we use a custom CSS class named .custom-thead to style the appearance of table headers. This class is applied to the <thead> element of the table to give it a unique look. The .custom-thead class is defined as follows: .custom-thead ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 573

Re: Add a line on report from xbrowse (NO HTML)

Using the default behavior of :Report( nil, .t., .t., nil, { 1 } ) The group headers are in bold and adequate to distinguish from the body. https://imagizer.imageshack.com/v2/xq70/923/lmSCwV.png   USE CUSTOMER NEW SHARED VIA "DBFCDX"  ...
by nageswaragunupudi
Tue Dec 12, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 287

Re: show a string into xbrowse

... sample cstring:= "30/60/90" aData := hb_ATokens(cString,"/") @ 10, 5 XBROWSE oBrw OF oDlg ; COLUMNS 1,2; HEADERS "gg","" ; COLSIZES 40, 220 ; ARRAY aData ; SIZE -5,-100 PIXEL STYLE FLAT NOBORDER WITH OBJECT oBrw WITH OBJECT oBrw:aCols[1] ...
by Silvio.Falconi
Tue Dec 12, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 412

Re: Strange behavior of xBrowse

I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.


Only you could find the problem. Without seeing the source code we could not have guessed it.

Well, if you do not want Headers, please use this code:
Code: Select all  Expand view
oBrw:lHeader := .F.
by nageswaragunupudi
Sun Nov 26, 2023 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 777

Re: Strange behavior of xBrowse

Found.
I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.
This was the cause of the problems. If you write oBrw[2]:nHeaderHeight:=1, then everything is fine
by Natter
Sun Nov 26, 2023 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 777
Next

Return to advanced search