Archive

Posts Tagged ‘update current’

Update Current Blog

August 29th, 2011 Comments off

I have a blog. using wordpress.

for some reason, it’s using the exact same description for all posts and no keywords.

i need you to correct this so i can have both.

Update Current Crm

December 23rd, 2009 Comments off

I had a company build our CRM that tracks our clients, brokers, and has a bunch of options in the system for us to work with. Im happy with the solutions they built I just want to update it with new features and improve upon the functions in which it already has. I made contact with them recently and they want to charge me $2000/mo for a programmer to finish out the task at hand which I think is very high considering they built it for $4000-$5000.

Please list your expertise and show me any other CRM applications you have built. Please don’t send me a list of URL’s that have nothing to do with what I need.

For the right price and experience this will be an on going project. We plan on hiring a full time person as we grow and we are growing!

Brad

Update Current Vb 6 Program

May 13th, 2009 Comments off

1. I just add in the load kmap file button so here is how it needs to work.
When clicking on the button must have Operator ID, Lot ID filled and FFD must load.
Clicking on the button will launch the dialog to browse for the file.
File will be filter as Left 6 numbers of lotID and *.ffm. (Example if lot ID is 635437.1 then will looking for file is 635437*.ffm)
And the default path is: C
When loaded in the mainform (txtkmapfilename) will show full name of current file loaded (No path)
After loading the file reading contents of the file and popup the dialog the have 3 Colums with 2 bnts.

Only Display on rows that in ffm file in column 6 that have value of -1.000000

Column 1 is: DUT-Pin
Column 2 is: Current resistance. (For all rows in ffm content on row 6 the have value that is -1.000000)
Column 3 is: New resistance (This should be blank until the resistance on MainForm changed and will have value base on that)

Dialog look like this but in the Form (You can select on the line of DUT-Pin)
When you select on the on the rows of Dut-Pin,Current Resistance and new Resistance will send command to mainform to find and also send Dut-Pin to mainform.

Bear