| Author |
Message |
Topic: Embedded HTML apps |
SK
Replies: 39
Views: 190129
|
Forum: Knowledge Base Posted: Mon Apr 19, 2004 7:30 pm Subject: Embedded HTML apps |
| Thanks for this post! Seems to be VERY useful. |
Topic: Variables assigning question |
SK
Replies: 5
Views: 22997
|
Forum: Wish List Posted: Mon Feb 16, 2004 2:55 pm Subject: Variables assigning question |
Ok, in this case the one thing we can do, is to move it to "Wish List"  |
Topic: Variables assigning question |
SK
Replies: 5
Views: 22997
|
Forum: Wish List Posted: Mon Feb 16, 2004 2:49 pm Subject: Variables assigning question |
Thanks for replies,
just thought it is some undocumented trik (something like putting
multiple functions after "if" or "until")... |
Topic: Variables assigning question |
SK
Replies: 5
Views: 22997
|
Forum: Wish List Posted: Mon Feb 16, 2004 2:28 pm Subject: Variables assigning question |
Hi, all
Question about variables:
Is it a way to assign the same value to large number of variables
in one turn... something like this:
%A = %B = %C = 0
Thanks. |
Topic: Database DSU |
SK
Replies: 25
Views: 133435
|
Forum: Visual DialogScript 5 Units Posted: Thu Jan 22, 2004 7:39 am Subject: Database DSU |
Yeah, you are right, at some point you have to say 'stop', before you are entering to 'infinite loop' with improvments & additional features... Anyway i belive it will be a great unit...
I ... |
Topic: Copyright & licensing question |
SK
Replies: 11
Views: 28480
|
Forum: Miscellaneous Posted: Thu Jan 22, 2004 7:22 am Subject: Copyright & licensing question |
| Thank you for replies! |
Topic: Copyright & licensing question |
SK
Replies: 11
Views: 28480
|
Forum: Miscellaneous Posted: Wed Jan 21, 2004 10:58 am Subject: Copyright & licensing question |
1. Does anybody knows where can i find examples of license agreements, that i could apply to my programs -- they are freeware, but not open sourse.
2. Can i just write "Copyright (c) yyyy MyName" i ... |
Topic: Database DSU |
SK
Replies: 25
Views: 133435
|
Forum: Visual DialogScript 5 Units Posted: Wed Jan 21, 2004 10:15 am Subject: Database DSU |
Looks great!
Just suggestion about following commands:
database new,<database number>,<header1@tab()header2@tab()header3@tab()etc.>
database convert,<databa ... |
Topic: "match" function bug? |
SK
Replies: 3
Views: 17909
|
Forum: Bug Reports Posted: Sat Jan 10, 2004 11:14 pm Subject: "match" function bug? |
| Thank you guys for help! |
Topic: "match" function bug? |
SK
Replies: 3
Views: 17909
|
Forum: Bug Reports Posted: Sat Jan 10, 2004 4:08 pm Subject: "match" function bug? |
Here is the situation:
I have 4 files named 1.txt, 2.txt, 11.txt, 12.txt
and here is the program code:
title Match
inifile open,@path(%0)\file.ini
dialog create,Match,-1,0,200,65
dialog add, ... |
Topic: Ms-Excel 2002 (MS-Excel XP) with VDS 4.51... is it possible? |
SK
Replies: 3
Views: 14011
|
Forum: General Help Posted: Sat Jan 10, 2004 2:21 pm Subject: Ms-Excel 2002 (MS-Excel XP) with VDS 4.51... is it possible? |
I don't know if this will help, but you can use 'tab delimited text' to create Excell worksheets:
list create,1
list add,1,John@tab()21@tab()1111111
list add,1,Kris@tab()27@tab()2222222
list s ... |
Topic: DrawChart.dsu |
SK
Replies: 10
Views: 54222
|
Forum: Visual DialogScript 5 Units Posted: Sat Jan 10, 2004 1:41 am Subject: DrawChart.dsu |
Now it can be downloaded from here: http://www.vdsworld.com/index.php?page=download&fileid=367
Tanks to FreezingFire! |
Topic: DrawChart.dsu |
SK
Replies: 10
Views: 54222
|
Forum: Visual DialogScript 5 Units Posted: Thu Jan 08, 2004 12:16 pm Subject: DrawChart.dsu |
I registered in VDSWorld as author, but when i tried to aprove my license to VDS 5, it says that the username is incorrect ... I contacted VDSWorld by e-mail, but still no reply...
Anyway, t ... |
Topic: DrawChart.dsu |
SK
Replies: 10
Views: 54222
|
Forum: Visual DialogScript 5 Units Posted: Thu Jan 08, 2004 9:47 am Subject: DrawChart.dsu |
Hi all,
I just finished a little unit called DrawChart. Using this unit you can dinamically generate html page that contains a chart, than you can embed it to your program using 'browser' dialog elem ... |
| |