Hi Sedj,
Thank you for the reply.
It's the clearest answer i've had so far.
Just one more thing, do you know any website or where to find a list of classes which need license (eg. your example of java.net.URL) rather than checking each class manually.
once again, thanks :-)
vito
Hi everyone,
I'm writing application in Informix 4GL that interacts with Excel by using DDE. So far I only managed to find DDE command such as Open, Run, Select, changing font properties ( just the basic command).
Where can I find out the list of command available to be executed from external...
Hi everyone,
I just need to know, if I developed / modified an application (eg. Java Petstore) for J2EE platform and then sell it, do I need to pay any licensing fee to Sun ?
In what case do I need to pay licensing fee ?
Many thanks in advance
Note: I'm using the free to download J2EE SDK &...
Hi everyone,
I'm trying to execute this statement
SELECT integervalue1 + integervalue2
INTO totalvalue
FROM testingtable
When both integervalue 1 & 2 are not NULL then everything is fine. but when integervalue1 = NULL then I'll get totalvalue = NULL.
Is there any tricks to overcome...
Hi everyone,
is there any Informix function that lets you jump to a specific row,column ?
eg.
ON KEY(F7)
NEXT FIELD ma_testing[2].col3 -- 2nd row, 3rd column
thanks in advance
vito
Hi Shriyan,
Thank you SOOOO MUCH !!
That's exactly what i'm lookin for...
too bad i've compeleted the reshuffleing of the array..
but i'll defintely use that method next time, and i'm gonna test the AFTER DELETE on Monday.
cheers
vito
Hi everyone,
I need some help in extending F2 Delete functionality.
I need F2 to do more than just delete a row in the screen array. Basically I need F2 to delete a row in the screen array and then move the cursor to the first column (Informix default made the cursor to stay in the current...
Hi everyone,
Is there any tools that automates the creation of data class by importing the structure of the table from a ms-access database ?
eg. From "Customer" table in Ms-access --> CustomerData class with variables & getter/setter.
Thanks in advance
vito
Hi,
I have a listbox which is populated with values from DataSet:
OdbcDataAdapter1.Fill(ds)
ListBox2.DataSource = ds.Tables(0)
ListBox2.DisplayMember = "Store"
It displays fine in the form, but when I tried to execute this code:
TextBox1.Text = ListBox1.SelectedItem
VB produces...
Hi everyone,
I am trying to create a small vba program in Excel that allows me to do automatic lookup from Access Database.
Example:
Col A Col B Col C
1
2
3
4
I want Col B and C to be automatically filled with data fom a table in Access database, with Col A...
Hi everyone,
My manager bought an Apple I-Mac OS X from China, and it comes with the chinese version of AppleWorks.
Is there a way of changing the menu to an english version without replacing the OS / Software?
Kind regards,
Vito
Hi,
I have these data in a table called "Sales"
DateTime Item Price
1/1/03 10:00 A $ 10
1/1/03 11:00 B $ 15
1/2/03 10:30 A $ 10
What is the best SQL command to use to get the total sales for '1/1/03' ? (which is $25)
And, what's the most...
Hi Bill,
Thanks for your reply. I tried this on my report, and it still produces error.
Private Sub PageHeaderSection_Format(Cancel As Integer, FormatCount As Integer)
Me!Text1 = "vito"
End Sub
cheers
vito
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.