Thursday, August 18, 2011

premier resultats woohoo

After few modifications to dataset management

and lots of modification to array (redim cannot change number of dimensions)

its giving its first results in internet explorer (my web interface):

SYMPTOMS
Select S/N S/N 2 Symptom Problem Probability Confirmation
9 1 The carrier moves only in one direction One coil of the proportional valve is not well connected 0,65 2
67 1 FAULT HYDRAULIC OIL LOW LEVEL Cumulative of minor leaks of oil during maintenance 0,4 2
41 1 Hydraulic oil level in tank too low Cumulative of minor leaks of oil during maintenance 0,4 2
20 1 Many filters clogued at the same time Oil is too cold (during start-up) 0,35 1
9 2 The carrier moves only in one direction One coil is bursted on the proportional directional valve 0,35 2
7 1 External oil leaks on a component A mechanical joint is not torqued enough 0,35 2


Now most poeple will ask the eternal question:
why you did not use a frame and a dataset and put the results in a windows made by vb.net?

same answer:
the windows generated by vb.net is not dynamic
even the GRID made by .net framework for internet explorer is bad for dynamic resizable results
when you resize it, it's not ajusting columns size horizontally (or it does, but badly)

I should use crytal report you say?
and double my job by having to generate nice reports?
no thanks

That is why i use internet explorer as interface:
resizable
zoomable (you know thoses letter become small, with thoses new screens full hd)
printable (with automatic width adjustement to the paper)
copy/past able (easy to copy a table in excel for analysis)

More to come on the progress

lots of  corrections to make on the rest of my code to make everything work
but the main thing is working:
buttons control
database access

the rest is just lots of typing and debugging

to do:
make the ENTER key work again with vb
correct all the redim that change number of dimensions
change all array variables using bad number of dimensions

Good night!




No comments:

Post a Comment