|
I'm new to mac and iPhone programing. I got a mac computer with os 8.5 from a friend, can I program iPhone applications on this computer? If not, what should I do?
Started by avi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Ironically, the iPhone....
Developing iPhone applications requires an Intel Mac, and Mac OS 8.5 is a PowerPC operating system, which means that any computer which runs OS 8.5 is not an Intel mac (needed-mini for less than 300 on eBay.
No, sorry.
|
|
I'm trying to install Windows 7 and it says that I need to turn off my anti-virus. I'm running AVG Anti-Virus Network Edition 8.5 and I can't figure out how to turn it off. How do I turn it off?
Answer Snippets (Read the full thread at superuser):
To re-enable AVG 8.5, please select "Enable Resident Shield" again..
Click on Open AVG Interface the application.
8.5 Control Center, by right clicking on the AVG icon on task bar.
|
|
How can I minimize Lotus Notes 8.5 to the system tray just like Microsoft Outlook does?
I've seen some advices that say I should install some utility that does it, is that the only way? no IBM add-on?
Started by CD on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It can....
One of them is Eusing Software Auto Window Manager.
Tray It! website
I don't know if there is such an add-on made by IBM, but a lot of programs can do this .
But you can do it with TrayIt application.
Lotus Notes doesn't have support for this.
|
Ask your Facebook Friends
|
Hi all... I could've sworn there was a way to do this (without DLLs), but going through the first several pages of google, I can't find it. Maybe I'm thinking of something else.
I'm having to do some development in Crystal Reports 8.5. I thought there...
Started by eidylon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you needing something special?
Not sure about 8.5, but I'd.
Functions in a programming language.
|
|
Hi I am new to Crystal reports and now I have designed a report via Crystal reports 8.5 in vb6.0 and wanna to display the report.
I have picked up fields data from a View within my Data base but as you know Views have several records. I wanna to select...
Started by odiseh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Why not do a dynamic sql in you vb form picking the values from the textbox
strSql = "select blah from blah ... .
Then, call SetParameterValue on the report document before loading.
Add a parameter to the report and use the parameter in the select expert .
|
|
Hello,
The company I am working is looking for a way to automate functional tests on Lotus Notes 8.5. We have tried different tools including Testcomplete 6 and Rational Robot 7. But we have found issues recognizing objects and implement verifications...
Answer Snippets (Read the full thread at stackoverflow):
It has been a LONG time since I've done any Notes development, but since Notes already has a rich API for using Java, why not just use JUnit?
There's even a plugin to output the results of tests to a Document:
http://www.junit.org/node/205
Also, here'... .
|
|
Location: Bridgend South Wales
Price:£800
Email / Phone:martinemment@hotmail.com / 07977260778
Selling my BBS RS with Toyo S Drive tyres. These are 8 and 8.5" Wide running 195 45 15 Toyos for a little bit of stretch.
These have been redrilled to 5 x 1...
Started by Hotgolf on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at com):
Bump for a nice set of wheels..
|
|
I'm having a licensing issue with my vb6 app and crystal reports 8.5. From time to time it keeps popping up saying
"Not enough Concurrent Access Licenses to log you on ..."
I've read some stuff online, saying I should close all instances of the report...
Started by D0cNet on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also....
2) Load any report with the CROpenReportByTempCopy flag set, using the CRAXDRT.Application object's OpenReport method .
It's been a long time since I saw this error .
Does this help?
1) Make absolutely sure you are actually closing the report object .
|
|
I'm trying to use the zlib extension in ActiveTcl 8.5 in order to save out a compressed blob to a file. Both ActiveTcl 8.5.5 and 8.5.6 on win32 have a zlibtcl 1.2.3 extension. I've tried both:
package require zlibtcl
and
load zlibtcl123.dll
Which both...
Started by erichui on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The Trf package is also worthwhile....
As suggested above, try vfs::zip.
Zlibtcl is used only by the Img package to handle the compression in image formats like PNG .
There is an example on comp.lang.tcl here.
You might have more luck with the vfs::zip package.
|
|
I recently inherited an old visual basic 6/ crystal reports project which connects to a sql server database. The error message I get (Error# -2147191803 A String is required here) when I attempt to run the project seems to be narrowed down to the .Printout...
Started by phill on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
End Select Next
This is actually a sample written in VBScript for printing Crystal 8.5 reports.
|