My Dear ,
Is it possible to obtain External Data base Package for VIP 7.3 PE
Dos it needs a cost or What ?
Search found 5 matches
- 20 Dec 2014 12:45
- Forum: Visual Prolog
- Topic: is it Possible to obtain External Data base Package for VIP 7.3 PE
- Replies: 1
- Views: 2067
- 14 Dec 2014 11:47
- Forum: Visual Prolog
- Topic: Example How to write the predicate directory::browseforfolder
- Replies: 2
- Views: 2513
thanks for Help .
My Dear , thanks for help
you syntax worked well as above .
thank you very much .
Code: Select all
ChosenFolder=directory::browseForFolder(vpiDomains::nullWindow,"Search Folders","c:\\",false()) ,!,
stdIO :: write(ChosenFolder),
thank you very much .
- 14 Dec 2014 6:15
- Forum: Visual Prolog
- Topic: Example How to write the predicate directory::browseforfolder
- Replies: 2
- Views: 2513
Example How to write the predicate directory::browseforfolder
Dear ,
i Need a sample predicate for how to Search for folder via
direcotory::browseforfolder Predicate
i'll be so gratefull .
i Need a sample predicate for how to Search for folder via
direcotory::browseforfolder Predicate
i'll be so gratefull .
- 2 Nov 2011 3:22
- Forum: Visual Prolog
- Topic: How can i add image from jpg file to small area window in my form .
- Replies: 8
- Views: 6144
My Dear Tonton , Thank you for your Directive Link ..
My Dear Tonton , Thanks for your Link ... The following code has been worked for " *.bmp " images and that is well .. predicates onPaint : drawWindow::paintResponder. clauses onPaint(_Source, _Rectangle, GDI):- Dir= directory::getCurrentDirectory(), FileName=string::concat(Dir,"\\pt_p...
- 30 Oct 2011 4:18
- Forum: Visual Prolog
- Topic: How can i add image from jpg file to small area window in my form .
- Replies: 8
- Views: 6144
How can i add image from jpg file to small area window in my form .
My Dear friends , forgive me because i am novice in OOP and GUI Environment ,, it was long time ago working with Borland's Turbo prolog ... working via Visual prolog 7.2 PE Now ... I Have a Main form that Holds Main patient Data .. like shown in picture (workboard_1) . I wish if i Can add Image for ...