Hi!
Can I use Windows Server as an application server with Outlook 2007? - I want to have access to my outlook(email, calendar) from different computers on my network with Windows Server 2003 R2.
Andrew
SqlBase server 7.0.1 is crashing when attempting to connect to the database with client software or with sqlConsole. Server is starting with crash recovering info after restarting. Can I get some help over here?
Andrew
I did setup a module with public variables(12) declaration like:
Option Compare Database
Public glb_Job_descr As String
Public glb_zip_code As String
Public glb_sched_day As String
.
.
.
These variables have values assigned on a forms (with text and combo boxes) like:
Private...
I have a table with one of the field [DATE] defined as "Date/Time" data type with format: "Short Date" and default value Now(). I'm adding records with sql Insert command:
"Insert into NWRKORDR([CUST_ID]) Values('" & str_CUST_ID & "');" - CUST_ID field is only required.
Why records added with...
I have a textbox formatted to currency with two dec. places. How to use selLenght to select whole field? Me.textbox.selLength=12(width of the field in the table) is highlighting only decimal places.
Andrew
Hi!
Can someone tell me how to insert some controls with copy and paste(or move to) into tabcontrol page , so these controls will belong to this page and will visible only when right tab is active. Right now my controls just sit on top of the tabcontrol and are always visible.
Andrew
Hi! me again.
How to add more tabs to TabControl?
Me.TabCtr.Pages.Add - is triggering runtime error 2147: "You must be in design view to create or delete controls", but I can't find anything about pages quantity in propertie for TabControl in design view.
I'm creating a new form, setting up TabControl with two tabs(page6 and page7) and trying to run some code (for now msgbox only) when user click on the tab(page7). Now, when I'm clicking on the tab nothing happens, the only place witch is popping up messagebox is very small area(I found it...
How to create a listbox to which I will add records. Let say I have a three commandbuttons which will create three recordset with onclick event. How to create a listbox which will add records after each clicking?
Andrew
I have a form with textboxes and listbox which are showing fields of the table(few fields and few records - listbox) and using a wizard I created "Add New" record button and it does not work! It goes to the last record but is is not adding new one!
Andrew
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.