Search found 26 matches: invent

Return to advanced search

Re: Does anyone have an Envelope Printing module ?

... printer does not accept envelopes, just Standard paper and I guess I can test print on plain paper .. but it would be nice if I did not have to re-invent the "wheel" ... I would appreciate any Envelope printing routines anyone might like to donate for a good cause .. I can embelish the ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 578

Re: FWTool to automate DBF and mod harbour

... it work even on new windows smartphones or find a trick to use it in Android. Here we have wasted time doing all this bullshit while we had to invent something to make the fivewin language work also on ANDROIDs but it was not done by anyone and we lost many possibilities and now we waste time ...
by Silvio.Falconi
Tue Oct 26, 2021 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

Re: OT: for the weekend

Simply Accordion with Bootstrap, Otto did not invent anything, I have been creating websites for many years with Wordpress

https://getbootstrap.com/docs/5.0/components/accordion/
by Silvio.Falconi
Sat Oct 02, 2021 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: for the weekend
Replies: 5
Views: 600

Re: nCounter Report not run ok

... use oReport: aGroups [nGroup]: nCounter 2) To get the total we can no longer use oReport: nCounter (because it makes a mistake) but we have to invent a local variable in our program to count the records, often when we have to print for a certain condition (bFor) It wasn't like that before. ...
by Silvio.Falconi
Fri Oct 09, 2020 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: exe windows on tablet

if the exe made for windows is not possible on Android (perhaps one day someone will invent something to make it work on android too)

I use a tablet Miix320 Lenovo ( windows 10 pro) and run correctly exe made with fwh
by Silvio.Falconi
Wed Oct 16, 2019 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: exe windows on tablet
Replies: 5
Views: 891

Re: Caution: Windows 10 Fall Creators Update

I also had problems in this case when I create temporary tables locally. To solve the problem I had to invent a routine. FUNCTION TAds_TableErase(f_nConnection,f_cTableName)  Local oDs_Qry, lExecute := .F., iFor := 0  Default f_nConnection := tAds_GetConnectionDefault()  ...
by Giovany Vecchi
Mon Feb 05, 2018 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Caution: Windows 10 Fall Creators Update
Replies: 10
Views: 2935

Re: Introducing FiveTech's fivedit

... Thank you for receiving my request so graciously! I would be honored to help in any way I can. I am definitely a believer in not having to 're-invent' the wheel and I know Enrico he has written his own resource editor ( see below link ) probably due to the same frustrations we all share in ...
by Rick Lipkin
Wed Nov 23, 2016 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107370

Re: Bitácora de Sistema

... en una TABLA o DBF..? gracias, saludos.. JoseLuis, mira si esto es a lo que te refieres: En tabla usuarios estan los campos logicos: facturas,invent,etc Despues de autorizar entrada al sistema, chequear a que modulos tiene acceso Luego en los ItemMenus establecer la condicion if lAutoriza ...
by FranciscoA
Sat Aug 29, 2015 11:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitácora de Sistema
Replies: 12
Views: 2090

Re: SQLEXPRESS Select * from

... program does not exist a date and time field in every table. It's incredible! I have to import every day all tables? More than 150! Now I invent something
by MarcoBoschi
Thu Nov 22, 2012 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLEXPRESS Select * from
Replies: 7
Views: 1178

Re: FiveDBU for 32/64 bits

... and I think also that we should try to make real metro applications, not trying to do a similar interface, because it would be like trying to invent the wheel again, and our programs would be as a Metro inside the Metro. (without taking merits of the great work done by Antonio, Otto and others). ...
by norberto
Sun Jun 10, 2012 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 75250

Ayuda con corrupcion en campo memo

... a quien me pueda brindar una ayuda con dicho tema Gracias. Saludos BEGIN SEQUENCE bVError = ErrorBlock( { | o | VBreak( o ) } ) USE \TEMP\INVENT EXCLU NEW ALIAS "TOFIX" DO WHILE !EOF() cTXT:=FIELD->COMENTARIO IF cTXT=NIL cTXT:='' ENDIF FIELD->COMENTARIO:=cTXT SKIP ENDDO ...
by Orbex
Thu Apr 05, 2012 11:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con corrupcion en campo memo
Replies: 3
Views: 574

Ayuda con impresion por TDosPrn

... oPrn:StartPage() IF aET[4] // SOLO CODIGO oPrn:Command("27,67,6","27,119,1") oPrn:SAY(3,1,PADC(ALLTRIM(INVENT->CODIGO1),25)) oPrn:Command("27,119,0") ELSE oPrn:Command("27,67,6","27,15") IF aET[1] oPrn:SAY(1,3,aConfig[5]) ...
by JoseGS
Fri Mar 25, 2011 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con impresion por TDosPrn
Replies: 2
Views: 707

Ayuda con importar datos desde XLS

... oHoja=oExcel:ActiveSheet nRows := oHoja:UsedRange:Rows:Count() nCols := oHoja:UsedRange:Columns:Count() INVOICE->(DBGOTOP()) INVENT->(DBSETORDER(1)) FOR X=2 TO nRows aDATOS:={} FOR Y=1 TO nCols AADD(aDATOS,oHoja:Cells(X,Y):Value) NEXT INVOICE->CODIGO :=PADR(aDATOS[1],20) ...
by JoseGS
Mon Feb 07, 2011 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con importar datos desde XLS
Replies: 2
Views: 993

Re: Codejock Calendar Samples?

... But that works just fine. So, In essence, with ADS notifications you take care of "events" on any table without having to write or "invent the wheel". The wheel is already invented and running smoothly. For more information about ADS notifications; please visit http://devzone.advantagedatabase.com. ...
by hmpaquito
Fri Jan 21, 2011 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46499

Re: Codejock Calendar Samples?

... But that works just fine. So, In essence, with ADS notifications you take care of "events" on any table without having to write or "invent the wheel". The wheel is already invented and running smoothly. For more information about ADS notifications; please visit http://devzone.advantagedatabase.com. ...
by reinaldocrespo
Fri Jan 21, 2011 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46499
Next

Return to advanced search