Does anybody out there know how to port code to the Mac OS?
Are there utilities available to do this?
Are there Mac OS emulators?
The closest thing I've found is RealBasic Pro. If anybody knows of a free tool, I'm all ears.
Any help would be appreciated...
Lightseeker
Thanks zemp.
I appreciate your advice. I hadn't thought about using an array's elements to represent the grid and using flags to check for changes. That's a good idea
I'm workin on it now and I'll post how it goes
I've got a database that has one table for students and each class the students take. There are 44 classes that the students take, each having a grade, status, and comments. I use an mshflexgrid to edit just the grades, status and comments. The course names and numbers are static so they're hard...
use openprinter to open the printer
use startdoc to start a new document
use startpage to start a new page
now spool a file
use endpage to separate pages
use startpage to start a new page
now spool a file
use endpage to separate pages
use startpage to start a new page
now spool a file
use...
hi simflex
don't you need to reverse your variables?
update table a set receiveDate = IIF(isnull(sendDate),null,dateadd("d",10,sendDate))
keep us posted
lightseeker
Select your bold button, go to the properties page and select the font. Change the font to be Bold. Next, select your italic button, go to the properties page and select the font. Change the font to italics.
HTH
lightseeker
Hi dvannoy.
Try opening your Datareport in design mode and selecting nothing somewhere in the Detail area to get the properties of the Detail area. Then go to the properties page and set ForcePageBreak = "2 - rptPageBreakAfter"
Lightseeker
I think the error you're getting isn't from the grid, it's from the connection you're using to the database and the database type.
Post the relevant code if you please...we'll take a little look see
lightseeker
You could scan the text entry for the text and length then chop off the last character.
Like this:
Private Sub Command1_Click()
Dim gTxt as String, gLen as Integer
On Error GoTo Err
If Text1.Text <> "" Then
gLen = Len(Text1.Text)
gTxt = mid(Text1.Text, 1 , gLen -...
Don't you want the messagebox to have focus while it's displaying? Doesn't the form get the focus when the messagebox terminates?
Please elaborate.
Lightseeker
A good way to keep the program secure and allow users to evaluate your application is to have two-way communication between your distributed program and you. Your software should actually have the security algorithm within it so it can analyze the generated seed code and authorization code to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.