Search found 44 matches: mon

Return to advanced search

Re: xbrowse + Tdolphin + Mysql

... {"factura_fec","FECHA",NIL,75,AL_LEFT},; {"razsoc","CLIENTE",NIL,200,AL_LEFT },; {"moneda","MON",NIL,30,AL_LEFT },; {"neto","IMPORTE DE VENTA","999,999.99",90,AL_RIGHT},; {"efectivo","EFECTIVO","999,999.99",90,AL_RIGHT},; ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

MariaDb y oReport

... local oReport local oFont1 local oFont2 local xtipiva:={"RI ","RNI","C/F","EXE","MON"} sysrefresh() oR31 := oCn:RowSet( "SELECT * FROM mae_cli ORDER BY cliente" ) // !!! PRINTER oReport NAME "Clientes" DEFINE ...
by pedroluis
Sat May 08, 2021 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb y oReport
Replies: 3
Views: 607

WaitUntil - batch command replacement for scheduler

... it seems on the surface. Can anyone think of a reason that an executable that runs like WaitUntil <Day> <Time Range> e.g. WaitUntil Mon "13:50" "14:10" would be difficult?
by FWExplorer
Mon Jan 04, 2021 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 961

Re: Secure an AJAX request

... memory read from other browser tab or another user: ? MRead( "pwd" ) There is also a new MErase( "pwd" ... by Antonio Linares Mon May 25, 2020 8:57 am Forum: mod_harbour In the meantime, I try with hb_seten() I did some tests. FOR I := 1 to 10000 // ? "pwd"+ALLTRIM( ...
by Otto
Thu Nov 12, 2020 6:58 pm
 
Forum: mod_harbour
Topic: Secure an AJAX request
Replies: 2
Views: 434

Re: xBrowse con orden descendente desde el inicio

#include "fivewin.ch" function Main()    local aData := {{ 1001, "One", "Sun" }, { 1002, "Two", "Mon" }, { 1003, "Three", "Tues" }, { 1004, "Four", "Wed" }}    local oDlg, oBrw    DEFINE DIALOG oDlg RESOURCE ...
by artu01
Thu Aug 13, 2020 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con orden descendente desde el inicio
Replies: 11
Views: 1524

Re: Problem with LoadHRB

... regards, Otto live Installation von mod harbour auf einem neuen Server https://www.youtube.com/watch?v=spvv43j-Zmo&feature=youtu.be by Otto » Mon Nov 11, 2019 7:33 am Download link install program: https://mybergland.com/fwforum/install_xampp_and_modharbour.exe ------------------------------- ...
by Otto
Sat Jun 13, 2020 9:10 pm
 
Forum: mod_harbour
Topic: Problem with LoadHRB
Replies: 4
Views: 663

Re: How to user GET Control for Partial Date ?

Hi Karinha , Simply User enters Month and Year in the GET input box in the format of either one of the valid format e.g. MM/YYYY, MON/YYYY. And the entered value should convert into DATE. something like e.g. cVar := "01/2019" to dVar := "01/01/2019" Thanks Shridhar
by shri_fwh
Thu Aug 22, 2019 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to user GET Control for Partial Date ?
Replies: 4
Views: 860

Re: xChoice() works with FWH 19.06?

... */ FUNCTION XChoice( aPrompts, cTitle ) /*by nageswaragunupudi » Mon Aug 19, 2013 8:30 pm You may try using this function in the place of AChoice */ local nSelect := 0 DEFAULT cTitle := "Select" XBROWSER ...
by cnavarro
Fri Aug 16, 2019 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xChoice() works with FWH 19.06?
Replies: 1
Views: 588

Re: ALGORITMO PARA CREAR PLAN DE CUENTA CONTABLE

... o Pasivo Espero darte mas ideas... CUENTAS DESCRIPCIONCUENTA NIVSUM TIPONAT GRUPOCTA 2010000000000000 PROVEEDORES 1 A 2 2010000100000000 PROVEEDOR MON NAC 2 A 2 2010000100010000 PROVEEDOR PERSONA MORAL 3 A 2 2010000100010001 BEPENSA DEL CARIBE SA DE CV 4 D 2 2010000200010000 PROVEEDOR PERSONA FISICA ...
by ACC69
Wed Jul 24, 2019 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ALGORITMO PARA CREAR PLAN DE CUENTA CONTABLE
Replies: 31
Views: 5631

Re: Converte Xls(s) into dbf

... think it not is hard to make the teacher must be save on Docenti.dbf from docenti I take the number and save it on Lz.dbf to field prof then take Mon1 if not empty I have into gg_ora the dayand the hour Mon=1 -> 11 then save the value of Mon1 into classe field and this for each day .. then ...
by Silvio.Falconi
Sat Sep 15, 2018 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3199

Re: Put a hold on xbrowses scope action

Marc, maybe not needed ? Can You test it, if there is any difference ? New FTDN May/Mayo 2016 (FWH 16.05) Postby Antonio Linares » Mon Jul 04, 2016 10:11 pm May 2016 ======== * XBrowse: New: DATA lFastDraw (default .F. ) When set to .T., screen rendering of the browse is very fast. But ...
by ukoenig
Fri Oct 27, 2017 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put a hold on xbrowses scope action (SOLVED)
Replies: 7
Views: 1413

Tdata still Up to Date ?

... evolving? What is the future of Tdata? Or will Tdata becoming a part of FWH ? Marc, Re: More 16.01 problems with xBrowse UPDATED Postby TimStone » Mon Mar 07, 2016 7:27 pm I have further isolated the problem. I switched from using the tdata class extension, and went to strictly tdatabase. That ...
by Marc Venken
Wed May 03, 2017 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5137

Re: xBrowse with array showing numbers in fields and not data

Rao I will try to put together a sample .. this uses Ms Access for the database .. here is the code and how the aHeader and aData are created .. here are the fields in table P_Trips : cSql := "CREATE TABLE [P_trips] "cSql += "( "cSql += "[P_TRIPSEID] char(18) NOT NULL, "...
by Rick Lipkin
Tue Feb 21, 2017 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1781

Re: xBrowse cantidad de registros maximo

... "Integrador","Fecha","Tipo","Numero","NumRef","Codigo","Razon Social","Mon","Valor_Venta","IGV","Precio_Venta","Motivo","Enviado","MailEnv","Baja","Tk ...
by Enrrique Vertiz
Wed Apr 13, 2016 2:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse cantidad de registros maximo
Replies: 3
Views: 1326

Re: Introducing FiveTech's fivedit

Hi Mon,
Delete fivedit.ini in the folder and start fivedit.exe again.
HTH & Regards, Euclides
by Euclides
Sun Jan 25, 2015 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107351
Next

Return to advanced search