Search found 170 matches

by Leos
Thu Feb 09, 2017 6:00 pm
Forum: NeoBookDBPro
Topic: NeoBookDBPro and MS Access ".accdb" format
Replies: 6
Views: 8130

Re: NeoBookDBPro and MS Access ".accdb" format

Hi,
excuse my delay for the answer
It woks great!
Thank you
by Leos
Thu Dec 17, 2015 4:35 pm
Forum: NeoBookDBPro
Topic: NeoBookDBPro and MS Access ".accdb" format
Replies: 6
Views: 8130

NeoBookDBPro and MS Access ".accdb" format

Hi,
Is there any possibility to consider an update to NeoBookDBPro compatible with the new access database format "*.accdb"
( I can obviously consider to NOT be free )

Thanks
by Leos
Thu Oct 02, 2014 7:19 am
Forum: NeoBook Action Commands
Topic: FilePath problems
Replies: 9
Views: 7834

Re: FilePath problems

Hi, David

IT WORKS!!!

Thank you very mutch!!! :mrgreen:


My devalueted EuroCent!!!
(which is currently worse than yours :) )
by Leos
Wed Oct 01, 2014 3:55 pm
Forum: NeoBook Action Commands
Topic: FilePath problems
Replies: 9
Views: 7834

Re: FilePath problems

Hi, David
In this case i don´t think that is the problem...

It just does'nt works with any folder with a 'comma' ',' in the folder's name...

Do you have any simple way to have the shortname? (I did it with 'Dir /x')

Thanks
Best regards to you
by Leos
Wed Oct 01, 2014 12:13 pm
Forum: NeoBook Action Commands
Topic: FilePath problems
Replies: 9
Views: 7834

Re: FilePath problems

I did the function but with the comma character "," do not works!!!
Stranger still:
This works, and open the text file:

RUN "C:\teste,2~2\file.txt"

This, do not works!!!
(it was supposed to open the folder)

RUN "C:\teste,2~2\"

Any solution, please?
by Leos
Tue Sep 30, 2014 7:37 am
Forum: NeoBook Action Commands
Topic: FilePath problems
Replies: 9
Views: 7834

Re: FilePath problems

it results with other characters... May be the solution is a function to replace all the string ocurrency with non standart characters... something like that: StrReplace "[MyString]" "%" "[#37]" "[MyString]" "" StrReplace "[MyString]" "...
by Leos
Tue Sep 30, 2014 3:38 am
Forum: NeoBook Action Commands
Topic: FilePath problems
Replies: 9
Views: 7834

Re: FilePath problems

Hi Gaev, In this case this solution "!" do not result. I think that the solution is to replace the character '%' (and all the others non 'standard', like 'ã' , '&' , ...) by its code, but I'm not really an easy way to do it ... best regards tu you. ..... Your tip is useful in many case...
by Leos
Mon Sep 29, 2014 6:23 pm
Forum: NeoBook Action Commands
Topic: FilePath problems
Replies: 9
Views: 7834

FilePath problems

Hi, I have a problem: If i use the 'RUN' command with this file, i have no problems Run " c:\test\mymusic.mp3 " But, with this file i got the message 'file not found' Run " c:\te % st\mymusic.mp3 " I know that the problem is in the special character "%". I got the same ...
by Leos
Tue Feb 25, 2014 2:19 pm
Forum: PlugIn Discussions
Topic: Plug-in which changes colour of the image
Replies: 3
Views: 3747

Re: Plug-in which changes colour of the image

It works,

Windows 7, pt
Last Neobook

8)
by Leos
Mon Feb 17, 2014 2:54 pm
Forum: PlugIn Discussions
Topic: hpwControl Plugin - Early Preview for Feedback
Replies: 112
Views: 114179

Re: hpwControl Plugin - Early Preview for Feedback

yes, and if you use it with

Code: Select all

StrParse
you have a lot of nice things to do !

thanks
by Leos
Fri Feb 14, 2014 6:36 pm
Forum: PlugIn Discussions
Topic: hpwControl Plugin - Early Preview for Feedback
Replies: 112
Views: 114179

Re: hpwControl Plugin - Early Preview for Feedback

After a few hours trying to implement a routine to sort ordered values ​​in a string I decided to do a search in the available plugins, and, among others, I found this command:

Code: Select all

hpwLineSort
(hpwControl Plugin)

That simple!

Thank you Hans Peter
by Leos
Sun Feb 02, 2014 9:04 am
Forum: NeoBookDBPro
Topic: Query in a multi fields
Replies: 7
Views: 4815

Re: Query in a multi fields

Hi Gaev, I really appreciate your help, but in this case is not exactly what i have in my mind... What I need / suggest, is a command in NeobookDBPro, so simple, something like that: dbpFind "DataBase" "Table" "field1;field2;field3;field4;field5" "text to find"...
by Leos
Sat Feb 01, 2014 9:05 pm
Forum: NeoBookDBPro
Topic: Query in a multi fields
Replies: 7
Views: 4815

Re: Query in a multi fields

Hi, David This works (without the brackets), but is not yet what i need... (if you have for example 20 fields, it's a problem...) I need something like that: SELECT * FROM TESTE WHERE * IN("Neobook", "NeoPaint", "NeoDBPro") The second " * " it represents "...
by Leos
Sat Feb 01, 2014 7:46 pm
Forum: NeoBookDBPro
Topic: Query in a multi fields
Replies: 7
Views: 4815

Re: Query in a multi fields

Hi Gaev, One more time thank you for your help, but in this case, is not exactly what I need. Using this method I get this, and is not yet complete! SELECT * from EuroMilhoes35 where ((((N1 LIKE '3' OR N2 LIKE '3' OR N3 LIKE '3' OR N4 LIKE '3' OR N5 LIKE '3') AND (N2 LIKE '7' OR N3 LIKE '7' OR N4 LI...
by Leos
Sat Feb 01, 2014 11:24 am
Forum: NeoBookDBPro
Topic: Query in a multi fields
Replies: 7
Views: 4815

Query in a multi fields

Hi,
Is there any simple way to make a query simultaneously in all the fields in one table?
I tried to use 'CONTAINS' but it returns error.

Example:

database: TESTE
field1
field2
field3


*SELECT *
FROM TESTE
WHERE CONTAINS((field1,field2,field3,) ' "Neobook" ');

Thanks