Wow... Perfect!!!
Tnx a lot!!! :D
Search found 16 matches
- Sat Aug 09, 2014 5:57 pm
- Forum: discbugs
- Topic: How to close a previous instance?
- Replies: 5
- Views: 32839
- Thu Jul 31, 2014 10:22 pm
- Forum: discbugs
- Topic: How to close a previous instance?
- Replies: 5
- Views: 32839
How to close a previous instance?
Hi there!I use this code to check if an instance is already open but, everytime I click on the program I get a warning about the opened instance but every new instance doesn`t close and it remains opened.How Can I do to close every new instance? :oMany thanks!`detects if a form is alread open, run...
- Mon Jan 02, 2012 4:34 pm
- Forum: General category
- Topic: Prevent Copy & Paste with edit Object
- Replies: 0
- Views: 5258
Prevent Copy & Paste with edit Object
Hi all.
I used the routines that are in the example folders to prevent users to type unwanted chars but, is possible anyway make copy & Paste to write into the edit object.
Is there a way to disable or avoid copy & paste into an edit Object? :o
Thanks!!!
I used the routines that are in the example folders to prevent users to type unwanted chars but, is possible anyway make copy & Paste to write into the edit object.
Is there a way to disable or avoid copy & paste into an edit Object? :o
Thanks!!!
- Sat Jul 23, 2011 9:35 pm
- Forum: General category
- Topic: Many Access Violation
- Replies: 1
- Views: 4518
Many Access Violation
I got many errors With this code: Access Violation & Runtime Error.Run it and put some characters in the fields and click on check(I used `goto Label` to exit from SUB, because EXIT SUB don`t seems to work)----------------------------------------------------------------Object Mainform as form&nb...
- Sat Jul 23, 2011 5:41 pm
- Forum: General category
- Topic: Create new objects
- Replies: 2
- Views: 5583
Create new objects
It works perfect, tnx a lot!!!
(but could be interesting to have possibility to extend objects.)
(but could be interesting to have possibility to extend objects.)
- Sat Jul 23, 2011 9:03 am
- Forum: General category
- Topic: Create new objects
- Replies: 2
- Views: 5583
Create new objects
Is it possible to extend or modify an object?
For example, I need an EDIT object that accepts just Alphabet and numbers. (no symbols, no space)
Tnx.
For example, I need an EDIT object that accepts just Alphabet and numbers. (no symbols, no space)
Tnx.
- Sat Jul 23, 2011 8:05 am
- Forum: General category
- Topic: How to Write Record into a file?
- Replies: 5
- Views: 11176
How to Write Record into a file?
Hooo tnx a lot Marco...
I tried with RANDOMFILE but it is the wrong way probably.
but... how works RANDOMFILE?
I tried with RANDOMFILE but it is the wrong way probably.
but... how works RANDOMFILE?
- Fri Jul 22, 2011 5:48 pm
- Forum: General category
- Topic: How to Write Record into a file?
- Replies: 5
- Views: 11176
How to Write Record into a file?
I tried to write a minimal record into a file but I got just Errors.
Is there someone that can explain me how do it? :(
Tnx.
Is there someone that can explain me how do it? :(
Tnx.
- Fri Jul 22, 2011 5:44 pm
- Forum: General category
- Topic: DBF Archive files
- Replies: 1
- Views: 5525
DBF Archive files
Sure yes, but you must make a program to do it.
- Thu Sep 02, 2010 4:58 pm
- Forum: discbugs
- Topic: DIM a string
- Replies: 1
- Views: 4148
DIM a string
is this sintax valid to sizing a string?
DIM MyString as String * 256
DIM MyString as String * 256