Search found 174 matches

Search found 174 matches Page 1 of 18
by Ffenixw0rks
Tue Feb 10, 2015 3:54 pm
Forum: Coding Help & Support
Topic: The application crashes when a form appears
Replies: 2
Views: 1516

Hmm.. Your code is working fine on my setup..
Take look at your passed params in show_popup and what params are you passing. Maybe there is a typo.
Next try to place breakpoint at
Code: Select all
If abc.result <> xyz.result Then
and go step by step to find where your app crashes.
by Ffenixw0rks
Wed Aug 27, 2014 11:09 am
Forum: Codenstuff boardroom
Topic: Happy Birthday CodenStuff
Replies: 6
Views: 2301

Happy birthday! clapper;
Thanks for the nicest place to be for coder!
Thanks for your epic support!
You're the best, Cody! loove;
by Ffenixw0rks
Wed Jun 18, 2014 1:20 pm
Forum: Codenstuff boardroom
Topic: Happy Birthday MANSQN
Replies: 3
Views: 1463

Happy Bday!!

You're a great member and a great bud!
Best wishes to you and have a good day. :D
by Ffenixw0rks
Wed Jun 11, 2014 6:57 pm
Forum: Help & Support
Topic: not showed
Replies: 4
Views: 1936

Oh. I've misspelled cryer;
Change
Code: Select all
$end = $query1[k]['smd'];
to
Code: Select all
$end = $query1[$k]['smd'];
Sorry #Dummy1912
by Ffenixw0rks
Wed Jun 11, 2014 5:16 pm
Forum: Help & Support
Topic: not showed
Replies: 4
Views: 1936

You should use something like this: $query1 = $db->Select("SELECT * FROM are where rec_id=?",$sme); if(count($query1)>=1) { for($k=0;$k<count($query1);$k++){ //You should loop through all rows $end = $query1[k]['smd']; $query = $db->Select("SELECT * FROM people where smd=?",$end)...
by Ffenixw0rks
Mon Jun 09, 2014 9:30 pm
Forum: Coding Help & Support
Topic: file in use
Replies: 7
Views: 2577

#Dummy1912 if error will still occur - try to logout and log in from Windows.
Another way is to use Unlocker to see what app is using file at the moment. cooll;
by Ffenixw0rks
Mon Jun 09, 2014 4:51 pm
Forum: Coding Help & Support
Topic: file in use
Replies: 7
Views: 2577

I can't recreate your error using vs2013. Haven't you opened file in other program? And can you please give some more info. Like on what line does exception occurs. Edit: you can change Dim fi As New FileInfo(sFile) Dim myFileStream As New System.IO.FileStream(fi.FullName, FileMode.OpenOrCreate, Fil...
by Ffenixw0rks
Thu Jun 05, 2014 5:43 pm
Forum: Codenstuff boardroom
Topic: We're pregnant
Replies: 23
Views: 7373

That is awesome idea. It could be extremely useful for most of us.
And we can help with CodeVoo cooll;
Coding, design, APIs.. I think community would be glad to help. hehaho;
by Ffenixw0rks
Wed Oct 30, 2013 10:30 am
Forum: Coding Help & Support
Topic: Get all
Replies: 6
Views: 1908

Put breakpoint on this line:
Code: Select all
For Each name as String In myKey.GetValueNames()
And see what values myKey contain.
by Ffenixw0rks
Wed Oct 30, 2013 6:07 am
Forum: Coding Help & Support
Topic: Get all
Replies: 6
Views: 1908

LastUsedFolders is array.
You can access any element of it by doing so:
lastUsedFolders(0) for first element.
And lastUsedFolders(lastUsedFolders.Length) for last element.
Search found 174 matches Page 1 of 18
Go to advanced search