in myGrid if I wanted to set all the clik event of the TEXT1 field to fire the event myEvent.prg. I thought I could use the property setting method SetAll("click", "DO myEvent.prg", "COLUMN.HEADER.TEXT1") unfortunately it does not work that
Thanks!
I had a similar problem with the Combobox control because I was using the Value property rather than Text property. If your combo box name is cboMyCode. When making your search or replacement use the Text property rather than the Value property meaning:
=====================================...
Bonjour!
I'd like to create a text field userName on my form with the following behavior. When the user starts typing in the text field, a history box opens up and shows the closest match for him to chose from: one just like in the Search routine on this Browser. .( I do have a table...
Hi Ramani
Thanks everything works fine with myGrid. However I still want to know if it's ok to close a shared file in a multi-user environment?. If yes what happen to users that have the file open when another closes it?
New Question
-------------
in myGrid if I wanted to set all the clik...
Hi Ramani!
Hi Catalin!
Thanks for you reply!
One important thing that I did not mention is that, I use myTable as the recordSource of a grid on a form in a multi-user environment.
I have tried to close myTable but this left my grid without its RecordSource (=myTable). As you may know and I...
Need to bring my application in a network environment
Did this forum ever cover a sample client (code) server (code) application or do you know of a link where to get a quick tutorial I have an idea of a client server application using Java (RMI and CORBA).. Or is there any simple way to...
) look at this code
___________________
------------------------
Set exclusive on
select myTable
delete tag myTag
index on myField tag myTag for myFileteringExpression
set exclusive off
--------------------
_________________
Why do I get File must be open exclusively?
What is the compromise...
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.