Getting Server IP Address in Servoy Web Client n Servoy webclient application.getServerURL() always returns http://localhost:8080 (if port is 8080) For deep linking, we need the server address to point to the solution in the particular server. So we need to write the following code to get the actual server IP in webclient. function serverIP(event) { ... 29 Apr 2010 10:07
Upgrade questions, re: 2003 to 2007 Hi all, Using 2007 now as a frontend with Oracle RDMS. Existing 2003 Access .mdb is opened with the new version, 2007. However, adding of records, via a form or query, fails. (Note, it works fine with Access 2003.) The query behind the form and the other query consists of two tables with a one-to-one relat... 29 Apr 2010 02:25
Form and subform for partial data entry While I use Access often, I'm not much of a programmer but can read most of it. My question is I am trying to build a form which pulls information from two different places: ContactTable GroupTable All of the information from the ContactTable is found within the GroupTable. My objective is to have the... 28 Apr 2010 20:53
Filter in the subform Can I apply a filter on the subform? With my main form, called frmoffers, I choose the customer and then with the subform I choose the products.I want to place a button on my main form to choose the supplier, for example: strFilter = "products.supplierid = 1" Me.Filter = strFilter Me.FilterOn = True But how c... 28 Apr 2010 18:37
Form label showing extra character at end of label I have a form with an unbound label in it that is several lines long. The last few characters are "Plus.txt" (quotes are not part of the label). It displays as "Plus.ttx" When I look at it in design mode, I also see "Plus.ttx", however when I click inside it to edit, I see "Plus.txt". I have seen this recen... 28 Apr 2010 11:44
continous form data Dear All I have a continous form that have 25 records in its detail section is there a way to deal with one record among these 25 records and I mean by that for example if the record 3 has a value "100" a specific messsage box appears the record 7 has a value "200" a specific messsage box appears ... 29 Apr 2010 07:52
Combo box problem I have some combo boxes that do not display when prompted. Everything is blank, but the information is there if I click in the blank region. Also if I type the item in the combo responds that it is not on the list. These same combo boxes work on my desktop with access 2000. My laptop has access 2003. What ... 27 Apr 2010 22:26
Search form with a checkbox. There is a field in tblContacts named Residents.txt which is a yes/no field. What I´m trying to create is a checkbox in my fdlgsearch [chkResidents] which filters my records. I mean if [chkResidents] is not selected all the records should appear but if [chkResidents] = True only the records in my frmContacts that ... 30 Apr 2010 18:33
Make invisible with a checkbox Hello, I have a simple form in which I have a checkbox that makes a text field visible when the checkbox is checked (The text field is not bound). My problem is that when I switch to the next record the checkbox gets updated along with the record but the text field does not change along with the checkbox; i... 27 Apr 2010 20:13
Regulating available options I have a table called tbl_class_type_cat. The table looks like this: ClassID Class Type Category 1 C1 Customer Incorrect 2 C1 Customer Correct 3 C1 Client Invalid 4 C... 28 Apr 2010 09:29 |