Search found 2697 matches
- Sat Aug 11, 2018 1:21 pm
- Forum: NeoBookDBPro
- Topic: dbpSetFieldProperties: a problem with DisplayFormat property
- Replies: 2
- Views: 3418
Re: dbpSetFieldProperties: a problem with DisplayFormat property
Michi: If I set DisplayFormat as dd/mm/yyyy (see picture) it doesn't work. :-( Display Format doesn't change. Does it make a difference if you specify dd/mm/yyyy (instead of dd/ MM /yyyy as shown in your image ? I'm converting a software developed with Neobook that originally use an Access database ...
- Sat Aug 11, 2018 1:05 pm
- Forum: NeoBook Suggestions
- Topic: List of subroutines as a toolbox
- Replies: 2
- Views: 6809
Re: List of subroutines as a toolbox
michi: When adding/editing a NeoBook script command, you can double click on the command (action word) to have a dialog box assist you in entering the relevant command parameters. So, type GoSub and then double click on this word ... in the resulting dialog box, you can choose the subroutine from th...
- Sun Aug 05, 2018 7:13 am
- Forum: General NeoBook Discussions
- Topic: cant load html googlemaps in webbrowser
- Replies: 10
- Views: 8148
Re: cant load html googlemaps in webbrowser
yanzco: browser agent at ie11 is Mozilla 5.0 (Windows NT 6.2;WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.050727; .NET CLR 3.0.30729; .NET C:R 3.5.30729 ; rv:11.0) like Gecko So, it is confirmed ... Google Maps API does NOT support Browser Agent Mozilla 4.0 I did a Google Search using "Go...
- Sat Aug 04, 2018 12:12 pm
- Forum: General NeoBook Discussions
- Topic: Two questions regarding unexpected shutdown
- Replies: 2
- Views: 3796
Re: Two questions regarding unexpected shutdown
bypass666: I was going to make another system tray pub to possibly constantly monitor the first pub and change a registry entry created by the original publication,this could also run at startup in case of an unexpected shutdown, however this could equally fail. Or, you could use the Timer object to...
- Sat Aug 04, 2018 11:48 am
- Forum: General NeoBook Discussions
- Topic: cant load html googlemaps in webbrowser
- Replies: 10
- Views: 8148
Re: cant load html googlemaps in webbrowser
yanzco: from the old desktop working web (ran from neobook web open html) Mozilla/5.0 (Windows NT 6.2;WOW64; Trident/7.0;rv:11.0) like Gecko then ran from ie explorer open file html Mozilla 5.0 (Windows NT 6.2;WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.050727; .NET CLR 3.0.30729; .NET C:R 3....
- Mon Jul 30, 2018 3:41 am
- Forum: General NeoBook Discussions
- Topic: cant load html googlemaps in webbrowser
- Replies: 10
- Views: 8148
Re: cant load html googlemaps in webbrowser
yanzco: then at my laptop.. ran from neobook web open html sows white page.. nothing.. Just use another html file ... with just the afore mentioned code ... and some simple text (like "Hello World") ... no html/script associated with the Google Maps display ... that will tell you what &quo...
- Sat Jul 28, 2018 6:44 am
- Forum: General NeoBook Discussions
- Topic: cant load html googlemaps in webbrowser
- Replies: 10
- Views: 8148
Re: cant load html googlemaps in webbrowser
yanzco: This may be due to recent initiatives by Google to "Make the Internet Safer". On their Chrome browsers, the latest version is going to warn users that access any page via non-https protocol that the web page may be harmful. They may also have decided not to service any requests to ...
- Wed Jul 18, 2018 3:54 pm
- Forum: NeoBook Action Commands
- Topic: Idle Event
- Replies: 2
- Views: 6867
Re: Idle Event
ajhunt: Haven't tried it myself ... so I am not sure if there might be unintended consequences like e.g. "changes to Focused Object" ... but if all else fails, you might consider doing your own timing within the "Idle Event Handler" (subroutine) . 1) set the NeoBook Idle Time val...
- Wed Jul 18, 2018 3:20 pm
- Forum: Misc. Questions and Information
- Topic: The very last Blockbuster Store
- Replies: 2
- Views: 7996
The very last Blockbuster Store
I thought I would share this story (link) with fellow NeoBookers ... https://www.cbc.ca/radio/asithappens/as-it-happens-tuesday-edition-1.4750041/the-last-u-s-blockbuster-thrives-on-great-customer-service-and-floppy-disks-1.4750044 ... because it is about ... 1) a sign of the ever changing times ......
- Tue Jun 26, 2018 6:23 am
- Forum: General NeoBook Discussions
- Topic: Slow loading in Windows 10
- Replies: 3
- Views: 4077
Re: Slow loading in Windows 10
Dudus: ok, but how to do it from neobook application, what kind of code should i put into my pub? It is NOT something you do from NeoBook ... but something you specify to your Anti-Virus Program ... of course, this depends on what Anti-Virus Program you are using ... best to ask the publishers (or f...
- Mon Jun 25, 2018 4:22 pm
- Forum: General NeoBook Discussions
- Topic: Slow loading in Windows 10
- Replies: 3
- Views: 4077
Re: Slow loading in Windows 10
Dudus: There were discussions last year about this delay being caused by the "anti-virus" program making sure the newly compiled pub was free of viruses. It was suggested (by Dave) that you could eliminate this delay by defining "the folder where your pubs are located" to be &quo...
- Thu Jun 21, 2018 2:21 pm
- Forum: General NeoBook Discussions
- Topic: Email
- Replies: 11
- Views: 8617
Re: Email
Siegmar: I am using Thunderbird. I don't have Thunderbird ... and I read that web based email clients like gmail.com, outlook.com, yahoo.com etc. no longer support this command ... so my suggestions are "untested/unproven" :-( Sending message is successful. Also variables are shown pretty ...
- Thu Jun 21, 2018 11:22 am
- Forum: General NeoBook Discussions
- Topic: Email
- Replies: 11
- Views: 8617
Re: Email
Siegmar: Is it possible to insert a carriage return within the body string? Assuming that you are successful in sending a simple message like ... InternetLink "mailto:info@youremail.com?subject=Hello from the forum&body=I learned how to populate an email in NeoBook!" ... you can try us...
- Sun Jun 10, 2018 11:24 am
- Forum: NeoBookDBPro
- Topic: Modify length of string field
- Replies: 3
- Views: 3994
Re: Modify length of string field
Brian: I have an application which allowed 35 characters for email address. Of course, someone has to come up with an email longer than 35 characters. Is there an elegant way to extend the length to 50 characters? I am assuming that ... - this is a text/string field - you want to increase the length...
- Sun May 27, 2018 1:56 pm
- Forum: PlugIn Discussions
- Topic: PFlashAssist Plugin
- Replies: 24
- Views: 17398
Re: PFlashAssist Plugin
UltraVox: 1) As mentioned to you previously, PFlashAssist was a joint effort ... - Luis Pena provided the PFlash components (pfa.swf and pfa.html) - I designed/defined the (user friendly) pfaXXXX commands and wrote the Help file - Hans Peter developed the plugin that transposed the pfaXXXX commands ...