Hi,
Can someone please advise if you can set a string length in a Type Statement by using a VBCrLf? For example, instead of
Type exampleType
myString as String * 100
End Type
Can you do:
Type exampleType
myString as String Until VBCrLf 'allows for a variable length string terminated by...
Hi,
Could someone please provide a regex that can convert a string of numbers into a 2 point decimalisation. For example, convert 100 into 1.00, convert 100000 into 1000.00
I have searched on the forums but could not find a regex that does a search/replace for my needs.
Many thanks for your...
Hi,
Would someone be able to tell me if there is a requirement in XML/WSDL/SOAP rules which means an application must return a response message with the same top-level element as defined in the WSDL thata client would use?
For example, if I have a WSDL that contains the following...
Hi,
Would someone be able to supply a simple PERL script that can parse a log file and extract or print out text found between a start and end point supplied by the user so basically any lines logged after start time and before end time.?
The start/end points would be a timestamp in the format...
Hi,
Does anyone know if it is possible to create a form with text boxes from a UDT? For example:
Public Type a_UDT
a as string * 1
b as string *1
End Type
The above would create a form with 2 text boxes called a_UDT.a and a_UDT.b.
Furthermore, is it possible to loop through the elements...
Hi,
Noobie Perl programmer here so please go easy on me!
I am trying to create a simple Perl Server that uses IO::Socket. I want it to take a message from the client, check if the message contains a piece of text, do something and then reply. I do not want the client connection closed after...
Hi,
Is there a compiler or Solaris command that can list all the files that have been linked/referenced in the final object?
I want to see what source files/objects were pulled in at compile time to create the final object. Ideally I need to see the source file/object last modified timestamp...
Hi All,
Hopefully a very quick answer can be given!
I want to compare the files within 2 directories and only show the files that differ, not the differing content. I have tried diff, using the recursive option, but there doesn't seem to be an option that only reports on the files differing...
Hi,
Would someone please explain why my site - www.creative-av.co.uk/testsite/index.html - looks different in Firefox and IE?
The main difference is on the right-hand side where the "Popular Products" and "News" links are displayed. In IE they are formatted as I want to see them but for some...
Hi All,
I have just created a new website - www.creative-av.co.uk - that I would like some feedback on. I know some of the details on the pages are a bit limited but I prefer talking to people rather than just advertising prices!
Also, I am looking for a suitable company logo - anyone got any...
Hi Guys,
I know this has been asked many times but can someone help me with an unmatched query please.
I have 2 tables:
Table A Columns:
TableName
GenTableID
ElementName
DefaultValue
Table B Columns:
Intrnl_Name
Ctree_Tbl (Contains Same value as Table A.TableName)
Ctree_Fld (Contains Same...
Hi All,
Does anyone know if you can create a form that has multiple window tabs on it, like a Firefox browser window?
Have done a search on the forum but can't find anything that relates to my question.
Thanks,
Steve
Hi,
I have some VBA code that builds a continous form containing text boxes and labels bound to a table. Everything works ok apart from on the form the final text boxes and labels are blank. This is because the form is also picking up the next available row from the table which is blank because...
Hi,
Can anyone help me with the following.
I have an Access DB that displays msgbox's when an error has occurred. I want to be able to minimise the Access DB and say be in another application like Word but still get the MsgBox from Access when it has encountered an error. All that happens at...
Hi,
Have searched on the forum but cannot find any previous questions like mine so here goes:
Can anyone tell me how to create a form in VBA and add textboxes to it where the value in one column from the table is the textbox caption and name and the value in another column is the value...
Help!!!
Does anyone know how to implement CallBack functionality in Access?
I want to use the VB WindowProc module to monitor OS events but the only way to set up the hook to this module is to have a call as follows:
Public Sub Hook(hWnd As Long)
lngHWnd = hWnd
lpPrevWndProc =...
Help!!!
Does anyone know how to implement CallBack functionality in Access?
I want to use the VB WindowProc module to monitor OS events but the only way to set up the hook to this module is to have a call as follows:
Public Sub Hook(hWnd As Long)
lngHWnd = hWnd
lpPrevWndProc =...
All,
I am trying to use DDE within my database and I am having a little problem with the Initiate call.
Can anyone tell me if there is a way to find out what you should pass as the program name in the call? i.e. if using excel then you would use ddeinitiate("Excel"...
Hi,
Does anyone know if there is a way to control application attributes? For example:
If I use the Shell command in say an Access form to start a Notepad session, is there a way to resize the Notepad application window, move the window etc
Any help would be much appreciated.
Thanks,
Steve
Hi,
Does anyone know if there is a way to control application attributes? For example:
If I use the Shell command in say an Access form to start a Notepad session, is there a way to resize the Notepad application window, move the window etc
Any help would be much appreciated.
Thanks,
Steve
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.