Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising

grid

A vfp grid working with the web

A vfp grid working with the web

Click on code to select [then copy] -click outside to deselect this code builds a vfp grid working with web objects as images,html,... the countries flags are linked to their web locations and transformed in image control pictureVal (as seen in my previous...

Read more

Advertising
A multiselect Grid

A multiselect Grid

this code builds a grid with multiSelect Functionalities as windows explorer does(click to select an object and reclick maintaining shift key to make a selection). to achieve this goal we need to a logic field (added automatically to the recordSource...

Read more

VFP Grid cosmetics partII

VFP Grid cosmetics partII

I have already made a cosmetic grid partI and this is the following continuation. in this code i build a vfp grid with -altering initial cursor (selected from customer.dbf, here as demo) and adding a first column dedied to icons or images The icons are...

Read more

VFP grid Cosmetics Part I

VFP grid Cosmetics Part I

-The vfp grid have many PEM to beautify it and make it some attractive.This code test many methods to do that purpose . this native grid utility can do the follows :-Generates random dynamic lighten backcolors for grid rows(can fix color).-Generates random...

Read more

Advertising
Visual foxpro Grid with background image

Visual foxpro Grid with background image

*This code allows to make some cosmetics on a vfp grid and can set an image background by an artifact. *it uses 2 top level forms "glowed" with coding events and transparency with APIs. *There is some flickers appearing when manipulate these objects but...

Read more