Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nsbasic-app · NSB/AppStudio

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 748
  • Category: Basic
  • Founded: Nov 15, 2010
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5306 - 5335 of 17651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5306 dnmeeks Send Email Aug 1, 2011
12:29 pm
Thanks Tom - I did try that, and it didn't change the behavior, sorry I should have mentioned that. I was able to make it run by removing a call to another...
5307 dnmeeks Send Email Aug 1, 2011
12:39 pm
Can anyone tell me if they have used the UPDATE command in an sql function? I am trying to make it work, and it just doesn't seem to. I have reduced my command...
5308 alanrichey42 Send Email Aug 1, 2011
12:45 pm
Yes, I am using it with no problem. Two differences: 1. I don't use square brackets around the command. I don't know if they are affecting the command but...
5309 dnmeeks Send Email Aug 1, 2011
1:41 pm
Thanks Al - I have tried those things, no joy. Do you need to run a new SELECT statement after you make a mod to the database? I read that you need to do this,...
5310 alanrichey42 Send Email Aug 1, 2011
2:39 pm
The brackets are only required if you are doing a Callback to a routine. Here is a block of my code that updates a field called 'notepad&#39; in a table called...
5311 chris_kenworthy Send Email Aug 1, 2011
3:17 pm
Thanks, that did help, though it wasn't exactly what I needed, probably because my questions weren't entirely clear. I'm using a one-dimensional array of...
5312 tonykingsmill@...
tonykingsmil... Send Email
Aug 1, 2011
3:19 pm
Hello Is there a way to change or hide the URL / title on a msgbox? For example at the top of a msgbox being displayed it shows http://www.example.com,...
5313 George Henne
ghenne Send Email
Aug 1, 2011
3:43 pm
<http://www.nsbasic.com/blog/?p=425> "One of the enhancements in 1.2.4 was the addition of JSON support. If you want the full details on what JSON is, read...
5314 John Calhoun
johncalhoun16 Send Email
Aug 1, 2011
3:48 pm
I recently ran a test app with PhoneGap and I get "Alert" instead of the url. This is on an Android system, can't say what happens on iOS. John...
5315 tonykingsmill@...
tonykingsmil... Send Email
Aug 1, 2011
4:34 pm
Thanks for the info John. I wonder if there's no real way to change the url (or 'alert&#39; message once compiled) if there's a similar alternative to msgbox...
5316 d_thorpe2000 Send Email Aug 1, 2011
5:32 pm
Given the database and table below, how would I look up, say "pain3", and put the resulting "bread3" into 'English&#39; for display in the message box? I find...
5317 Thomas Gruber
computerhusky Send Email
Aug 1, 2011
6:31 pm
Hi Dan, I think the important thing is that you have a callback routine, particularly for all statements that update the database (UPDATE, INSERT, DELETE). I...
5318 Thomas Gruber
computerhusky Send Email
Aug 1, 2011
7:12 pm
Hi, here is the solution. Remarks: 1. I moved the statement "Dim DB" outside the Function Main, as I want to use the database object in another function as...
5319 George Henne
ghenne Send Email
Aug 1, 2011
8:01 pm
We have a new test version for people who are having problems with folder creation on deploying to their own servers. If you are affected, please send me an...
5320 Thomas Gruber
computerhusky Send Email
Aug 1, 2011
8:37 pm
Hi George, yes, I'd like to try the new version, please send me the link. Kind regards Thomas...
5321 dnmeeks Send Email Aug 2, 2011
12:00 am
This doesn't seem to update the data base. I have a very simple UPDATE command, that should replace the "Vin" values of every record to 12.34. But it doesn't....
5322 dnmeeks Send Email Aug 2, 2011
2:07 am
Turns out I had a msgbox a few lines after this code and that was causing the database to not be updated. It does warn about that in TN15, but now I need to...
5323 johvog Send Email Aug 2, 2011
2:13 am
This may seem a bit off-topic, but I am just curious if anyone else on a Safari 5.0.5 is experiencing a login issue. Mine says 'Safari can'r verify the...
5324 johvog Send Email Aug 2, 2011
2:18 am
I have spent some time researching the state of affairs; no result, yet. Besides the obtrusiveness of the concept, I see no reason why the site that hosts the...
5325 johvog Send Email Aug 2, 2011
2:28 am
As far as the alert(s), I volunteer the opinion that we're dealing with a lack of standardization. A simple alert (message box) shows differently depending on...
5326 johvog Send Email Aug 2, 2011
2:37 am
The deleteItem(item) lets you specify the item to be deleted, while the rest is handled automatically. As far as storage, that depends on several factors...
5327 tan
tst_sg Send Email
Aug 2, 2011
2:44 am
hi, may be the date and time of your pc is incorrect. rdgs,TsTan...
5328 johvog Send Email Aug 2, 2011
2:51 am
Those were the first ones I checked, and they're official. I see this in Safari only, not also on the iPhone. Some of the issues I am experiencing (and were...
5329 david m
dmoise10 Send Email
Aug 2, 2011
4:25 am
I used NSBasic to build an app and submitted it to PhoneGap. I put the IPA on my iPhone. After starting the app, I get a "PhoneGap"; splash screen. Can I get...
5330 Thomas Gruber
computerhusky Send Email
Aug 2, 2011
7:16 am
Hi Dan, to control the application: the principle is really quite simple, even though this leads to some strange program constructions: after the "sql (DB,...
5331 Thomas Gruber
computerhusky Send Email
Aug 2, 2011
7:25 am
Hi, how did you get to "login.yahoo.net"? The official entry point is www.yahoo.com, and that works with Safari 5.0.5 (Mac OS 10.6.8) for me. Kind regards ...
5332 tonykingsmill@...
tonykingsmil... Send Email
Aug 2, 2011
8:31 am
Agreed, the application name displayed at the top of the message box, rather than the url (or alert as in the case of a PhoneGap Android app) would be ideal....
5333 George Henne
ghenne Send Email
Aug 2, 2011
10:38 am
We're researching ways around this. The current message is produced by the JavaScript alert() function, which does not allow the header to be changed. The...
5334 George Henne
ghenne Send Email
Aug 2, 2011
10:46 am
I get this here, too. It appears to be a Yahoo! issue. Their certificate is for 'login.yahoo.net', while the site is named 'login.yahoo.com', causing a host...
5335 johvog Send Email Aug 2, 2011
12:11 pm
I would browse messages and click "login" to be able to reply/post, and that's when it happens. Same for Safari 5.1 (latest). As George said, I dismiss the...
Messages 5306 - 5335 of 17651   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help