How have free license for the educational ?
i work in small hospital and free teach in "basic database and apply in your work" 
my student is children student ,doctor,nurse and people etc

by use my visual database 1.2 1.3 to 1.46 for teach because free edition 
but 1.47 and later not free and in i haven't  license

Thank You .... My Visual Database Example easy for my student
http://www.bloggang.com/data/m/mrpostcard/picture/1409626181.jpg

Hi derek.
Thank  You for sample download but i use My Visual Database 1.46 can not open project
I need Try  send sample by old version ..
Help me please
Pra House Family
http://s10.postimg.org/wobzpj3gl/2015_06_26_Image_001.jpg

Thank You Very much
But I need Show effect in lable not in table

304

(7 replies, posted in Script)

It Work Nice !
Function Easy Fix bug By Multiple Show Form
smile Thanks Dmitry

How To edit script when DateTimePicker  On_Change and display in lable or textbox

sample
A = Start Date (01/01/2015)
B = Stop Date (25/06/2015)
Answer
B - A
Display = " Year=0 Month=5 Day=24 "


How to edit Script  ?
My Student  Ark me  but I Haven't Answer because function this can apply birth ,expire date or etc
help me please !
Download My Project
09 Lesson Script.zip

Sample Screen Shot
http://s21.postimg.org/nfhhlv3bn/2015_06_25_Image_001.jpg

306

(7 replies, posted in Script)

Thank You very much
Thank you again by Love...

307

(7 replies, posted in Script)

I Have  2 Form
1- frm_a (start from)
   - Button(open from b)
2- frm_b



how to edit script when click button open frm_b  and  close frm_a

308

(1 replies, posted in Reports)

I want to edit  in report display  by
aaa = type date in mvd

concat(aaa,substr(aaa,1,4))

it error  Help me please !
http://s3.postimg.org/4elsh1nq7/2015_06_09_Image_001.jpg

309

(1 replies, posted in Script)

i set button when click  run sql:update table
but after no action to display

procedure frm_item_Button2_OnClick (Sender: string; var Cancel: boolean);
begin
SQLExecute(
 'update alldata '+
 'set tm_group = '+
 'case '+
 'WHEN substr(dateservice,6,2) ="01" then "jan" '+
 'WHEN substr(dateservice,6,2) ="02" then "feb" '+
 'WHEN substr(dateservice,6,2) ="03" then "mar" '+
 'WHEN substr(dateservice,6,2) ="04" then "apr" '+
 'WHEN substr(dateservice,6,2) ="05" then "may" '+
 'WHEN substr(dateservice,6,2) ="06" then "jun" '+
 'WHEN substr(dateservice,6,2) ="07" then "jul" '+
 'WHEN substr(dateservice,6,2) ="08" then "aug" '+
 'WHEN substr(dateservice,6,2) ="09" then "sep" '+
 'WHEN substr(dateservice,6,2) ="10" then "oct" '+
 'WHEN substr(dateservice,6,2) ="11" then "nov" '+
 'WHEN substr(dateservice,6,2) ="12" then "dec" '+
 ' end ;'
);
end.

http://s2.postimg.org/jjk14mp9h/2015_06_08_Image_002.jpg
My Project
jintana.zip
Help me please ?

310

(1 replies, posted in Reports)

How to set or edit display datetime in report  print preview same report(SQL) print preview

To format YYYY-mm-dd


Help me please !!!

http://s28.postimg.org/9anzs5mzt/2015_06_04_Image_003.jpg

311

(1 replies, posted in Reports)

In Group  Footer  It Display  Logic Error
I will to display
Sum (-3600 ,-3600) = -7200


But Report display = -3600-3600
How to edit  in System memo or Where ?

312

(4 replies, posted in Script)

How To Auto load value Datagrid to combobox when
-click film
-click add film lating
-in combobox auto load value from datadrid to combobox

313

(4 replies, posted in General)

It Easy Very Much .....


Yesterday      "Increm.Search"   is ???????

Today              "Increm.Search"  Understand

I and Student Thank you Very much......  Dmitry Teacher

314

(4 replies, posted in General)

I need to show in  example

315

(4 replies, posted in General)

how to set or edit
tablegrid 1 = master
tablegrid 2 = detail

on even onclick 

help me please !

Download Project Below This

lesson 009 mater detail.zip


will to use teach my student in classroom System development Life Circle

316

(2 replies, posted in General)

Ohhhh Hooooooo Thank you Very much .....
Love Love Love

317

(5 replies, posted in General)

use database.net edit index and  unique field
pass sure !


download
http://fishcodelib.com/files/DatabaseNet4.zip

http://s11.postimg.org/4zvhrpaen/2015_01_19_Image_002.jpg
http://s21.postimg.org/fd6yorvcj/2015_01_19_Image_003.jpg
http://s7.postimg.org/5y7n0kop3/2015_01_19_Image_004.jpg

318

(2 replies, posted in General)

How Edit Script To Text Change

procedure frm_inout_Edit3_OnChange (Sender: string);
begin
        try
        frm_inout.Edit4.Text := IntToStr(StrToInt(frm_inout.Edit3.Text)*StrToInt(frm_drugitem.Edit7.Text));
        except
        frm_inout.Edit4.Text := '';
        end ;                     
end;

or ???

Help me Please !

319

(6 replies, posted in General)

Thank You Very More ..... Love love Love

320

(6 replies, posted in General)

Where to edit expression or table.ini ?
Have picture edit calcaulate ?

321

(6 replies, posted in General)

How to edit  Expression

drugtransaction.drugsumprize

-drugtransaction.sumunit*drugitem.drug_cost_use
or
-select drugtransaction.sumunit*drugitem.drug_cost_use
from drugtransaction where  drugtransaction.id_drugitem =drugitem.id
or
???

help me please !
Check Drug Stock 2015.zip

322

(6 replies, posted in General)

how to edit  field  type (CALCULATED:)

drugitem.drug_cost_use * drugtransaction.sumunit

because after use edit expression editor error

show

no such table : fieldname

323

(1 replies, posted in General)

what is Dialog Page In report design  ?
how to edit or input parameter date time ,string  or integer in dialog page ?

324

(3 replies, posted in General)

thank you it  completed and easy to fix

love love love  roberto

325

(3 replies, posted in General)

I want to show number data format
123.45

but in table grid show
123

help me please