Search found 81 matches: levels

Return to advanced search

Re: Show Image with % of transparency

... transparency level oBrush:End() oBmp:End() return nil To create a MERGED image ( can include different logos with different sizes and transp.-levels ): 1. Select a main-image with the button < Load > 2. from the combobox select style : Transp.logo 3. select a alpha-logo ( You can add ...
by ukoenig
Mon Jun 02, 2014 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show Image with % of transparency
Replies: 3
Views: 947

Re: Any other encryption system besides Blowfish?

... with user logins to restrict who can connect to the database. · Permissions: Use database roles and assign user and group permissions to fine-tune levels of access that users can have. · Require logins: Disable free connections on the Advantage Database Server to force all connections to authenticate ...
by reinaldocrespo
Mon Dec 09, 2013 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any other encryption system besides Blowfish?
Replies: 6
Views: 2040

XBROWSE has to extend with other controls.

Hi Antonio, We have examples of Incremental Search that works fine. But the examples are not at professional levels and that are very basic to learn FWH. Those examples we cannot use in our professional application. I am trying to to extend the functionality with GET or other ...
by shri_fwh
Sat Dec 07, 2013 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE has to extend with other controls.
Replies: 0
Views: 348

Flickr API, upload file with POST Method

... are some around, but I want to give special TAGs to each picture and to organize pictures in different "Collections" in 5 different levels. I need to make a POST for a "file" to the Flickr URL. Any one can tell me how to do that from FiveWin? I have use the function HB_InetConnect ...
by alvaro533
Mon May 20, 2013 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flickr API, upload file with POST Method
Replies: 2
Views: 650

Re: 3 levels categories

The DBF does not matter.

get var1 valid ...
get var2 valid ...
get var3 valid ...
read

field_to_save := var1 +var2 + var3
by ADutheil
Mon Apr 22, 2013 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

Re: 3 levels categories

Silvio. You can do this: Static nLenCode := 8 Redefine get oget var cvar id 4000 of odlg Valid cCodeOk(cvar) Function cCodeOK(cVar) if !MyCatal->(dbseek(cVar)) .or. len(alltrim(cVar)) != nLenCode Stop("Bad code inserted") return .f. endif Return .t. This is only for transactions validat...
by FranciscoA
Mon Apr 22, 2013 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

Re: 3 levels categories

Antonio Mart.,
the function can run ok only when I digit a string of 8 Cr the function run ok
if I digit a string of 6 cr it is bad code I can have only 3 levels

for sample
aa
aabb
aabbcccc

the function must return a string aabbcc as right ...
by Silvio.Falconi
Sun Apr 21, 2013 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

Re: 3 levels categories

perhaps it is that I'm searching... I must make some tests
by Silvio.Falconi
Sun Apr 21, 2013 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

Re: 3 levels categories

Silvio, Here at the levels we call families of items. So you should have your stored configuration in a field the levels of your families of items. Example: If your levels are 2,2,4 you can store "020408" To find that there ...
by Antonio Mart.
Sun Apr 21, 2013 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

Re: 3 levels categories

sorry I have allready the dbf, and I must use this (from customer) look this :

Image
by Silvio.Falconi
Sun Apr 21, 2013 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

Re: 3 levels categories

You can split the get into 3 gets so you can validate them separately.
by ADutheil
Sun Apr 21, 2013 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

3 levels categories

I'm thinking to create 3 levels of categories for a store Level 1 : 2 Characters (es. 11) Level 2 : 2 Characters (es. 1122) Level 3 : 4 Characters (es. 11223333) sample : cCodice:= 01020001 cDesc := Italian keyboard black I have some ...
by Silvio.Falconi
Sun Apr 21, 2013 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 levels categories
Replies: 7
Views: 1213

To Nages Understand XBrowse tree with dbf

... description CodAzi Densoc ---------------------------------------------------------- 00 "Indirizzi utili per regioni " this level has 4 levels 10 20 30 40 each sublevel with has another level sample 101 or 202 or 402 and each another level sample 10101 or 10102 or 10103 On oldest fwh(16 ...
by Silvio.Falconi
Tue Mar 19, 2013 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Understand XBrowse tree with dbf
Replies: 16
Views: 4906

Re: Server vs Notebook as Server for FW programms

The server has specific hardware for long and strenous use. Take a look: http://www.makeuseof.com/answers/difference-hardware-pc-server/ Read about RAID too: http://en.wikipedia.org/wiki/Standard_RAID_levels In a server with raid 10 the disks in the array can be hot-swapable when an erro occur and t...
by sambomb
Mon Jan 21, 2013 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 17077

Re: sub menus

Bruce, Cascading menus are tedious to use. You may note that most windows apps limit pull-down menus to two levels deep. Any more can get difficult to handle with a mouse. You can consider an interface redesign possibly putting the third level in a combo box on a dialog that ...
by James Bott
Sun Jan 06, 2013 1:25 am
 
Forum: FiveWin for CA-Clipper
Topic: sub menus
Replies: 4
Views: 2544
PreviousNext

Return to advanced search