Search results

  1. B

    RichText Memo adds a space to beginning of line

    Hi, Thanks again mine was a Typo & I did have it correct & it does remove the " " OK however left with <div></div> which in a rich text, memo (LongText) field STILL gives a space <div>X<div> simply gives X & no extra space. Any <br> seems to work, its not the end of the work but bit of a...
  2. B

    RichText Memo adds a space to beginning of line

    Hi, Thanks for the reply, I think it is just the annomoly of how different browsers etc & access (limited) interpret html tags & know can be different all over. Replacing &nbsp unfortunately does not help <div></div> still has a space between, if no text at all. I am testing simply replacing...
  3. B

    Bound field should be 25.7 but is 25.7000007629395

    Hi, Office 365 I suspect a bug or corruption but compacted & repaired, re imported form etc so wonder if something else Me!PairDiscount is fixed 0.00 field on Main form Me.Prices.Form!Pairing2Disc is fixed 0.00 field on subform both bound to different tables. they are defined as double in...
  4. B

    RichText Memo adds a space to beginning of line

    Hi, Office 365. Always had this issue but ignored but would like to find out why RTF Memo field If I type as below with just enter, no press of space or arrow 1 2 3 4 5 However, once record is updated by simply clicking on record selector, Moving to top and cursor down there is always a...
  5. B

    Anyway to access Back End on Windows 10 Password protected folder

    Windows 10 1803 Hi, I mostly want my PC password protected but would like a networked front end to link to just one folder/file without password. Everything I try either has full password requirements or not at all, even the public folder seems to work under the same all or nothing which...
  6. B

    TransferText - delay/check to ensure fully imported

    Hi, Thanks for the reply, Sorry not clear, 200 lines, but each line is only 80 or so characters, hence short text. (I only mentioned as long text, the old memo fields might have slowed up the import) The StafCalHeader is not the problem, it loads all these fine as the source files name &...
  7. B

    TransferText - delay/check to ensure fully imported

    Hi, I have a 6 iCal files as a TEXT files with simply 1 field in each (see bottom) I import using transfer text as below. 6 different text files appended to one table, hence the looping On exactly the SAME text files, sometimes it works fine but mostly a few missed lines. Each Text file is...
  8. B

    Embed or Show Google Calendar Events

    HI, Thanks for all the advise Struggle to get the code recommended in previous reply, to compile, errors, (not sure if needed references as someone mentioned) not going to investigate as have working option already but I'm actually using this code below I found also, just seems cleaner but not...
  9. B

    Embed or Show Google Calendar Events

    Hi, That is perfect, thanks very much. Using the 2nd example I have been able to download the google .ics (secrect one) direct without any interaction. the line of code: Sleep HTTPREQ_TIMEOUT_CHECK gives a compile error, I have just removed for the moment & investigate later but it works...
  10. B

    Embed or Show Google Calendar Events

    Hi, just briefly looking at alternative option which if can get work would actually be better for me. Google has link to iCal, if I point the WB at it is loads & asks to open or save the file. If I save I can open & see all the details & dates I need. If I can find a way to save this file...
  11. B

    Embed or Show Google Calendar Events

    Hi, Same error if this file is the source. I guess the WB does not like the iframe code as below. <iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF& amp;src=vcneucxxxxxxxxxxxxxxxgjs62k%40group.calend ar.google.com&color=%238D6F47&ctz=Europe%2 FLondon"...
  12. B

    Embed or Show Google Calendar Events

    Hi, Thanks for the advise, I had sort of tried that but get an error Script error Object does not support Property or method 'map' If I double click the simple html file I created in windows explorer it opens fine in chrome (default) & IE & edge. htmlFileName = "D:\My...
  13. B

    Embed or Show Google Calendar Events

    Office 365 Hi, I would really like to be able to view google calendar events on a form, probably a schedule list of a few dates. Tried webbrowser control but lost of script errors but not persisted as not sure this would be quite right for me anyway. What does look ideal is embedded code...
  14. B

    Open Form with stLinkCriteria = "(Format([TimeGone],'dd/mm/yy')=" & Me!DateX

    Re: Open Form with stLinkCriteria = "(Format([TimeGone],'dd/mm/yy')=" & Me!DateX Thanks That is a really good idea but bizarrely I have just managed to work it out, not sure why as I am sure I had tried this as with what seemed like hundreds of variations SQLDate is an allen browne function...
  15. B

    Open Form with stLinkCriteria = "(Format([TimeGone],'dd/mm/yy')=" & Me!DateX

    Open Form with stLinkCriteria = "(Format([TimeGone],'dd/mm/yy')=" & Me!DateX Is there a way to open a form and manipulate the Table side date Basically I have a form & source table has the full date & time field Invoices TimeGone = DateX 26-07-2018 13:01:47 Invoices1 DateX = 26-07-2018 I was...
  16. B

    How to get JPG to fill image control (too small now)

    Hi, I have an Image control that gets it image from a simple text link (no html links) e.g. C:\images\picture1.jpg It loads & shows it OK but it is too small in the frame. perhaps 1/3 size. I have tried Zoom & stretch etc properties. Clip show the image to be huge, not sure why as it is a...
  17. B

    BackEnd getting corrupted since (I think) Win 10 updates

    Not tried yet but hopefully below will work.. https://www.computerworld.com/article/3232632/microsoft-windows/how-to-block-windows-10-april-2018-update-from-installing.html?page=2 Wushowhide - Is official MS stuff Meant to hide upgrades, I have not got the upgrade message back yet so would be...
  18. B

    BackEnd getting corrupted since (I think) Win 10 updates

    It WAS the 1803 update causing all the problems. I had earlier rolled back one separate laptop & thought I had tested and continued to get the corruption but obviously not tested enough. I think I had convinced myself it was not this as the update was on the 16th & I only started getting...
  19. B

    BackEnd getting corrupted since (I think) Win 10 updates

    Spoke too soon, again. Data corruption on win 10 PC as the BE source even if not running the FE, if two computers on different part of network are accessing the same BE it fails. IT IS WORKING with the BE on a synology NAS. so much testing now to be 99% sure (famous last words) As suspected...
  20. B

    BackEnd getting corrupted since (I think) Win 10 updates

    Hi, Thanks everyone for your help. Spent another god know hows long & simply can't get this to work HOWEVER, being really stupid I did not try putting the BE on a PC my itself & accessing from the FE on different PC's at the same time. Should have mainly for testing as did not really want as my...
Back
Top Bottom