Re: customize assembly

Re: customize assembly

Anonymous
Not applicable
364 Views
2 Replies
Message 1 of 3

Re: customize assembly

Anonymous
Not applicable

Code i used

 

SyntaxEditor Code Snippet

xlsPath=("PARAMETRY.xls")


If PODNOSNIK = "MNIEJSZY" Then

GoExcel.CellValue(xlsPath, "Arkusz1","B4")=840
GoExcel.CellValue(xlsPath, "Arkusz1","B20")=1800
GoExcel.CellValue(xlsPath, "Arkusz1","B25")=720
GoExcel.CellValue(xlsPath, "Arkusz1","B29")=1200
MultiValue.UpdateAfterChange = True

GoExcel.Save


ElseIf PODNOSNIK = "WIEKSZY" Then


GoExcel.CellValue(xlsPath, "Arkusz1","B4")=900
GoExcel.CellValue(xlsPath, "Arkusz1","B20")=2000
GoExcel.CellValue(xlsPath, "Arkusz1","B25")=800
GoExcel.CellValue(xlsPath, "Arkusz1","B29")=1400
MultiValue.UpdateAfterChange = True

GoExcel.Save


End If




And then this kind of form. No going into .xls just choosing options in form. iAssemlby is also a solution

https://www.youtube.com/watch?v=1_d8Hl6z-j0
0 Likes
365 Views
2 Replies
Replies (2)
Message 2 of 3

4donwan4
Alumni
Alumni

Since this is involving code and more of a customization issue I will move this post to our customization forum for more assistance.

Regards,

Don

0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks
Did you understand my problem.
0 Likes