Search found 14 matches: checklist

Return to advanced search

Re: cloud or not cloud

Hello friends,
I think if we had a good checklist of everything we really need to consider, divided into the three areas of responsibility:

system administrator,
web app developer,
and user,


we could alleviate many of the concerns.

Best regards,
Otto
by Otto
Sat Nov 09, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4128

Re: add a number on Random

... a number random nAt := HB_RandomInt( 1, Len( aNatural ) ) AAdd( aTemp, aNatural[ nAt ] ) HB_ADel( aNatural, nAt, .t. ) //------------------------- Checklist( atemp ) //check the list ( alista) // change the table numbers For n= 1 to Len(atemp) idcheck:= atemp[n] oCmb[idcheck]:cargo:=1 // change ...
by Silvio.Falconi
Sat Mar 26, 2022 10:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 739

Re: add a number on Random

... to check if that number already exists in the list array before inserting it If the number is already in the list I am going to delete it in the checklist () function which I also use for other functions Function checkList(atemp)local n    local nAt         For n= 1 to Len(atemp)  ...
by Silvio.Falconi
Sat Mar 26, 2022 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 739

Re: Printer class question

... That changes the value of the proper flag to .t., and the printout outputs those options. If you requier multiple reports, you could first show a checklist. Then, you call a single Function that will print each report that is checked. You will need a key for the data to use ( in my case it is ...
by Silvio.Falconi
Fri Oct 23, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 5214

Re: Printer class question

... That changes the value of the proper flag to .t., and the printout outputs those options. If you requier multiple reports, you could first show a checklist. Then, you call a single Function that will print each report that is checked. You will need a key for the data to use ( in my case it is ...
by TimStone
Wed Oct 21, 2020 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 5214

Color printing

Using the tPrinter class, is there a way to print a column with a specific color ? I have a report that attaches to an Invoice. It is a checklist. The first column should be green, the second yellow, the third red, and the last ( and biggest ) is no color and contains the description. The ...
by TimStone
Wed Mar 20, 2019 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color printing
Replies: 11
Views: 2303

CHECKLIST with xBrowse

Hello, we made a little tool for in house use. You can copy & paste from a text editor to xBrowse. Choose between append, insert, overwrite rows in xBrowse. You can sort tasks, check/uncheck, show all, show only checked or not checked rows and intend rows. Thanks to xBrowse. Best regards, Otto h...
by Otto
Thu Dec 01, 2016 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHECKLIST with xBrowse
Replies: 0
Views: 533

Re: Looking for a PRINT-sample ( invoices )

... customer, service item, parts, labor, recommendations, signature lines, credit card receipt, disclaimers, advertising lines, and even post sale checklist. My code would be far too long and complicated to post, but if I get a chance I'm happy to make a significantly cut down sample and would ...
by TimStone
Mon Sep 07, 2015 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Looking for a PRINT-sample ( invoices )
Replies: 19
Views: 6642

Bug in TMsgItem

In the following sample the string CHECKLIST is not centered inside its msgitem: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oWnd, oFnt DEFINE FONT oFnt NAME GETSYSFONT() SIZE 0, -8 BOLD DEFINE WINDOW oWnd SET MESSAGE OF oWnd; ...
by Enrico Maria Giordano
Mon Feb 09, 2009 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TMsgItem
Replies: 4
Views: 732

... UTF-8 and the encoding for file names in the file system. Figure 1. Conversion between File Name Encodings Conversion between File Name Encodings Checklist for Application Writers This section is a practical summary of the detailed description above. You can use this as a checklist of things to ...
by xProgrammer
Thu Dec 11, 2008 12:36 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: GTK ..... What error ?
Replies: 1
Views: 1140

... (98,XP,Vista) that could result in data corruption but a couple of questions does arise. I hope you don't mind me using your previous post as a checklist James :) . >If you are an employee and your company is doing a lot of transactions made by a lot of users, then SQL is the way to go. Agree. ...
by hua
Wed Jun 25, 2008 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 11959

TMsgItem [Solved]

In the following sample, the message "CHECKLIST" is not centered in its item space: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd    DEFINE WINDOW oWnd    SET MESSAGE OF oWnd 2007  ...
by Enrico Maria Giordano
Sun Jun 08, 2008 6:39 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TMsgItem [Solved]
Replies: 6
Views: 2230

Bug in message bar

In the following sample, the text "CHECKLIST" is not centered and the item background is not red: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oWnd DEFINE WINDOW oWnd SET MESSAGE OF oWnd 2007 DEFINE MSGITEM OF oWnd:oMsgBar; ...
by Enrico Maria Giordano
Tue Feb 12, 2008 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in message bar
Replies: 4
Views: 1183

Mr. Hua can you send me your application borland's make script. Sure, I'll e-mail it later. In the mean time, here's a checklist of what you need to change in your script in order to use the latest xHarbour ⋅  replace gtwin.lib with gtgui.lib ⋅  replace dbfdbt.lib ...
by hua
Thu Dec 14, 2006 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Too many MAP file names:
Replies: 12
Views: 3640

Return to advanced search

cron