Advertisement

Results for "Author: grenville tryon"

5_2007-2008 #175769
UIVB (Source class code generator release 2.0)

Select your data source. Then you can create all the necesary items to make the initial 40% code (Project, MDI menu, browse forms, edit forms) from the selected tables. It normally reduces my developmnt time in a 50%. The next step depend on you. It will support file templates, to let you customize the editing forms. If you like this code, please vote for it. And, if I see a good rate, i will take a time to make this 3rd release. Of course, your feedbacks are welcome. I will wait for it.

5_2007-2008 #175770
Form validate

This class was designed to send important information to clients via email with password, Off-line connection on graphic mode. The same applet can be used to send a voucher, a greetings card, a money confirmation of a transaction and so on. The source code is provided so, you can customize as your needs (add music, change the encryption algorihtm, the logon window, etcs). How to use the afp.class: This is an applet that lets the user get information sended on an HTML encrypted page. To use, the user must be try three times to enter a password (Encrypted into the HTML). The special bonus is the facility of have a totally configurable information. Lets see the HTML: HTML> HEAD>TITLE>ESTADO DE CUENTA DE AFP HORIZONTE/TITLE>/HEAD> BODY> p align="center"> APPLET CODE="afp.class" WIDTH=640 HEIGHT=800> PARAM NAME=Mensaje VALUE="KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}2222222*643*161}Bw!3!ef!Nbzp*256*181}"> PARAM NAME=Titulo VALUE="010050NOMBRE DEL AFILIADO:|530025AFP HORIZONTE|490050CIUU:|010070DIRECCION:|220025ESTADO DE CUENTA DEL AFILIADO|015115SALDO A LA FECHA: 29/09/2,000|015205DETALLE DE MOVIMIENTOS AL 29/09/2000|015670OBSERVACIONES:|015595BONO DE RECONOCIMIENTO:|"> PARAM NAME=Pintar VALUE="005010620080000255255|005100620020000000255|005190620020000000255|005320620020000000255|005450620020000000255|005580620020000000255|005650620060000000255|"> PARAM NAME=Marco VALUE="001001630790|005010620080|005100620080|005100620020|005160620020|500100125080|005190620120|005190620020|500190125120|005320620120|005320620020|005320300120|005320400120|005320500120|005450620120|005450620020|005450300120|005450400120|005450500120|005580620060|005580620020|005580620040|200600200040|005650620120|005650620060|"> PARAM NAME=Imagenes VALUE="005010050030afplogo.gif|"> /APPLET> /BODY> Parameters on the HTML: Titulo: (Title) xxxyyyaaaaaaaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the text to draw and | is the separators between distincts titles. 010050NOMBRE DEL AFILIADO| Will set the title NOMBRE DEL AFILIADO on 10,50 coors. Pintar: (Fill) xxxyyymmmnnnrrrgggbbb|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits), rrrgggbbb is the rgb color and | is the separator between distincts fills. 005010620080000255255| Will fill a rectangle on (5,10,620,80) of rgb(0,255,255) color. Marco: (Rectangle) xxxyyymmmnnn|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits) and | is the separator between distincts rectangles. 005010620080| Will draw a rectangle on (5,10,620,80), transparent background. Imagenes: (Pictures) xxxyyyaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the image to draw (must be on the same folder where the class is) and | is the separator betwen pictures. 005010050030afplogo.gif| Will draw the picture afplogo.gif in (5,10,50,30) coors. Mensaje: (Messages) aaaa}bbbbbb*xxx*yyy}, where aaaa is the password, } is the separator, bbbb is a message with xxx as x axis and yyy as y axis. Each ASCII value will be rest on one (B=A,f=e...) to get their real value. KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}, where: KPSHF is the password (JORGE), and: Kpshf!ef!mb!Dsv{!Spkbt*256*161 Will draw Jorge de la Cruz on (145,50) coors.

5_2007-2008 #175771
Tryon File System r1.0

-almost- Complete File System (upload, download, erase and directory navegation) in ONE single file with login support. All in a basis of a short code (223 lines) and just ONE 8 Kb file. Tested succesfully in Linux/Windows. If you find it usefull please vote for it.

6_2008-2009 #198282
Bars on MSFlexGrid

This code shows the basis to manage a drag&drop bars on an MSFlexGrid. This easy source code lets you make the necesary changes to work in companion with my hierarcical msflexgrid. You can make the changs to work the bars to make it vertical. Add pictures,text (anything!) on the bars. Very easy code!

6_2008-2009 #198283
Grid Hierarcical

Source code of a Control, subclassing the MSFlexGrid, to create a Hierarcical Grid (like Treeview). But, as in a MSFlexGrid, you can set individual fonts, colors, even pictures on any cell.

6_2008-2009 #198284
SQL EsaySentence Creator

This SW allows you to create complex SQL sentences, working with the Dictionary of the Data Base in use. This sentences can be saved to use it later. IMPORTANT: This SW was made in Spanish. As I drop the source code, change it to English is easy. Advances: -Works like the ISQL command. -You can select the number of records to be recalled, and the timeout. -The response will be separated by ASCII 9. Pass it to an Excel Worksheet to work with the results. -You can create the masks for: insert, select, update, delete of the tables. -You have a create table/index template. -The sentence can be converted to a string to pass it trough the clipboard onto your VB project. -You have an internal buffer, to work with two 'clipboards'.

6_2008-2009 #198285
QueryBuilder

Create complex SQL sentences on the fast-way. (Even 50% faster). Then, save it to retrieve it later. (Ex called Easy Sentence Creator).

6_2008-2009 #198286
Source Code Class Generator

This code will allow yours to create source code from a table DB into a class module. It creates the following methods: add records, edit records, delete records, charge records and find/fill variables from a single record.

6_2008-2009 #198287
UIVB (Source class code generator release 2.0)

Select your data source. Then you can create all the necesary items to make the initial 40% code (Project, MDI menu, browse forms, edit forms) from the selected tables. It normally reduces my developmnt time in a 50%. The next step depend on you. It will support file templates, to let you customize the editing forms. If you like this code, please vote for it. And, if I see a good rate, i will take a time to make this 3rd release. Of course, your feedbacks are welcome. I will wait for it.

6_2008-2009 #198288
Form validate

This class was designed to send important information to clients via email with password, Off-line connection on graphic mode. The same applet can be used to send a voucher, a greetings card, a money confirmation of a transaction and so on. The source code is provided so, you can customize as your needs (add music, change the encryption algorihtm, the logon window, etcs). How to use the afp.class: This is an applet that lets the user get information sended on an HTML encrypted page. To use, the user must be try three times to enter a password (Encrypted into the HTML). The special bonus is the facility of have a totally configurable information. Lets see the HTML: HTML> HEAD>TITLE>ESTADO DE CUENTA DE AFP HORIZONTE/TITLE>/HEAD> BODY> p align="center"> APPLET CODE="afp.class" WIDTH=640 HEIGHT=800> PARAM NAME=Mensaje VALUE="KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}2222222*643*161}Bw!3!ef!Nbzp*256*181}"> PARAM NAME=Titulo VALUE="010050NOMBRE DEL AFILIADO:|530025AFP HORIZONTE|490050CIUU:|010070DIRECCION:|220025ESTADO DE CUENTA DEL AFILIADO|015115SALDO A LA FECHA: 29/09/2,000|015205DETALLE DE MOVIMIENTOS AL 29/09/2000|015670OBSERVACIONES:|015595BONO DE RECONOCIMIENTO:|"> PARAM NAME=Pintar VALUE="005010620080000255255|005100620020000000255|005190620020000000255|005320620020000000255|005450620020000000255|005580620020000000255|005650620060000000255|"> PARAM NAME=Marco VALUE="001001630790|005010620080|005100620080|005100620020|005160620020|500100125080|005190620120|005190620020|500190125120|005320620120|005320620020|005320300120|005320400120|005320500120|005450620120|005450620020|005450300120|005450400120|005450500120|005580620060|005580620020|005580620040|200600200040|005650620120|005650620060|"> PARAM NAME=Imagenes VALUE="005010050030afplogo.gif|"> /APPLET> /BODY> Parameters on the HTML: Titulo: (Title) xxxyyyaaaaaaaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the text to draw and | is the separators between distincts titles. 010050NOMBRE DEL AFILIADO| Will set the title NOMBRE DEL AFILIADO on 10,50 coors. Pintar: (Fill) xxxyyymmmnnnrrrgggbbb|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits), rrrgggbbb is the rgb color and | is the separator between distincts fills. 005010620080000255255| Will fill a rectangle on (5,10,620,80) of rgb(0,255,255) color. Marco: (Rectangle) xxxyyymmmnnn|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits) and | is the separator between distincts rectangles. 005010620080| Will draw a rectangle on (5,10,620,80), transparent background. Imagenes: (Pictures) xxxyyyaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the image to draw (must be on the same folder where the class is) and | is the separator betwen pictures. 005010050030afplogo.gif| Will draw the picture afplogo.gif in (5,10,50,30) coors. Mensaje: (Messages) aaaa}bbbbbb*xxx*yyy}, where aaaa is the password, } is the separator, bbbb is a message with xxx as x axis and yyy as y axis. Each ASCII value will be rest on one (B=A,f=e...) to get their real value. KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}, where: KPSHF is the password (JORGE), and: Kpshf!ef!mb!Dsv{!Spkbt*256*161 Will draw Jorge de la Cruz on (145,50) coors.

6_2008-2009 #198289
Tryon File System r1.0

-almost- Complete File System (upload, download, erase and directory navegation) in ONE single file with login support. All in a basis of a short code (223 lines) and just ONE 8 Kb file. Tested succesfully in Linux/Windows. If you find it usefull please vote for it.

7_2009-2012 #220800
Bars on MSFlexGrid

This code shows the basis to manage a drag&drop bars on an MSFlexGrid. This easy source code lets you make the necesary changes to work in companion with my hierarcical msflexgrid. You can make the changs to work the bars to make it vertical. Add pictures,text (anything!) on the bars. Very easy code!

7_2009-2012 #220801
Grid Hierarcical

Source code of a Control, subclassing the MSFlexGrid, to create a Hierarcical Grid (like Treeview). But, as in a MSFlexGrid, you can set individual fonts, colors, even pictures on any cell.

7_2009-2012 #220802
SQL EsaySentence Creator

This SW allows you to create complex SQL sentences, working with the Dictionary of the Data Base in use. This sentences can be saved to use it later. IMPORTANT: This SW was made in Spanish. As I drop the source code, change it to English is easy. Advances: -Works like the ISQL command. -You can select the number of records to be recalled, and the timeout. -The response will be separated by ASCII 9. Pass it to an Excel Worksheet to work with the results. -You can create the masks for: insert, select, update, delete of the tables. -You have a create table/index template. -The sentence can be converted to a string to pass it trough the clipboard onto your VB project. -You have an internal buffer, to work with two 'clipboards'.

7_2009-2012 #220803
QueryBuilder

Create complex SQL sentences on the fast-way. (Even 50% faster). Then, save it to retrieve it later. (Ex called Easy Sentence Creator).

7_2009-2012 #220804
Source Code Class Generator

This code will allow yours to create source code from a table DB into a class module. It creates the following methods: add records, edit records, delete records, charge records and find/fill variables from a single record.

7_2009-2012 #220805
UIVB (Source class code generator release 2.0)

Select your data source. Then you can create all the necesary items to make the initial 40% code (Project, MDI menu, browse forms, edit forms) from the selected tables. It normally reduces my developmnt time in a 50%. The next step depend on you. It will support file templates, to let you customize the editing forms. If you like this code, please vote for it. And, if I see a good rate, i will take a time to make this 3rd release. Of course, your feedbacks are welcome. I will wait for it.

7_2009-2012 #220806
Form validate

This class was designed to send important information to clients via email with password, Off-line connection on graphic mode. The same applet can be used to send a voucher, a greetings card, a money confirmation of a transaction and so on. The source code is provided so, you can customize as your needs (add music, change the encryption algorihtm, the logon window, etcs). How to use the afp.class: This is an applet that lets the user get information sended on an HTML encrypted page. To use, the user must be try three times to enter a password (Encrypted into the HTML). The special bonus is the facility of have a totally configurable information. Lets see the HTML: HTML> HEAD>TITLE>ESTADO DE CUENTA DE AFP HORIZONTE/TITLE>/HEAD> BODY> p align="center"> APPLET CODE="afp.class" WIDTH=640 HEIGHT=800> PARAM NAME=Mensaje VALUE="KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}2222222*643*161}Bw!3!ef!Nbzp*256*181}"> PARAM NAME=Titulo VALUE="010050NOMBRE DEL AFILIADO:|530025AFP HORIZONTE|490050CIUU:|010070DIRECCION:|220025ESTADO DE CUENTA DEL AFILIADO|015115SALDO A LA FECHA: 29/09/2,000|015205DETALLE DE MOVIMIENTOS AL 29/09/2000|015670OBSERVACIONES:|015595BONO DE RECONOCIMIENTO:|"> PARAM NAME=Pintar VALUE="005010620080000255255|005100620020000000255|005190620020000000255|005320620020000000255|005450620020000000255|005580620020000000255|005650620060000000255|"> PARAM NAME=Marco VALUE="001001630790|005010620080|005100620080|005100620020|005160620020|500100125080|005190620120|005190620020|500190125120|005320620120|005320620020|005320300120|005320400120|005320500120|005450620120|005450620020|005450300120|005450400120|005450500120|005580620060|005580620020|005580620040|200600200040|005650620120|005650620060|"> PARAM NAME=Imagenes VALUE="005010050030afplogo.gif|"> /APPLET> /BODY> Parameters on the HTML: Titulo: (Title) xxxyyyaaaaaaaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the text to draw and | is the separators between distincts titles. 010050NOMBRE DEL AFILIADO| Will set the title NOMBRE DEL AFILIADO on 10,50 coors. Pintar: (Fill) xxxyyymmmnnnrrrgggbbb|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits), rrrgggbbb is the rgb color and | is the separator between distincts fills. 005010620080000255255| Will fill a rectangle on (5,10,620,80) of rgb(0,255,255) color. Marco: (Rectangle) xxxyyymmmnnn|, where xxx is the x1 axis (3 digits), yyy is the y1 axis (3 digits), mmm is the x2 axis (3 digits), nnn is the y2 axis (3 digits) and | is the separator between distincts rectangles. 005010620080| Will draw a rectangle on (5,10,620,80), transparent background. Imagenes: (Pictures) xxxyyyaaaaa|, where xxx is the x axis (3 digits), yyy is the y axis (3 digits), aaaaaaa is the image to draw (must be on the same folder where the class is) and | is the separator betwen pictures. 005010050030afplogo.gif| Will draw the picture afplogo.gif in (5,10,50,30) coors. Mensaje: (Messages) aaaa}bbbbbb*xxx*yyy}, where aaaa is the password, } is the separator, bbbb is a message with xxx as x axis and yyy as y axis. Each ASCII value will be rest on one (B=A,f=e...) to get their real value. KPSHF}Kpshf!ef!mb!Dsv{!Spkbt*256*161}, where: KPSHF is the password (JORGE), and: Kpshf!ef!mb!Dsv{!Spkbt*256*161 Will draw Jorge de la Cruz on (145,50) coors.

7_2009-2012 #220807
Tryon File System r1.0

-almost- Complete File System (upload, download, erase and directory navegation) in ONE single file with login support. All in a basis of a short code (223 lines) and just ONE 8 Kb file. Tested succesfully in Linux/Windows. If you find it usefull please vote for it.

Languages
Top Categories
Global Discovery